.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#edeff0;background-image:url("https://images.assets-landingi.com/uc/a922ebfe-d539-4d52-b3be-4fa5814fd589/ifyourereadybg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:35px solid #edeff0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:324px;width:1200px;overflow:visible;position:relative;display:block; }#wfVfdpQWrlxiFCUM3GBLT93znDzerETD { color:#ffffff;display:block;width:562px;position:absolute;font-family:"montserrat black";font-size:50px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:41px;left:319px;height:130px;text-align:center;text-align-last:center;display:block; }
#khKB8lrVaeNJIzTioFSct9UzlwehFZIS { color:#fbfbfb;display:block;width:721px;position:absolute;font-family:montserrat;font-size:26px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:201px;left:239.5px;height:101.4px;text-align:center;text-align-last:center;display:block; }
#tJs4htquINTmPz8KSNoVhveIhT90Sv9t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1938862e-4207-4201-b465-015c4332c373/testimonial2bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t.adaptive-delivery-prevent-bg, #tJs4htquINTmPz8KSNoVhveIhT90Sv9t.lazyload, #tJs4htquINTmPz8KSNoVhveIhT90Sv9t.lazyloading { background-image: none; }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .row .container { background-color: transparent; background-image: none; }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .row .container > .video-iframe-container { display: none; }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .row > .video-iframe-container { display: none; }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .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); }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .row .container { border-width: 0; border-radius: 0; }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .row > .video-iframe-container {  }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .row .container { font-size:14px;font-family:arial;height:584px;width:1200px;position:relative;display:block; }#WMPCroSfG0urfmZ9AiTdQW3tvsAd9dEl { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:157px;width:314px;top:32px;left:43px;display:block; }
#TrBLyyTuL0D9c5i7WC0UhVNSzhWWp2aM { position:absolute;display:block;z-index:15001;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42px;width:314px;top:32px;left:43px;display:block; }
#KDQOicigxAMXJbynF7IeVfXeM7ct2Ml1 { color:#ffffff;display:block;width:90px;position:absolute;font-family:"montserrat black";font-size:23px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:38.0625px;left:155px;height:29.9px;display:block; }
#tCdC0nFKTUsMRlSKWFrGbpZSpyQmAFZ1 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:157px;width:314px;top:32px;left:443px;display:block; }
#psJwMyQThMH8pPa28zdJd554u3CI0PaB { position:absolute;display:block;z-index:15002;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42px;width:314px;top:32px;left:443px;display:block; }
#ihgXWIcu0qnN2R5EBR7eZn4WZXuykQAn { color:#ffffff;display:block;width:90px;position:absolute;font-family:"montserrat black";font-size:23px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:38.0625px;left:555px;height:29.9px;display:block; }
#NW3g84bZmsoHe9hs2owUmv9puDzR6sBl { color:#000000;display:block;width:289px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:89.074996948242px;left:55.5px;height:85.8px;text-align:center;text-align-last:center;display:block; }
#gy5p0tQfAaErRL1JeTn60GhRabaazDgN { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:157px;width:314px;top:32px;left:843px;display:block; }
#bUTt8roxLr40vvVw3abF6qARnPOScTrB { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42px;width:314px;top:32px;left:843px;display:block; }
#omfHaBNLKAalplTE8gqGWT5nJnw9TLrO { color:#ffffff;display:block;width:90px;position:absolute;font-family:"montserrat black";font-size:23px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:38.0625px;left:955px;height:29.9px;display:block; }
#AMnofzWMqAIUWrVuR3kDOB5ZPNlTekTP { color:#000000;display:block;width:289px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:89.078125px;left:855.5px;height:85.8px;text-align:center;text-align-last:center;display:block; }
#tmmqpqfzTlg0kb67hPfL3Blo7n23Bfw4 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:230px;width:172px;top:200.50000190735px;left:103px;overflow:hidden;display:block; }
#n3NEN7kKHsdWx6TQr4UPlfXfZfLMu7J4 { position:absolute;display:block;z-index:15008;border-top:5px solid #ffffff;border-left:5px solid #ffffff;border-right:5px solid #ffffff;border-bottom:5px solid #ffffff;box-shadow: 2px 1px 2px rgba(0,0,0,0.5) ;height:230px;width:179px;top:205.50000190735px;left:896.49996948242px;overflow:hidden;display:block; }
#AmlTyP5RQEWWzJ1tZhTtDE8E7tMZ8Ic0 { background-color:#d7b243;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:226px;height:51px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:476px;left:87px;display:block; }
#oJaIrApLorWtBK12MLrqox6cI7ZHfIBs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#uoTtsTAWNQQ69TIv1XEI7MeJ4isR6vIX { background-color:#d7b243;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:montserrat;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:197px;height:51px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:471.00001716614px;left:501.50003051758px;display:block; }
#Qw9lhnq1krCw4D9pl9k62I9sAtgFxyBh { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#V27nJekXuC5JcEnTgO7wD8Fo7cJ2pE1i { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:476.00001716614px;left:979.49996948242px; }
#V27nJekXuC5JcEnTgO7wD8Fo7cJ2pE1i > img { max-width: 100%;max-height:100%; }#mPhiDMzk7FPL0VpRmRxHkBRfLu56Tnuf { color:#000000;display:block;width:302px;position:absolute;font-family:montserrat;font-size:22px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:75.60000038147px;left:449.00003051758px;height:114.4px;text-align:center;text-align-last:center;display:block; }
#LkC51N56PE8CskrapfoDySTf93u0oNax { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:230px;width:175px;top:202.50000190735px;left:514.00003051758px;overflow:hidden;display:block; }
#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1580039d-688d-44f6-b8a0-8a7458143216/the2023newyear.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU.adaptive-delivery-prevent-bg, #iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU.lazyload, #iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU.lazyloading { background-image: none; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row .container { background-color: transparent; background-image: none; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row .container > .video-iframe-container { display: none; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row > .video-iframe-container { display: none; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .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); }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row .container { border-width: 0; border-radius: 0; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row > .video-iframe-container {  }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row .container { font-size:14px;font-family:arial;height:299px;width:1200px;position:relative;display:block; }#iaKPnxov1357G1NT6eBJpb0O5oEIxlIo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:158px;width:408px;top:66px;left:146px;overflow:hidden;display:block; }
#d484GZSq8ZQbsePALaJ0GlrWEf6irk3M { color:#d2a82a;display:block;width:200px;position:absolute;font-family:"montserrat black";font-size:25px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:67px;left:800px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#b21hib1WXHoZUB2KD36RmX7huSpvSm6c { color:#000000;display:block;width:200px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:119.59375px;left:800px;height:145.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a922ebfe-d539-4d52-b3be-4fa5814fd589/ifyourereadybg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf.adaptive-delivery-prevent-bg, #iSLmE67S5wMHXEvbsJBWhON05hF2E6cf.lazyload, #iSLmE67S5wMHXEvbsJBWhON05hF2E6cf.lazyloading { background-image: none; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row .container { background-color: transparent; background-image: none; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row .container > .video-iframe-container { display: none; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row > .video-iframe-container { display: none; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .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); }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row .container { border-width: 0; border-radius: 0; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row > .video-iframe-container {  }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row .container { font-size:14px;font-family:arial;height:54px;width:1200px;position:relative;display:block; }#cSX6Q12JDetC62qayU24bsMcQhLODxyu { color:#000000;display:block;width:238px;position:absolute;font-family:"montserrat black";font-size:23px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.0625px;left:481px;height:29.9px;display:block; }
#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row .container { background-color: transparent; background-image: none; }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row .container > .video-iframe-container { display: none; }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row > .video-iframe-container { display: none; }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .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); }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row .container { border-width: 0; border-radius: 0; }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row > .video-iframe-container {  }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row .container { font-size:14px;font-family:arial;height:126px;width:1200px;position:relative;display:block; }#JPp9LB4gxviEPUepTQqUhUJEEr51toqR { color:#000000;display:block;width:633px;position:absolute;font-family:montserrat;font-size:15px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:43.5px;left:283.5px;height:39px;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfVfdpQWrlxiFCUM3GBLT93znDzerETD { top:41px;left:101px;width:562px;height:130px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #khKB8lrVaeNJIzTioFSct9UzlwehFZIS { top:201px;left:21.5px;width:721px;height:101px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #tJs4htquINTmPz8KSNoVhveIhT90Sv9t { display:block; }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMPCroSfG0urfmZ9AiTdQW3tvsAd9dEl { top:32px;left:0px;width:314px;height:157px;display:block; }
 }@media only screen and (max-width: 763px) { #TrBLyyTuL0D9c5i7WC0UhVNSzhWWp2aM { top:32px;left:0px;width:314px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #KDQOicigxAMXJbynF7IeVfXeM7ct2Ml1 { top:38px;left:82px;width:90px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #tCdC0nFKTUsMRlSKWFrGbpZSpyQmAFZ1 { top:32px;left:194px;width:314px;height:157px;display:block; }
 }@media only screen and (max-width: 763px) { #psJwMyQThMH8pPa28zdJd554u3CI0PaB { top:32px;left:194px;width:314px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #ihgXWIcu0qnN2R5EBR7eZn4WZXuykQAn { top:38px;left:336px;width:90px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #NW3g84bZmsoHe9hs2owUmv9puDzR6sBl { top:89px;left:0px;width:289px;height:85px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #gy5p0tQfAaErRL1JeTn60GhRabaazDgN { top:32px;left:448px;width:314px;height:157px;display:block; }
 }@media only screen and (max-width: 763px) { #bUTt8roxLr40vvVw3abF6qARnPOScTrB { top:32px;left:448px;width:314px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #omfHaBNLKAalplTE8gqGWT5nJnw9TLrO { top:38px;left:590px;width:90px;height:29px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #AMnofzWMqAIUWrVuR3kDOB5ZPNlTekTP { top:89px;left:473px;width:289px;height:85px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tmmqpqfzTlg0kb67hPfL3Blo7n23Bfw4 { top:200px;left:30px;width:172px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #n3NEN7kKHsdWx6TQr4UPlfXfZfLMu7J4 { top:205px;left:531.49996948242px;width:179px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #AmlTyP5RQEWWzJ1tZhTtDE8E7tMZ8Ic0 { width:226px;height:51px;top:476px;left:14px;display:block; }
 }@media only screen and (max-width: 763px) { #oJaIrApLorWtBK12MLrqox6cI7ZHfIBs { display:block; }
 }@media only screen and (max-width: 763px) { #uoTtsTAWNQQ69TIv1XEI7MeJ4isR6vIX { width:197px;height:51px;top:471px;left:282.50003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #Qw9lhnq1krCw4D9pl9k62I9sAtgFxyBh { display:block; }
 }@media only screen and (max-width: 763px) { #V27nJekXuC5JcEnTgO7wD8Fo7cJ2pE1i { top:476px;left:614.49996948242px;width:41px;height:41px;display:block; }
#V27nJekXuC5JcEnTgO7wD8Fo7cJ2pE1i > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #mPhiDMzk7FPL0VpRmRxHkBRfLu56Tnuf { top:75px;left:206px;width:302px;height:114px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #LkC51N56PE8CskrapfoDySTf93u0oNax { top:202px;left:295.00003051758px;width:175px;height:230px;display:block; }
 }@media only screen and (max-width: 763px) { #iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU { display:block; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaKPnxov1357G1NT6eBJpb0O5oEIxlIo { top:66px;left:0px;width:408px;height:158px;display:block; }
 }@media only screen and (max-width: 763px) { #d484GZSq8ZQbsePALaJ0GlrWEf6irk3M { top:67px;left:473.00003051758px;width:200px;height:32px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #b21hib1WXHoZUB2KD36RmX7huSpvSm6c { top:119px;left:473.00003051758px;width:200px;height:145px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iSLmE67S5wMHXEvbsJBWhON05hF2E6cf { display:block; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSX6Q12JDetC62qayU24bsMcQhLODxyu { top:12px;left:263.00003051758px;width:238px;height:59px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 { display:block; }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPp9LB4gxviEPUepTQqUhUJEEr51toqR { top:43px;left:65.5px;width:633px;height:39px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#edeff0;background-image:url("https://images.assets-landingi.com/uc/a922ebfe-d539-4d52-b3be-4fa5814fd589/ifyourereadybg.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:393px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wfVfdpQWrlxiFCUM3GBLT93znDzerETD { width:320px;height:83.2px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #khKB8lrVaeNJIzTioFSct9UzlwehFZIS { width:320px;height:236.6px;top:133.76261901855px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #tJs4htquINTmPz8KSNoVhveIhT90Sv9t { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1938862e-4207-4201-b465-015c4332c373/testimonial2bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t.adaptive-delivery-prevent-bg, #tJs4htquINTmPz8KSNoVhveIhT90Sv9t.lazyload, #tJs4htquINTmPz8KSNoVhveIhT90Sv9t.lazyloading { background-image: none; }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .row .container { background-color: transparent; background-image: none; }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .row .container > .video-iframe-container { display: none; }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .row > .video-iframe-container { display: none; }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .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); }#tJs4htquINTmPz8KSNoVhveIhT90Sv9t > .row .container { width:320px;height:1626px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMPCroSfG0urfmZ9AiTdQW3tvsAd9dEl { width:300px;height:161px;top:41px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #TrBLyyTuL0D9c5i7WC0UhVNSzhWWp2aM { width:300px;height:42px;top:41px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #KDQOicigxAMXJbynF7IeVfXeM7ct2Ml1 { width:90px;height:29.9px;top:47.0625px;left:115px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #tCdC0nFKTUsMRlSKWFrGbpZSpyQmAFZ1 { width:300px;height:161px;top:578.640625px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #psJwMyQThMH8pPa28zdJd554u3CI0PaB { width:300px;height:42px;top:578.640625px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ihgXWIcu0qnN2R5EBR7eZn4WZXuykQAn { width:90px;height:29.9px;top:584.703125px;left:115px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #NW3g84bZmsoHe9hs2owUmv9puDzR6sBl { width:289px;height:85.8px;top:96.512489318848px;left:15.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #gy5p0tQfAaErRL1JeTn60GhRabaazDgN { width:300px;height:157px;top:1132.28125px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #bUTt8roxLr40vvVw3abF6qARnPOScTrB { width:300px;height:42px;top:1132.28125px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #omfHaBNLKAalplTE8gqGWT5nJnw9TLrO { width:90px;height:29.9px;top:1138.34375px;left:115px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #AMnofzWMqAIUWrVuR3kDOB5ZPNlTekTP { width:289px;height:85.8px;top:1188.15625px;left:15.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tmmqpqfzTlg0kb67hPfL3Blo7n23Bfw4 { width:151px;height:199px;top:240.28127288818px;left:84.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #n3NEN7kKHsdWx6TQr4UPlfXfZfLMu7J4 { width:153px;height:171px;top:1330.90625px;left:78.5px;display:block; }
 }@media only screen and (max-width: 763px) { #AmlTyP5RQEWWzJ1tZhTtDE8E7tMZ8Ic0 { width:226px;height:51px;top:471.640625px;left:47px;display:block; }
 }@media only screen and (max-width: 763px) { #oJaIrApLorWtBK12MLrqox6cI7ZHfIBs { display:block; }
 }@media only screen and (max-width: 763px) { #uoTtsTAWNQQ69TIv1XEI7MeJ4isR6vIX { width:197px;height:51px;top:1021.5px;left:61.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Qw9lhnq1krCw4D9pl9k62I9sAtgFxyBh { display:block; }
 }@media only screen and (max-width: 763px) { #V27nJekXuC5JcEnTgO7wD8Fo7cJ2pE1i { width:30px;height:30px;top:1529.9001159668px;left:145.00000572205px;display:block; }
#V27nJekXuC5JcEnTgO7wD8Fo7cJ2pE1i > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #mPhiDMzk7FPL0VpRmRxHkBRfLu56Tnuf { width:302px;height:114.4px;top:626.23750686646px;left:18px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #LkC51N56PE8CskrapfoDySTf93u0oNax { width:172px;height:224px;top:755.29376220703px;left:73.999998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU { display:block; }#iB2a6oQCqfx97BzKFzOnrTw2uoVVUBPU > .row .container { width:320px;height:364px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iaKPnxov1357G1NT6eBJpb0O5oEIxlIo { width:320px;height:123.92156862745px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #d484GZSq8ZQbsePALaJ0GlrWEf6irk3M { width:200px;height:32.5px;top:163.906px;left:60px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #b21hib1WXHoZUB2KD36RmX7huSpvSm6c { width:200px;height:145.6px;top:216.406px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iSLmE67S5wMHXEvbsJBWhON05hF2E6cf { display:block; }#iSLmE67S5wMHXEvbsJBWhON05hF2E6cf > .row .container { width:320px;height:69px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSX6Q12JDetC62qayU24bsMcQhLODxyu { width:238px;height:29.9px;top:19.543731689453px;left:18px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 { display:block; }#T2pSMJ8NncgXW40HUWcIHlOSeXBZ0Qc9 > .row .container { width:320px;height:147px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JPp9LB4gxviEPUepTQqUhUJEEr51toqR { width:300px;height:97.5px;top:34px;left:10px;font-size:15px;display:block; }
 }