.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:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/gZUza4kl/bg1.jpg");background-position:top center !important;background-repeat:no-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; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { border-width: 0; border-radius: 0; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { font-size:14px;font-family:arial;height:768px;width:960px;position:relative;display:block; }#ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { color:#8bc24a;display:block;width:562px;position:absolute;font-family:lato;font-size:51px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.296875px;left:24.5px;height:132.594px;display:block; }
#rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { color:#7c352d;display:block;width:513px;position:absolute;font-family:lato;font-size:23px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:186.09375px;left:24.5px;height:89.6719px;font-style:normal;display:block; }
#XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { color:#7c352d;display:block;width:493px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:313px;left:24.5px;height:187.5px;display:block; }
#JqhlUGIF4ncnpoTqfAu0V4A8NnKkMAgJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:95px;width:261px;top:0px;left:699.00003051758px;overflow:hidden;display:block; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-form-header {  }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:12px;font-weight:bold;color:#ffffff;width:237px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left: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:237px;box-sizing:border-box;height:41px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-text {padding-top: 0; padding-bottom: 0;}#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left: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:237px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:1px solid #d6d4d4;border-left: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:237px;box-sizing:border-box;height:40px;color:#646464;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-select {padding-top: 0; padding-bottom: 0;}#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-button { border-top-left-radius:42px;border-top-right-radius:42px;border-bottom-left-radius:42px;border-bottom-right-radius:42px;background-color:#7c352d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:15px;font-weight:bold;color:#f2f9ff;width:237px;height:55px;font-family:"open sans";overflow:hidden; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:14px; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:11px;font-weight:300;color:#000000;vertical-align:top;width:218px;overflow:hidden;font-style:normal; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .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; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .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:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-container:first-of-type{padding-top:0;}#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-container:last-of-type{padding-bottom:0;}#vQWTI95E7BodvopVNexf8ST2DlePGLXb  { background-color:#8bc24a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:237px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:93px;top:546px;z-index:15009;position:absolute; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:237px;display:block;vertical-align:top; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:11px;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb {display:block;}#vQWTI95E7BodvopVNexf8ST2DlePGLXb { background-color:#8bc24a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:237px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 2px 10px rgba(0,0,0,0.15) ;left:93px;top:546px;z-index:15009;position:absolute; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb #UDizneMBlPzyF0Mp9yHvZ1t487ZWXISV { position:relative; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb #vZJ07z4ncoBTgrTQVa211rbpZXr6WgbR { position:relative;display:block; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb #FAtEMWiVvs75i87SGWPLLUlUXST2kx73 { position:relative; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb #ETVine0t1BByido5S8yy5lHByCRb24SF { position:relative; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb #tn9Nt3zveWyRzO1m8Ja15OWdhwqrulFT { position:relative; }
#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bQlom59H/bg2.png");background-position:center !important;background-repeat:no-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; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.adaptive-delivery-prevent-bg, #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.lazyload, #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti.lazyloading { background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { background-color: transparent; background-image: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { display: none; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .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); }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { border-width: 0; border-radius: 0; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { font-size:14px;font-family:arial;height:775px;width:960px;position:relative;display:block; }#fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { color:#8bc24a;display:block;width:960px;position:absolute;font-family:lato;font-size:47px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:9.59375px;left:0px;height:141px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sg9uqq9no7WgGhkkTcus51twSpU6cPXL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62px;width:62px;top:228px;left:112px;overflow:hidden;display:block; }
#Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { color:#7c352d;display:block;width:214px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:299px;left:36px;height:84px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62px;width:62px;top:438px;left:112px;overflow:hidden;display:block; }
#cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { color:#7c352d;display:block;width:201px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:500px;left:42px;height:140px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O5aE3krxHOPTSDicDo7WbGRoOcWkU7rU { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:71px;width:143px;top:557px;left:405px;overflow:hidden;display:block; }
#kDZppDnNxU95PFRi3BLKW39NBCc2vB7V { color:#7c352d;display:block;width:201px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:525px;left:724px;height:168px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { 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:58px;width:115px;top:228px;left:756px;overflow:hidden;display:block; }
#i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { color:#7c352d;display:block;width:201px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:290px;left:713px;height:112px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:62px;width:62px;top:454px;left:782px;overflow:hidden;display:block; }
#sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { color:#7c352d;display:block;width:263px;position:absolute;font-family:lato;font-size:20px;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:627px;left:345px;height:84px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z7FOTxgwaXIn2TBZPX6NJfnimgwq57be { box-sizing:content-box;height:378px;width:378px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/98967ab6-1112-4997-876c-96093311a527/pngtreevarietyofsaucesandsaladdressingsimage_15846581.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;top:169px;left:288px;display:block; }#z7FOTxgwaXIn2TBZPX6NJfnimgwq57be.adaptive-delivery-prevent-bg, #z7FOTxgwaXIn2TBZPX6NJfnimgwq57be.lazyload, #z7FOTxgwaXIn2TBZPX6NJfnimgwq57be.lazyloading { background-image: none; }
#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { 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; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { background-color: transparent; background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .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); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { border-width: 0; border-radius: 0; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { font-size:14px;font-family:arial;height:629px;width:960px;position:relative;display:block; }#Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { color:#cc2f00;display:block;width:960px;position:absolute;font-family:lato;font-size:37px;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:246px;left:0px;height:111px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-form-header {  }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-regular-label { display:block;width:449px;height:auto;font-size:14px;font-family:roboto;line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#f2f9ff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-text { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;border-top:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-left:2px solid #ffffff;height:50px;width:449px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#000000;line-height:1;box-sizing:border-box;font-family:roboto;font-weight:400;font-size:16px;background-color:#ffffff;background-image:none;overflow:hidden; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-text {padding-top: 0; padding-bottom: 0;}#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-textarea { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;border-top:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-left:2px solid #ffffff;height:50px;width:449px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#000000;line-height:1;box-sizing:border-box;font-family:roboto;font-weight:400;font-size:16px;background-color:#ffffff;background-image:none;overflow:hidden; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-select { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:50px;width:449px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#000000;line-height:1;box-sizing:border-box;font-family:roboto;font-weight:400;text-align:left;text-align-last:left;font-size:16px;background-color:#ffffff;background-image:none;overflow:hidden; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-select {padding-top: 0; padding-bottom: 0;}#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-button { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:50px;width:180px;padding-top:0;padding-right:14px;padding-bottom:0;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:roboto;font-weight:400;text-align:center;text-align-last:center;font-size:18px;background-color:#6c1023;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;font-style:normal; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg [class*="-text"]:-moz-placeholder { font-size:16px;font-family:roboto;color:#9e9e9e; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg [class*="-text"]::-moz-placeholder { font-size:16px;font-family:roboto;color:#9e9e9e; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg [class*="-text"]:-ms-input-placeholder { font-size:16px;font-family:roboto;color:#9e9e9e; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg [class*="-text"]::-webkit-input-placeholder { font-size:16px;font-family:roboto;color:#9e9e9e; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:625px;height:auto;font-size:12px;font-family:ubuntu;line-height:1.2;margin-top:2px;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:23px;margin-right:0;margin-bottom:3px;margin-left:3px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:32px;width:210.5px;vertical-align:middle;margin-top:22px;margin-right:0;margin-bottom:3px;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-container:first-of-type{padding-top:0;}#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-container:last-of-type{padding-bottom:0;}#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#8bc24a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:649px;height:auto;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;left:135.5px;top:377px;z-index:15015;position:absolute; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .radio-container { width:459px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-info-text { display:block;height:auto;font-family:roboto;font-size:12px;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:#8bc24a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:649px;height:auto;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;left:135.5px;top:377px;z-index:15015;position:absolute; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg #uUP4k7XtrEBQhSEz5nb602al0dSsVBAz { position:relative; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg #kmDEF2uyDyDRpC9BKlznZJ5Xbx8bXqHH { position:relative;display:block; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg #z6dSDbwhAfm3Im7CGQSqzPLgllHwCqv4 { position:relative; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg #mPGiM9tJNarOKpeoG8fHpG67rQsRv9Vi { position:relative; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg #ESwVtD9WZ5OT2dWyd15i8ZlRmV3q2r2a { position:relative; }
#fJDaZI4VITKfu2TsWkixnB7deTEo5Jh5 { color:#cc2f00;display:block;width:687px;position:absolute;font-family:lato;font-size:28px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:526.5px;left:136.5px;height:72.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOc8AoukJUssCy66d0AEH37UallonO1h { color:#8bc24a;display:block;width:843px;position:absolute;font-family:lato;font-size:35px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.9375px;left:58.5px;height:182px;text-align:center;text-align-last:center;display:block; }
#sUL34Oa8RwC1uZHRrtTT5qUfTiyx7wDO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#8bc24a;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; }#sUL34Oa8RwC1uZHRrtTT5qUfTiyx7wDO > .row .container { background-color: transparent; background-image: none; }#sUL34Oa8RwC1uZHRrtTT5qUfTiyx7wDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUL34Oa8RwC1uZHRrtTT5qUfTiyx7wDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUL34Oa8RwC1uZHRrtTT5qUfTiyx7wDO > .row .container > .video-iframe-container { display: none; }#sUL34Oa8RwC1uZHRrtTT5qUfTiyx7wDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUL34Oa8RwC1uZHRrtTT5qUfTiyx7wDO > .row > .video-iframe-container { display: none; }#sUL34Oa8RwC1uZHRrtTT5qUfTiyx7wDO > .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); }#sUL34Oa8RwC1uZHRrtTT5qUfTiyx7wDO > .row .container { border-width: 0; border-radius: 0; }#sUL34Oa8RwC1uZHRrtTT5qUfTiyx7wDO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sUL34Oa8RwC1uZHRrtTT5qUfTiyx7wDO > .row .container { font-size:14px;font-family:arial;height:276px;width:960px;position:relative;display:block; }#qnl4zUQbbyT5obERh0TCctvBTsnxNCCI { 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:85px;width:244px;top:15.972229003906px;left:367.00003051758px;overflow:hidden;display:block; }
#qzZcbJwkuZq9yCy82NdUQz7IKaMKTAan { color:#000000;display:block;width:960px;position:absolute;font-family:roboto;font-size:12px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:139.99996948242px;left:0px;height:109.1563px;text-align:center;text-align-last:center;display:block; }
#bFlKdwq0UhorqWBeUTsk07pWqMRnqB6x { color:#000000;display:block;width:960px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:103.88888549805px;left:0px;height:18.1944px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { top:26px;left:0px;width:562px;height:132px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { top:186px;left:0px;width:513px;height:89px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { top:313px;left:0px;width:493px;height:187px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #JqhlUGIF4ncnpoTqfAu0V4A8NnKkMAgJ { top:0px;left:503px;width:261px;height:95px;display:block; }
 }@media only screen and (max-width: 763px) { #vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-regular-label { display:block;width:237px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-text { width:237px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-text {padding-top: 0; padding-bottom: 0;}#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-textarea { width:237px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-select { width:237px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-select {padding-top: 0; padding-bottom: 0;}#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-button { width:237px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-checkbox-label { width:218px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb  { width:237px;height:auto;top:546px;left:0px; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .radio-container { width:237px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb {display:block;}#vQWTI95E7BodvopVNexf8ST2DlePGLXb { width:237px;height:auto;top:546px;left:0px; }
 }@media only screen and (max-width: 763px) { #vQWTI95E7BodvopVNexf8ST2DlePGLXb #UDizneMBlPzyF0Mp9yHvZ1t487ZWXISV {  }
 }@media only screen and (max-width: 763px) { #vQWTI95E7BodvopVNexf8ST2DlePGLXb #vZJ07z4ncoBTgrTQVa211rbpZXr6WgbR { display:block; }
 }@media only screen and (max-width: 763px) { #vQWTI95E7BodvopVNexf8ST2DlePGLXb #FAtEMWiVvs75i87SGWPLLUlUXST2kx73 {  }
 }@media only screen and (max-width: 763px) { #vQWTI95E7BodvopVNexf8ST2DlePGLXb #ETVine0t1BByido5S8yy5lHByCRb24SF {  }
 }@media only screen and (max-width: 763px) { #vQWTI95E7BodvopVNexf8ST2DlePGLXb #tn9Nt3zveWyRzO1m8Ja15OWdhwqrulFT {  }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { top:9px;left:0px;width:764px;height:141px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #sg9uqq9no7WgGhkkTcus51twSpU6cPXL { top:228px;left:14px;width:62px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { top:299px;left:0px;width:214px;height:84px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { top:438px;left:14px;width:62px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { top:500px;left:0px;width:201px;height:140px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #O5aE3krxHOPTSDicDo7WbGRoOcWkU7rU { top:557px;left:307px;width:143px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #kDZppDnNxU95PFRi3BLKW39NBCc2vB7V { top:525px;left:563px;width:201px;height:168px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { top:228px;left:649px;width:115px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { top:290px;left:563px;width:201px;height:112px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { top:454px;left:684px;width:62px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { #sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { top:627px;left:247px;width:263px;height:84px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #z7FOTxgwaXIn2TBZPX6NJfnimgwq57be { top:169px;left:190px;width:378px;height:378px;display:block; }
 }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { top:246px;left:0px;width:764px;height:111px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-regular-label { display:block;width:449px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-text { width:449px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-text {padding-top: 0; padding-bottom: 0;}#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-textarea { width:449px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-select { width:449px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-select {padding-top: 0; padding-bottom: 0;}#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-checkbox-label { width:625px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-radio-label { width:210.5px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg  { width:649px;height:auto;top:377px;left:37.5px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .radio-container { width:459px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg {display:inline-block;}#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg { width:649px;height:auto;top:377px;left:37.5px; }
 }@media only screen and (max-width: 763px) { #rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg #uUP4k7XtrEBQhSEz5nb602al0dSsVBAz {  }
 }@media only screen and (max-width: 763px) { #rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg #kmDEF2uyDyDRpC9BKlznZJ5Xbx8bXqHH { display:block; }
 }@media only screen and (max-width: 763px) { #rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg #z6dSDbwhAfm3Im7CGQSqzPLgllHwCqv4 {  }
 }@media only screen and (max-width: 763px) { #rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg #mPGiM9tJNarOKpeoG8fHpG67rQsRv9Vi {  }
 }@media only screen and (max-width: 763px) { #rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg #ESwVtD9WZ5OT2dWyd15i8ZlRmV3q2r2a {  }
 }@media only screen and (max-width: 763px) { #fJDaZI4VITKfu2TsWkixnB7deTEo5Jh5 { top:526px;left:38.5px;width:687px;height:72px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #TOc8AoukJUssCy66d0AEH37UallonO1h { top:13px;left:0px;width:764px;height:182px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #sUL34Oa8RwC1uZHRrtTT5qUfTiyx7wDO { display:block; }#sUL34Oa8RwC1uZHRrtTT5qUfTiyx7wDO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnl4zUQbbyT5obERh0TCctvBTsnxNCCI { top:15px;left:269.00003051758px;width:244px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #qzZcbJwkuZq9yCy82NdUQz7IKaMKTAan { top:139px;left:0px;width:764px;height:109px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #bFlKdwq0UhorqWBeUTsk07pWqMRnqB6x { top:103px;left:0px;width:764px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu { background-color:transparent;background-image:url("https://images.assets-landingi.com/gZUza4kl/bg1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.adaptive-delivery-prevent-bg, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyload, #JLpHocrdkBCzowpGz4hxtn2XbsGm74zu.lazyloading { background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { background-color: transparent; background-image: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,247,247,0.74); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(247,247,247,0.74); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row > .video-iframe-container { display: none; }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .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); }#JLpHocrdkBCzowpGz4hxtn2XbsGm74zu > .row .container { width:320px;height:685px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ocHeqUeOnPbrWf3BS3bchagGIifMfoHI { width:320px;height:72.7812px;top:119.796875px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rdNFsZSH7qnWI5NOvg3LAda0SaN2iUGD { width:320px;height:66.2812px;top:208.796875px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XBQNSgvJMdDm60LE4qqKxX3VyH2VpGRV { width:320px;height:180px;top:297.59375px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqhlUGIF4ncnpoTqfAu0V4A8NnKkMAgJ { width:261px;height:95px;top:0px;left:29.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-regular-label { display:block;width:237px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-text { width:237px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-text {padding-top: 0; padding-bottom: 0;}#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-textarea { width:237px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-select { width:237px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-select {padding-top: 0; padding-bottom: 0;}#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-input-button { width:237px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .widget-checkbox-label { width:218px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb  { width:237px;height:auto;top:507.59375px;left:21.5px; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb .radio-container { width:237px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#vQWTI95E7BodvopVNexf8ST2DlePGLXb {display:block;}#vQWTI95E7BodvopVNexf8ST2DlePGLXb { width:237px;height:auto;top:507.59375px;left:21.5px; }
 }@media only screen and (max-width: 763px) { #vQWTI95E7BodvopVNexf8ST2DlePGLXb #UDizneMBlPzyF0Mp9yHvZ1t487ZWXISV {  }
 }@media only screen and (max-width: 763px) { #vQWTI95E7BodvopVNexf8ST2DlePGLXb #vZJ07z4ncoBTgrTQVa211rbpZXr6WgbR { display:block; }
 }@media only screen and (max-width: 763px) { #vQWTI95E7BodvopVNexf8ST2DlePGLXb #FAtEMWiVvs75i87SGWPLLUlUXST2kx73 {  }
 }@media only screen and (max-width: 763px) { #vQWTI95E7BodvopVNexf8ST2DlePGLXb #ETVine0t1BByido5S8yy5lHByCRb24SF {  }
 }@media only screen and (max-width: 763px) { #vQWTI95E7BodvopVNexf8ST2DlePGLXb #tn9Nt3zveWyRzO1m8Ja15OWdhwqrulFT {  }
 }@media only screen and (max-width: 763px) { #xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti { display:block; }#xpQZ2PcFzO6IgkDdX5tFPKa5JmXH8hti > .row .container { width:320px;height:1388px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWvwxryxLMrDLFAW1a6kC7UaHRw3MNva { width:320px;height:192px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sg9uqq9no7WgGhkkTcus51twSpU6cPXL { width:62px;height:62px;top:507px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #Z7BziWQM8JgZ18uH9DuMtzDpoMRFXTab { width:201px;height:67.1719px;top:569px;left:66px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKS4Xub4cpzXs2BzTceUBAQb6GoMhE2C { width:62px;height:62px;top:833px;left:136px;display:block; }
 }@media only screen and (max-width: 763px) { #cHmA3JkroG9tMElVMnRI2q3z11TlMmV4 { width:201px;height:89.5625px;top:904px;left:66px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O5aE3krxHOPTSDicDo7WbGRoOcWkU7rU { width:143px;height:71px;top:1017px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #kDZppDnNxU95PFRi3BLKW39NBCc2vB7V { width:201px;height:89.5625px;top:1101px;left:53px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CkllFhT7TObmvQ0c4xolk3u2s3iloaMG { width:115px;height:58px;top:671px;left:102.5px;display:block; }
 }@media only screen and (max-width: 763px) { #i3ZH20mTTWIpwJJVoRIk34Tk3ME6zZ6P { width:201px;height:67.1719px;top:745px;left:66.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxMdT8r43Va2CsJRc9yvDi6prBxW2EZ5 { width:62px;height:62px;top:1230px;left:123px;display:block; }
 }@media only screen and (max-width: 763px) { #sNsHOgoBXsu4W6q2TUll6tmPUCqvOTJq { width:187px;height:67.1719px;top:1308px;left:73px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z7FOTxgwaXIn2TBZPX6NJfnimgwq57be { width:316px;height:258px;top:224.171875px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #EezuVNHQTM5ETaODkdP0xTztc9t1FWRT { background-color:#ffffff;background-image:none;display:block; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { background-color: transparent; background-image: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row > .video-iframe-container { display: none; }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .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); }#EezuVNHQTM5ETaODkdP0xTztc9t1FWRT > .row .container { width:320px;height:804px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mik2RMTzOtcdg4thIA99r7qiNUoy2VWw { width:292px;height:156px;top:296.796875px;left:14px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-regular-label { display:block;width:270px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-text { width:270px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-text {padding-top: 0; padding-bottom: 0;}#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-textarea { width:270px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-select { width:270px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-select {padding-top: 0; padding-bottom: 0;}#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-input-button { width:270px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-checkbox-label { width:256px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .widget-radio-label { width:121px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg  { width:280px;height:auto;top:468px;left:0px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg .radio-container { width:280px; }
#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg {display:inline-block;}#rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg { width:280px;height:auto;top:468px;left:0px; }
 }@media only screen and (max-width: 763px) { #rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg #uUP4k7XtrEBQhSEz5nb602al0dSsVBAz {  }
 }@media only screen and (max-width: 763px) { #rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg #kmDEF2uyDyDRpC9BKlznZJ5Xbx8bXqHH { display:block; }
 }@media only screen and (max-width: 763px) { #rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg #z6dSDbwhAfm3Im7CGQSqzPLgllHwCqv4 {  }
 }@media only screen and (max-width: 763px) { #rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg #mPGiM9tJNarOKpeoG8fHpG67rQsRv9Vi {  }
 }@media only screen and (max-width: 763px) { #rq4oqpm7uh4FIwfXnfd2qyUNzfEEknvg #ESwVtD9WZ5OT2dWyd15i8ZlRmV3q2r2a {  }
 }@media only screen and (max-width: 763px) { #fJDaZI4VITKfu2TsWkixnB7deTEo5Jh5 { width:320px;height:114.375px;top:672.078125px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOc8AoukJUssCy66d0AEH37UallonO1h { width:320px;height:236.578px;top:23px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUL34Oa8RwC1uZHRrtTT5qUfTiyx7wDO { display:block; }#sUL34Oa8RwC1uZHRrtTT5qUfTiyx7wDO > .row .container { width:320px;height:445px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnl4zUQbbyT5obERh0TCctvBTsnxNCCI { width:151px;height:55px;top:45.979187011719px;left:84.500004768372px;display:block; }
 }@media only screen and (max-width: 763px) { #qzZcbJwkuZq9yCy82NdUQz7IKaMKTAan { width:300px;height:249.5px;top:138px;left:10.000000953674px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #bFlKdwq0UhorqWBeUTsk07pWqMRnqB6x { width:320px;height:18.1875px;top:407.5px;left:0px;font-size:14px;display:block; }
 }