.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#dbdad8;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:transparent;background-image:url("https://images.assets-landingi.com/uc/990170d4-92af-4b20-ae94-915ccf6d15b1/01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;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.21); }#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.21); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:574px;width:960px;overflow:visible;position:relative;display:block; }#HBTSTNNT918XR0ItKz8CNfChbMiFIo3X { color:#ffffff;display:block;width:505.994px;position:absolute;font-family:quicksand;font-size:61px;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.26);top:295px;left:227px;height:61px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ik4UlCEapKmK8htLiGV7iai3ivACilyc { color:#ffffff;display:block;width:512px;position:absolute;font-family:quicksand;font-size:21px;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:365px;left:224px;height:50.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Af5INyC2ga5yMM1BTuOdMD2LC0bg93SG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:146px;width:158px;top:20.568181991577px;left:710.9375px;overflow:hidden;display:block; }
#p5cSgnTOin29NN7AcoGeGQml2vthP1qw { background-color:rgba(0,0,0,0.25);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:999px;border-top-right-radius:999px;border-bottom-left-radius:999px;border-bottom-right-radius:999px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:quicksand;font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:368px;height:58px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:446px;left:296px;display:block; }
#hQeaSEcra9sVPfW4skizmqZoibyNdRB1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/001c305c-5ec4-4616-b6e3-87b46ef89296/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4.adaptive-delivery-prevent-bg, #g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4.lazyload, #g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4.lazyloading { background-image: none; }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .row .container { background-color: transparent; background-image: none; }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(99,75,58,0.66); }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .row .container > .video-iframe-container { display: none; }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(99,75,58,0.66); }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .row > .video-iframe-container { display: none; }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .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); }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .row .container { border-width: 0; border-radius: 0; }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .row .container { font-size:14px;font-family:arial;height:683px;width:960px;position:relative;display:block; }#bWrqa9OVT7coxqAaoam3mCh25Sp4UOye { color:#ffffff;display:block;width:960px;position:absolute;font-family:quicksand;font-size:35px;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:29.971557617188px;left:0px;height:84px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rGrOZRaygUT0PxiruFBpB3wutvTkxMUi { position:absolute;display:block;z-index:15005;background-color:#2c2314;background-image:url("https://images.assets-landingi.com/uc/1365e749-08c9-43b1-ad00-92c1f3eb1091/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:070px;border-top-right-radius:070px;border-bottom-left-radius:070px;border-bottom-right-radius:070px;height:251px;width:198px;top:144.90625px;left:60.980102539062px;display:block; }#rGrOZRaygUT0PxiruFBpB3wutvTkxMUi.adaptive-delivery-prevent-bg, #rGrOZRaygUT0PxiruFBpB3wutvTkxMUi.lazyload, #rGrOZRaygUT0PxiruFBpB3wutvTkxMUi.lazyloading { background-image: none; }
#dxqW7yoOncswRTPWtG58qa7rI75afRzq { color:#ffffff;display:block;width:208px;position:absolute;font-family:avenir;font-size:18px;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:451px;left:55px;height:64.7812px;text-align:center;text-align-last:center;display:block; }
#P9VTDe8TVR2o0hHk470WEA3NzqwIuZUF { color:#ffffff;display:block;width:208px;position:absolute;font-family:avenir;font-size:18px;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:451px;left:375.98010253906px;height:64.7812px;text-align:center;text-align-last:center;display:block; }
#uJbxUz3KVfSk4EFXqPvFltvTN9RBoTwA { color:#ffffff;display:block;width:208px;position:absolute;font-family:avenir;font-size:18px;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:451px;left:695.98010253906px;height:64.7812px;text-align:center;text-align-last:center;display:block; }
#TkiTUUkw4egZRLd3bQe0W2HvJq36rhqX { position:absolute;display:block;z-index:15013;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40.9943px;width:197.997px;top:385px;left:63px;display:block; }
#Dh2hyZqGZL2qZAZIJXvz18cNtGB0eXVR { color:#ffffff;display:block;width:201px;position:absolute;font-family:quicksand;font-size:14px;font-weight:normal;z-index:15014;line-height:1.2;letter-spacing:0;top:397px;left:61px;height:16.804px;text-align:center;text-align-last:center;display:block; }
#eDE5wySbAPZuLblZlqdBfiWk4arat9hh { position:absolute;display:block;z-index:15008;background-color:#2c2314;background-image:url("https://images.assets-landingi.com/uc/691b4466-8202-443c-b065-a9a8cbe06563/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:070px;border-top-right-radius:070px;border-bottom-left-radius:070px;border-bottom-right-radius:070px;height:251px;width:197.997px;top:144.88635253906px;left:380.98010253906px;display:block; }#eDE5wySbAPZuLblZlqdBfiWk4arat9hh.adaptive-delivery-prevent-bg, #eDE5wySbAPZuLblZlqdBfiWk4arat9hh.lazyload, #eDE5wySbAPZuLblZlqdBfiWk4arat9hh.lazyloading { background-image: none; }
#yQK5L3MFPmm0oReVf790zHKrHzK3pDP7 { position:absolute;display:block;z-index:15016;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40.9943px;width:197.997px;top:385px;left:383px;display:block; }
#bFnH92293foNfhJnXIgMkLVFcQk7fXtd { color:#ffffff;display:block;width:201px;position:absolute;font-family:quicksand;font-size:14px;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:397px;left:381px;height:16.804px;text-align:center;text-align-last:center;display:block; }
#tsHtZzCkcxbUb3cskWeaznbau5gsewKk { position:absolute;display:block;z-index:15011;background-color:#2c2314;background-image:url("https://images.assets-landingi.com/uc/72444f19-91c4-4adb-8d6d-794e34745fd2/3.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:070px;border-top-right-radius:070px;border-bottom-left-radius:070px;border-bottom-right-radius:070px;height:251px;width:197.997px;top:134.9147644043px;left:700.98010253906px;display:block; }#tsHtZzCkcxbUb3cskWeaznbau5gsewKk.adaptive-delivery-prevent-bg, #tsHtZzCkcxbUb3cskWeaznbau5gsewKk.lazyload, #tsHtZzCkcxbUb3cskWeaznbau5gsewKk.lazyloading { background-image: none; }
#cveUStNT2GOl7SyNeXPwcmQ5ANHhlATv { position:absolute;display:block;z-index:15019;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40.9943px;width:197.997px;top:379px;left:703px;display:block; }
#yhmBhbWRJfNyBwWpbKbb8Oi09W61DCba { color:#ffffff;display:block;width:201px;position:absolute;font-family:quicksand;font-size:14px;font-weight:normal;z-index:15020;line-height:1.2;letter-spacing:0;top:391px;left:701px;height:16.804px;text-align:center;text-align-last:center;display:block; }
#sDOMGme2Upz6rw3V669sA3imRkms6ZmH { 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;border-top-left-radius:3px;border-top-right-radius:3px;border-bottom-left-radius:3px;border-bottom-right-radius:3px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#100f0e;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:quicksand;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:408px;height:58px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:574.703125px;left:276px;display:block; }
#fL5TBSBaqCR2IeBwydy8A0ht206idngD { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#hKk35q2krMtLMXnkEe6zeXTwisMBX5rN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9146ea3d-5220-43f8-8985-7ed68bf5315c/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hKk35q2krMtLMXnkEe6zeXTwisMBX5rN.adaptive-delivery-prevent-bg, #hKk35q2krMtLMXnkEe6zeXTwisMBX5rN.lazyload, #hKk35q2krMtLMXnkEe6zeXTwisMBX5rN.lazyloading { background-image: none; }#hKk35q2krMtLMXnkEe6zeXTwisMBX5rN > .row .container { background-color: transparent; background-image: none; }#hKk35q2krMtLMXnkEe6zeXTwisMBX5rN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(184,173,134,0.21); }#hKk35q2krMtLMXnkEe6zeXTwisMBX5rN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hKk35q2krMtLMXnkEe6zeXTwisMBX5rN > .row .container > .video-iframe-container { display: none; }#hKk35q2krMtLMXnkEe6zeXTwisMBX5rN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(184,173,134,0.21); }#hKk35q2krMtLMXnkEe6zeXTwisMBX5rN > .row > .video-iframe-container { display: none; }#hKk35q2krMtLMXnkEe6zeXTwisMBX5rN > .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); }#hKk35q2krMtLMXnkEe6zeXTwisMBX5rN > .row .container { border-width: 0; border-radius: 0; }#hKk35q2krMtLMXnkEe6zeXTwisMBX5rN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hKk35q2krMtLMXnkEe6zeXTwisMBX5rN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hKk35q2krMtLMXnkEe6zeXTwisMBX5rN > .row .container { font-size:14px;font-family:arial;height:468px;width:960px;position:relative;display:block; }#Qg3POsGkn5bHCfwXdXnMDppq0iUBbTy2 { color:#634b3a;display:block;width:960px;position:absolute;font-family:quicksand;font-size:34px;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:23.59375px;left:0px;height:40.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MTnETPncKxgVCTIVWil0pLe3zFxVO7xy { color:#ffffff;display:block;width:237.997px;position:absolute;font-family:quicksand;font-size:16px;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:327.99145507812px;left:42.997131347656px;height:38.3906px;text-align:center;text-align-last:center;display:block; }
#n34m1VTEtp2GieuRGZ6LdCemwxHkRK6f { color:#634b3a;display:block;width:325px;position:absolute;font-family:quicksand;font-size:20px;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:292px;left:-1px;height:24px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tc5qLeZwqsl4dyJbVuQHWBotumDVsV9T { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/48d2c565-8101-46ff-8c0e-87761b7e019c/1b.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0250px;border-top-right-radius:0250px;border-bottom-left-radius:0250px;border-bottom-right-radius:0250px;height:165px;width:172.997px;top:111.98864746094px;left:73.480102539062px;display:block; }#Tc5qLeZwqsl4dyJbVuQHWBotumDVsV9T.adaptive-delivery-prevent-bg, #Tc5qLeZwqsl4dyJbVuQHWBotumDVsV9T.lazyload, #Tc5qLeZwqsl4dyJbVuQHWBotumDVsV9T.lazyloading { background-image: none; }
#HpSw3nKytK9enzquQBdSO7p8mVQMWLsq { color:#ffffff;display:block;width:221.989px;position:absolute;font-family:quicksand;font-size:16px;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:342.98864746094px;left:370.99426269531px;height:38.3906px;text-align:center;text-align-last:center;display:block; }
#kofyssyx1GaHTT9egroXVhbkRvT5AcFf { color:#634b3a;display:block;width:321px;position:absolute;font-family:quicksand;font-size:20px;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:298px;left:323px;height:24px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E0Sk11bfOrf8TlU8dE5KVXRuqUsuscZf { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5d34e444-2a85-48e4-b2b1-5cf4ed6426ed/1c.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:165px;width:173px;top:111.9886341095px;left:393.48010253906px;display:block; }#E0Sk11bfOrf8TlU8dE5KVXRuqUsuscZf.adaptive-delivery-prevent-bg, #E0Sk11bfOrf8TlU8dE5KVXRuqUsuscZf.lazyload, #E0Sk11bfOrf8TlU8dE5KVXRuqUsuscZf.lazyloading { background-image: none; }
#GRrTTgxfW9T8TDCWI4VKHlhoO4SvzoQ5 { color:#ffffff;display:block;width:260.994px;position:absolute;font-family:quicksand;font-size:16px;font-weight:normal;z-index:15015;line-height:1.2;letter-spacing:0;top:342.98864746094px;left:671.98864746094px;height:57.5859px;text-align:center;text-align-last:center;display:block; }
#yxKxaTIp3704q6dSL9DMpE1gli7w7yzS { color:#634b3a;display:block;width:321px;position:absolute;font-family:quicksand;font-size:20px;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:298px;left:642px;height:24px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FN3AQZW8sDo0aVN6y4Q6umhkdzA9trF1 { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f12f8152-d425-4c88-bd8f-f0aafc8b90d5/1d.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:165px;width:173px;top:111.9886341095px;left:713.48010253906px;display:block; }#FN3AQZW8sDo0aVN6y4Q6umhkdzA9trF1.adaptive-delivery-prevent-bg, #FN3AQZW8sDo0aVN6y4Q6umhkdzA9trF1.lazyload, #FN3AQZW8sDo0aVN6y4Q6umhkdzA9trF1.lazyloading { background-image: none; }
#ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9146ea3d-5220-43f8-8985-7ed68bf5315c/bg1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx.adaptive-delivery-prevent-bg, #ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx.lazyload, #ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx.lazyloading { background-image: none; }#ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx > .row .container { background-color: transparent; background-image: none; }#ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(184,173,134,0.21); }#ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx > .row .container > .video-iframe-container { display: none; }#ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(184,173,134,0.21); }#ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx > .row > .video-iframe-container { display: none; }#ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx > .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); }#ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx > .row .container { border-width: 0; border-radius: 0; }#ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx > .row .container { font-size:14px;font-family:arial;height:483px;width:960px;position:relative;display:block; }#BIAZdk8hlcHEsVrrnRn5fsRhPCS3bPex { color:#ffffff;display:block;width:273.984px;position:absolute;font-family:quicksand;font-size:16px;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:280px;left:138px;height:19.1953px;text-align:center;text-align-last:center;display:block; }
#yPQKUFHTMMED0umWluzmuDFsv1qa2DvT { color:#634b3a;display:block;width:282px;position:absolute;font-family:quicksand;font-size:20px;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:243px;left:136px;height:24px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pet6B5hVvfLPq9R5TAXI3RfpBkVr4bPu { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/77f90173-c39e-4bc5-8fde-4473154168bf/1e.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:210px;width:220px;top:10px;left:165px;display:block; }#Pet6B5hVvfLPq9R5TAXI3RfpBkVr4bPu.adaptive-delivery-prevent-bg, #Pet6B5hVvfLPq9R5TAXI3RfpBkVr4bPu.lazyload, #Pet6B5hVvfLPq9R5TAXI3RfpBkVr4bPu.lazyloading { background-image: none; }
#pWDVBVi6vqTFuEcX7PUPuu8aDwqWwpAH { color:#ffffff;display:block;width:305px;position:absolute;font-family:quicksand;font-size:16px;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:280px;left:479px;height:57.5859px;text-align:center;text-align-last:center;display:block; }
#TT9LLkBJdMwqdohGP2RDxNi2vqM1TJUe { color:#634b3a;display:block;width:286px;position:absolute;font-family:quicksand;font-size:20px;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:243px;left:489px;height:24px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O835KiogQo4LGJEiiR4tyowupEdkK5Xi { background-color:#634b3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:quicksand;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:458.991px;height:57.983px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:371px;left:244px;display:block; }
#gqfRfG55KW6itvQ4LztXDX902Hk5sgRZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#bBD5QPXbC8ILBaiTyTwqnctBGPCzBLaO { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1dfc78c9-898f-44e3-acea-79aa6bf46f18/ef.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:210px;width:220px;top:10px;left:522px;display:block; }#bBD5QPXbC8ILBaiTyTwqnctBGPCzBLaO.adaptive-delivery-prevent-bg, #bBD5QPXbC8ILBaiTyTwqnctBGPCzBLaO.lazyload, #bBD5QPXbC8ILBaiTyTwqnctBGPCzBLaO.lazyloading { background-image: none; }
#vddpnvWsJ7T5bh7A4iMUqBtTcF3sPD1o { position:relative;display:block; }#vddpnvWsJ7T5bh7A4iMUqBtTcF3sPD1o { background-color: transparent; background-image: none; }#vddpnvWsJ7T5bh7A4iMUqBtTcF3sPD1o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vddpnvWsJ7T5bh7A4iMUqBtTcF3sPD1o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vddpnvWsJ7T5bh7A4iMUqBtTcF3sPD1o > .row .container > .video-iframe-container { display: none; }#vddpnvWsJ7T5bh7A4iMUqBtTcF3sPD1o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vddpnvWsJ7T5bh7A4iMUqBtTcF3sPD1o > .row > .video-iframe-container { display: none; }#vddpnvWsJ7T5bh7A4iMUqBtTcF3sPD1o > .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); }#vddpnvWsJ7T5bh7A4iMUqBtTcF3sPD1o { border-width: 0; border-radius: 0; }#vddpnvWsJ7T5bh7A4iMUqBtTcF3sPD1o > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vddpnvWsJ7T5bh7A4iMUqBtTcF3sPD1o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:483px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NTuK17Qu83u5npqcQMkGHwO42pNqXTvQ { color:#634b3a;display:block;width:960px;position:absolute;font-family:quicksand;font-size:34px;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:31.562559127808px;left:0px;height:81.5938px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Da70bM7VZr9Jn1DZSJ1k72TTyQX9dJsI { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:277px;width:286px;top:148px;left:336px;overflow:hidden;display:block; }
#F2SWAJq1bH8KWlflghtDq9aKEOuQ3xQw { position:absolute;display:block;z-index:15023;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;height:274px;width:286px;top:148px;left:634px;overflow:hidden;display:block; }
#wRfiRu86ekRuc5T21qNV2Fte4qDg7k8o { 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;height:276px;width:286px;top:148px;left:39px;overflow:hidden;display:block; }
#UOOyKfncGQhaTi2vubIsD9Ml1PG43QQ1 { 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:none; }#UOOyKfncGQhaTi2vubIsD9Ml1PG43QQ1 > .row .container { border-width: 0; border-radius: 0; }#UOOyKfncGQhaTi2vubIsD9Ml1PG43QQ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOOyKfncGQhaTi2vubIsD9Ml1PG43QQ1 > .row .container { font-size:14px;font-family:arial;height:594px;width:960px;position:relative;display:none; }#yGf5BtIhBMT56mkvhPdTkmPZReiZ7dsG { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:196px;width:303px;top:126px;left:0px;display:block; }
#canvUvN7IHcJchF3pO6Sdis4oULEboPn { color:#808080;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:160px;left:11px;height:128px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IZTXIAW36mST7XJTAGPIyKHcGFxHiVPE { color:#606060;display:block;width:180px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:355px;left:90px;height:26.0045px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yGvrELhh4purKsoIZMU2TT8d8cN4ZmZK { color:#b9b9b9;display:block;width:180px;position:absolute;font-family:"open sans";font-size:13px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:390px;left:90px;height:16.8984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fVZiXr4m6wblDekFzircNo8z5ZWzOWnr { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/28okDpmG/05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:73px;width:73px;top:344px;left:0px;display:block; }#fVZiXr4m6wblDekFzircNo8z5ZWzOWnr.adaptive-delivery-prevent-bg, #fVZiXr4m6wblDekFzircNo8z5ZWzOWnr.lazyload, #fVZiXr4m6wblDekFzircNo8z5ZWzOWnr.lazyloading { background-image: none; }
#pGmSoSf9tTku8hmU1TcCBkk16tuZ6zub { color:#606060;display:block;width:180px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:355px;left:419px;height:26.0045px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LZlCDSFkM98NLJlF9RmCkLJ6rMS4gyn6 { color:#b9b9b9;display:block;width:180px;position:absolute;font-family:"open sans";font-size:13px;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:390px;left:419px;height:16.8984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WeIrIawcQSieLav5QovB9fyw0GG4N8mu { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:196px;width:303px;top:126px;left:329px;display:block; }
#c57qm3KQkfiytKt6iadaBIJucMadXrNw { color:#808080;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15016;line-height:2;letter-spacing:0;top:160px;left:340px;height:128px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pfSgT1I6sGgZPTwC2VOvEdq22H3CiTcn { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/kbEa7dN4/06.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:73px;width:73px;top:344px;left:329px;display:block; }#pfSgT1I6sGgZPTwC2VOvEdq22H3CiTcn.adaptive-delivery-prevent-bg, #pfSgT1I6sGgZPTwC2VOvEdq22H3CiTcn.lazyload, #pfSgT1I6sGgZPTwC2VOvEdq22H3CiTcn.lazyloading { background-image: none; }
#oV01XKn2UaBuGw6ow0TF75OcJTU9xfXh { color:#606060;display:block;width:180px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:355px;left:747px;height:26.0045px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BvmqnXMnyCyTWJerpLI40DEeTZMy6fRp { color:#b9b9b9;display:block;width:180px;position:absolute;font-family:"open sans";font-size:13px;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:390px;left:747px;height:16.8984px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H9d6aaOAnfrZDNTrbmgAZdv6IqOeQ7bh { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:196px;width:303px;top:126px;left:657px;display:block; }
#ssJ1Xk5PWLFQSvNvF0R9roTTHOr9JATR { color:#808080;display:block;width:280px;position:absolute;font-family:ubuntu;font-size:16px;font-weight:300;z-index:15021;line-height:2;letter-spacing:0;top:160px;left:668px;height:128px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AVV4ogph3JD3UfIBolwwVFh2xxuHWy36 { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/ddY0kc3W/07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;box-shadow: 0 0 20px rgba(0,0,0,0.2) ;height:73px;width:73px;top:344px;left:657px;display:block; }#AVV4ogph3JD3UfIBolwwVFh2xxuHWy36.adaptive-delivery-prevent-bg, #AVV4ogph3JD3UfIBolwwVFh2xxuHWy36.lazyload, #AVV4ogph3JD3UfIBolwwVFh2xxuHWy36.lazyloading { background-image: none; }
#OZcHAMzT8kT2WMJ4pzr5xiKGEyy0UKOD { color:#634b3a;display:block;width:960px;position:absolute;font-family:quicksand;font-size:34px;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:36.590911865234px;left:0px;height:40.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#odJm07h7FLvT5dAPNEzFUcLo2r0y8aaa { background-color:#634b3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:quicksand;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:458.986px;height:57.9818px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:482.98633384705px;left:250.48635864258px;display:block; }
#s8910aiqgeI53K46cDeEN9brToa4ohD9 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#H7d227CLOVnDCc2Leo7OuuTRKaloMyAS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/001c305c-5ec4-4616-b6e3-87b46ef89296/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#H7d227CLOVnDCc2Leo7OuuTRKaloMyAS.adaptive-delivery-prevent-bg, #H7d227CLOVnDCc2Leo7OuuTRKaloMyAS.lazyload, #H7d227CLOVnDCc2Leo7OuuTRKaloMyAS.lazyloading { background-image: none; }#H7d227CLOVnDCc2Leo7OuuTRKaloMyAS > .row .container { border-width: 0; border-radius: 0; }#H7d227CLOVnDCc2Leo7OuuTRKaloMyAS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7d227CLOVnDCc2Leo7OuuTRKaloMyAS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7d227CLOVnDCc2Leo7OuuTRKaloMyAS > .row .container { font-size:14px;font-family:arial;height:352px;width:960px;position:relative;display:none; }#qJwV6BQ61ovlCEb63dRxxgt7hlxqkaTT { color:#ffffff;display:block;width:416.989px;position:absolute;font-family:quicksand;font-size:41px;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:53.977264404297px;left:11.903381347656px;height:98.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BxcauIDXEPV7wRQzhXBpl79obPyzBGW3 { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/10f9e630-9099-4ef5-b746-bcf2a494f9a5/shutterstock_4957725552.crop_3666x3648_815,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:257px;width:200px;top:54.008514404297px;left:417.98291015625px;display:block; }#BxcauIDXEPV7wRQzhXBpl79obPyzBGW3.adaptive-delivery-prevent-bg, #BxcauIDXEPV7wRQzhXBpl79obPyzBGW3.lazyload, #BxcauIDXEPV7wRQzhXBpl79obPyzBGW3.lazyloading { background-image: none; }
#AzNK3P6zbXarwHsPGXcWHET0ylXhwmQ5 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f12f8152-d425-4c88-bd8f-f0aafc8b90d5/1d.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:256.989px;width:200px;top:53.977264404297px;left:650.9658203125px;display:block; }#AzNK3P6zbXarwHsPGXcWHET0ylXhwmQ5.adaptive-delivery-prevent-bg, #AzNK3P6zbXarwHsPGXcWHET0ylXhwmQ5.lazyload, #AzNK3P6zbXarwHsPGXcWHET0ylXhwmQ5.lazyloading { background-image: none; }
#lzy8BSe1ik5drtpTN6ySIHHAokEiRrRE { position:absolute;display:block;z-index:15010;background-color:#2f0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:41px;width:52px;top:190.96591186523px;left:11.875px;display:block; }
#HHmAM6HgH5ZW7MnSWLXu74LiTS7kSlQM { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40.9943px;width:51.9886px;top:190.95169067383px;left:74.872131347656px;display:block; }
#fglF0quyIeWydWHpsQbtAgkNe2vQqIJG { position:absolute;display:block;z-index:15012;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;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:40.9943px;width:145.994px;top:281.91760253906px;left:444.95733642578px;display:block; }
#nblg6rmP5s6tyVqS2S4TfXLvk1HCdXVe { position:absolute;display:block;z-index:15013;background-color:#2f0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:44px;width:149px;top:276.90341186523px;left:672.94030761719px;display:block; }
#n8qyDHgJiIOaElyrPvu1nq30LZbHf49T { color:#ffffff;display:block;width:152px;position:absolute;font-family:quicksand;font-size:15px;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:281.91760253906px;left:672.91760253906px;height:18px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lCH5v2OuUrLJlWJ9fEK2UywUGCVUSrrg { color:#ffffff;display:block;width:147px;position:absolute;font-family:quicksand;font-size:13px;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:301.7272644043px;left:674.92895507812px;height:15.5966px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GaqynuObKoJBol7qQWfGbKQc6zM2IOgW { color:#2f0000;display:block;width:152px;position:absolute;font-family:quicksand;font-size:15px;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:285px;left:442px;height:18px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QoD5ZceTo4QdtHAQb7D0aCrs87VMzDd4 { color:#2f0000;display:block;width:147px;position:absolute;font-family:quicksand;font-size:13px;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:305px;left:444px;height:15.5966px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yInJvM3GZXXovKTbrEngQQkIazexopQC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:32.9972px;width:32.9972px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:194.94317626953px;left:21.349426269531px; }
#QVTyN8Gor0EEdFW2zBuwLlvUrTqOm7RC { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:32.9972px;width:32.9972px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:194.94317626953px;left:84.318176269531px; }
#yocSmqTKfL0vVtXRdEhPKrh1GSyLFDT3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a19d90;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; }#yocSmqTKfL0vVtXRdEhPKrh1GSyLFDT3 > .row .container { background-color: transparent; background-image: none; }#yocSmqTKfL0vVtXRdEhPKrh1GSyLFDT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yocSmqTKfL0vVtXRdEhPKrh1GSyLFDT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yocSmqTKfL0vVtXRdEhPKrh1GSyLFDT3 > .row .container > .video-iframe-container { display: none; }#yocSmqTKfL0vVtXRdEhPKrh1GSyLFDT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yocSmqTKfL0vVtXRdEhPKrh1GSyLFDT3 > .row > .video-iframe-container { display: none; }#yocSmqTKfL0vVtXRdEhPKrh1GSyLFDT3 > .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); }#yocSmqTKfL0vVtXRdEhPKrh1GSyLFDT3 > .row .container { border-width: 0; border-radius: 0; }#yocSmqTKfL0vVtXRdEhPKrh1GSyLFDT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yocSmqTKfL0vVtXRdEhPKrh1GSyLFDT3 > .row .container { font-size:14px;font-family:arial;height:507px;width:960px;position:relative;display:block; }#TPomFCklu2Nr1pAo9rBu5Ayyu2199SUZ { color:#ffffff;display:block;width:416.989px;position:absolute;font-family:quicksand;font-size:45px;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:50.923278808594px;left:16.9375px;height:54px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pn3wdfhdxnntcsHFmDHuZl8bFqZfvPqN { color:#ffffff;display:block;width:350.994px;position:absolute;font-family:quicksand;font-size:17px;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:116.88635253906px;left:16.9375px;height:61.1953px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VHFyNFC311FrJoJBuvEJRvlfc6TMGqgi { color:#ffffff;display:block;width:392px;position:absolute;font-family:quicksand;font-size:17px;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:221.8515625px;left:16.9375px;height:147.5px;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#VHFyNFC311FrJoJBuvEJRvlfc6TMGqgi li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#VHFyNFC311FrJoJBuvEJRvlfc6TMGqgi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f175b609-09a9-4561-a01d-bd730bb1c500/checked3.png); }
#RkauPG81Ff4QKrrhrwbE3aAVnkE1zTeT { background-color:#634b3a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:quicksand;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:356.989px;height:57.9972px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:402.99429321289px;left:16.9375px;display:block; }
#l4ll8gyFT2GGvUCDTT5RDwFP7DDhVp64 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#m7UvFIi4b1mCx2fiAGKgVoQ5uTGLB2mG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:315px;width:565px;top:92.176141730469px;left:459.1362392054px;display:block; }
#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/62a2883b-3b09-4030-880e-8d41d855181a/shutterstock_5751656952.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B.adaptive-delivery-prevent-bg, #Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B.lazyload, #Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B.lazyloading { background-image: none; }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .row .container { background-color: transparent; background-image: none; }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .row .container > .video-iframe-container { display: none; }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .row > .video-iframe-container { display: none; }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .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); }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .row .container { border-width: 0; border-radius: 0; }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .row .container { font-size:14px;font-family:arial;height:606px;width:960px;overflow:visible;position:relative;display:block; }#WvcAvlsKAyOTGXyC5tUTi20TB2U8BEmt { color:#634b3a;display:block;width:506px;position:absolute;font-family:quicksand;font-size:31px;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:225px;left:454px;height:111.5859px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VDWLhhz28sXrFMz7D42OT879K30w4eqM { background-color:#e7bf9f;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:quicksand;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:316px;height:53px;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:366px;left:490px;display:block; }
#Fm4NWE6c9co88OM3IW57oPfampw4slJA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CeVTVF0UDZD8eIML0pnZBXUcENJ2FvTp { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:74px;width:74px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:356px;left:454px; }
#CeVTVF0UDZD8eIML0pnZBXUcENJ2FvTp > img { max-width: 100%;max-height:100%; }#wRHhPRfaPi72bfzrbdys0GugJQ5JHneI { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:130px;width:141px;top:64.5px;left:454px;overflow:hidden;display:block; }
#c7S60GbSKIrxowNQMiAduSOiPz4BMQl6 { background-color:#151515;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#c7S60GbSKIrxowNQMiAduSOiPz4BMQl6 > .row .container { background-color: transparent; background-image: none; }#c7S60GbSKIrxowNQMiAduSOiPz4BMQl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7S60GbSKIrxowNQMiAduSOiPz4BMQl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7S60GbSKIrxowNQMiAduSOiPz4BMQl6 > .row .container > .video-iframe-container { display: none; }#c7S60GbSKIrxowNQMiAduSOiPz4BMQl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7S60GbSKIrxowNQMiAduSOiPz4BMQl6 > .row > .video-iframe-container { display: none; }#c7S60GbSKIrxowNQMiAduSOiPz4BMQl6 > .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); }#c7S60GbSKIrxowNQMiAduSOiPz4BMQl6 > .row .container { border-width: 0; border-radius: 0; }#c7S60GbSKIrxowNQMiAduSOiPz4BMQl6 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#c7S60GbSKIrxowNQMiAduSOiPz4BMQl6 > .row .container { font-size:14px;font-family:arial;height:126px;width:960px;overflow:visible;position:relative;display:block; }#TqXfHmHPXX4vSMq6DS4h0JFoLxB1hFWR { 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;height:83.9915px;width:90.9943px;top:20.994323730469px;left:94.957366943359px;overflow:hidden;display:block; }
#y18I2ae1UcMsCPiqOO8TiyqvKL8Spoi7 { color:#ffffff;display:block;width:541px;position:absolute;font-family:avenir;font-size:14px;font-weight:400;z-index:15023;line-height:1.6;letter-spacing:0;top:40.59375px;left:246.984375px;height:44.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BzLRVUlRuL7hXwieqC1asxgpQpsT1Txe { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#BzLRVUlRuL7hXwieqC1asxgpQpsT1Txe { background-color: transparent; background-image: none; }#BzLRVUlRuL7hXwieqC1asxgpQpsT1Txe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzLRVUlRuL7hXwieqC1asxgpQpsT1Txe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzLRVUlRuL7hXwieqC1asxgpQpsT1Txe > .row .container > .video-iframe-container { display: none; }#BzLRVUlRuL7hXwieqC1asxgpQpsT1Txe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzLRVUlRuL7hXwieqC1asxgpQpsT1Txe > .row > .video-iframe-container { display: none; }#BzLRVUlRuL7hXwieqC1asxgpQpsT1Txe > .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); }#BzLRVUlRuL7hXwieqC1asxgpQpsT1Txe { border-width: 0; border-radius: 0; }#BzLRVUlRuL7hXwieqC1asxgpQpsT1Txe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BzLRVUlRuL7hXwieqC1asxgpQpsT1Txe > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:118px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#z4sf1i0uVcyHNS4IXRurqN90RVTaT4sI { box-sizing:content-box;color:#5d92ff;font-size:60px;font-weight:400;line-height:1;height:86px;width:86px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0px;left:874px; }
#z4sf1i0uVcyHNS4IXRurqN90RVTaT4sI > img { max-width: 100%;max-height:100%; }@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) { #HBTSTNNT918XR0ItKz8CNfChbMiFIo3X { width:505px;height:60px;top:295px;left:129px;font-size:61px;display:block; }
 }@media only screen and (max-width: 763px) { #Ik4UlCEapKmK8htLiGV7iai3ivACilyc { width:511px;height:50px;top:365px;left:126px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Af5INyC2ga5yMM1BTuOdMD2LC0bg93SG { width:158px;height:146px;top:20px;left:606px;display:block; }
 }@media only screen and (max-width: 763px) { #p5cSgnTOin29NN7AcoGeGQml2vthP1qw { width:368px;height:58px;top:446px;left:198px;display:block; }
 }@media only screen and (max-width: 763px) { #hQeaSEcra9sVPfW4skizmqZoibyNdRB1 { display:block; }
 }@media only screen and (max-width: 763px) { #g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 { display:block; }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWrqa9OVT7coxqAaoam3mCh25Sp4UOye { width:764px;height:83px;top:29px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #rGrOZRaygUT0PxiruFBpB3wutvTkxMUi { width:198px;height:251px;top:144px;left:27.980102539062px;display:block; }
 }@media only screen and (max-width: 763px) { #dxqW7yoOncswRTPWtG58qa7rI75afRzq { width:207px;height:86px;top:451px;left:22px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #P9VTDe8TVR2o0hHk470WEA3NzqwIuZUF { width:208px;height:86px;top:451px;left:277px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uJbxUz3KVfSk4EFXqPvFltvTN9RBoTwA { width:208px;height:64px;top:451px;left:531px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TkiTUUkw4egZRLd3bQe0W2HvJq36rhqX { width:197px;height:40px;top:385px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Dh2hyZqGZL2qZAZIJXvz18cNtGB0eXVR { width:200px;height:16px;top:397px;left:28px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eDE5wySbAPZuLblZlqdBfiWk4arat9hh { width:197px;height:251px;top:144px;left:281.98010253906px;display:block; }
 }@media only screen and (max-width: 763px) { #yQK5L3MFPmm0oReVf790zHKrHzK3pDP7 { width:197px;height:40px;top:385px;left:284px;display:block; }
 }@media only screen and (max-width: 763px) { #bFnH92293foNfhJnXIgMkLVFcQk7fXtd { width:200px;height:16px;top:397px;left:282px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tsHtZzCkcxbUb3cskWeaznbau5gsewKk { width:197px;height:251px;top:134px;left:535.98010253906px;display:block; }
 }@media only screen and (max-width: 763px) { #cveUStNT2GOl7SyNeXPwcmQ5ANHhlATv { width:197px;height:40px;top:379px;left:538px;display:block; }
 }@media only screen and (max-width: 763px) { #yhmBhbWRJfNyBwWpbKbb8Oi09W61DCba { width:200px;height:16px;top:390px;left:535.99426269531px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sDOMGme2Upz6rw3V669sA3imRkms6ZmH { width:408px;height:58px;top:574px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fL5TBSBaqCR2IeBwydy8A0ht206idngD { display:block; }
 }@media only screen and (max-width: 763px) { #hKk35q2krMtLMXnkEe6zeXTwisMBX5rN { display:block; }#hKk35q2krMtLMXnkEe6zeXTwisMBX5rN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qg3POsGkn5bHCfwXdXnMDppq0iUBbTy2 { width:764px;height:40px;top:23px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #MTnETPncKxgVCTIVWil0pLe3zFxVO7xy { width:237px;height:38px;top:327px;left:9.9971313476562px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #n34m1VTEtp2GieuRGZ6LdCemwxHkRK6f { width:325px;height:23px;top:291px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Tc5qLeZwqsl4dyJbVuQHWBotumDVsV9T { width:172px;height:165px;top:111px;left:40.480102539062px;display:block; }
 }@media only screen and (max-width: 763px) { #HpSw3nKytK9enzquQBdSO7p8mVQMWLsq { width:221px;height:38px;top:342px;left:271.99426269531px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kofyssyx1GaHTT9egroXVhbkRvT5AcFf { width:320px;height:23px;top:297px;left:188px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #E0Sk11bfOrf8TlU8dE5KVXRuqUsuscZf { width:173px;height:165px;top:111px;left:294.48010253906px;display:block; }
 }@media only screen and (max-width: 763px) { #GRrTTgxfW9T8TDCWI4VKHlhoO4SvzoQ5 { width:260px;height:76px;top:342px;left:502px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yxKxaTIp3704q6dSL9DMpE1gli7w7yzS { width:320px;height:23px;top:297px;left:442px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FN3AQZW8sDo0aVN6y4Q6umhkdzA9trF1 { width:173px;height:165px;top:111px;left:548.48010253906px;display:block; }
 }@media only screen and (max-width: 763px) { #ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx { display:block; }#ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIAZdk8hlcHEsVrrnRn5fsRhPCS3bPex { width:273px;height:38px;top:280px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yPQKUFHTMMED0umWluzmuDFsv1qa2DvT { width:281px;height:23px;top:243px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Pet6B5hVvfLPq9R5TAXI3RfpBkVr4bPu { width:220px;height:210px;top:10px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #pWDVBVi6vqTFuEcX7PUPuu8aDwqWwpAH { width:305px;height:57px;top:280px;left:203px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TT9LLkBJdMwqdohGP2RDxNi2vqM1TJUe { width:285px;height:23px;top:243px;left:223px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #O835KiogQo4LGJEiiR4tyowupEdkK5Xi { width:458px;height:57px;top:371px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gqfRfG55KW6itvQ4LztXDX902Hk5sgRZ { display:block; }
 }@media only screen and (max-width: 763px) { #bBD5QPXbC8ILBaiTyTwqnctBGPCzBLaO { width:220px;height:210px;top:10px;left:288px;display:block; }
 }@media only screen and (max-width: 763px) { #vddpnvWsJ7T5bh7A4iMUqBtTcF3sPD1o { display:block; }#vddpnvWsJ7T5bh7A4iMUqBtTcF3sPD1o > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTuK17Qu83u5npqcQMkGHwO42pNqXTvQ { width:764px;height:81px;top:31px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #Da70bM7VZr9Jn1DZSJ1k72TTyQX9dJsI { width:286px;height:277px;top:148px;left:238px;display:block; }
 }@media only screen and (max-width: 763px) { #F2SWAJq1bH8KWlflghtDq9aKEOuQ3xQw { width:286px;height:274px;top:148px;left:478px;display:block; }
 }@media only screen and (max-width: 763px) { #wRfiRu86ekRuc5T21qNV2Fte4qDg7k8o { width:286px;height:276px;top:148px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UOOyKfncGQhaTi2vubIsD9Ml1PG43QQ1 { display:none; }#UOOyKfncGQhaTi2vubIsD9Ml1PG43QQ1 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yGf5BtIhBMT56mkvhPdTkmPZReiZ7dsG { width:302px;height:195px;top:126px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #canvUvN7IHcJchF3pO6Sdis4oULEboPn { width:280px;height:127px;top:160px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IZTXIAW36mST7XJTAGPIyKHcGFxHiVPE { width:180px;height:25px;top:355px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yGvrELhh4purKsoIZMU2TT8d8cN4ZmZK { width:180px;height:16px;top:390px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fVZiXr4m6wblDekFzircNo8z5ZWzOWnr { width:72px;height:72px;top:344px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pGmSoSf9tTku8hmU1TcCBkk16tuZ6zub { width:180px;height:25px;top:355px;left:321px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #LZlCDSFkM98NLJlF9RmCkLJ6rMS4gyn6 { width:180px;height:16px;top:390px;left:321px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WeIrIawcQSieLav5QovB9fyw0GG4N8mu { width:302px;height:195px;top:126px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #c57qm3KQkfiytKt6iadaBIJucMadXrNw { width:280px;height:127px;top:160px;left:242px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pfSgT1I6sGgZPTwC2VOvEdq22H3CiTcn { width:72px;height:72px;top:344px;left:231px;display:block; }
 }@media only screen and (max-width: 763px) { #oV01XKn2UaBuGw6ow0TF75OcJTU9xfXh { width:180px;height:25px;top:355px;left:584px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #BvmqnXMnyCyTWJerpLI40DEeTZMy6fRp { width:180px;height:16px;top:390px;left:584px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #H9d6aaOAnfrZDNTrbmgAZdv6IqOeQ7bh { width:302px;height:195px;top:126px;left:462px;display:block; }
 }@media only screen and (max-width: 763px) { #ssJ1Xk5PWLFQSvNvF0R9roTTHOr9JATR { width:280px;height:127px;top:160px;left:484px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AVV4ogph3JD3UfIBolwwVFh2xxuHWy36 { width:72px;height:72px;top:344px;left:559px;display:block; }
 }@media only screen and (max-width: 763px) { #OZcHAMzT8kT2WMJ4pzr5xiKGEyy0UKOD { width:764px;height:40px;top:36px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #odJm07h7FLvT5dAPNEzFUcLo2r0y8aaa { width:458px;height:57px;top:482px;left:152.48635864258px;display:block; }
 }@media only screen and (max-width: 763px) { #s8910aiqgeI53K46cDeEN9brToa4ohD9 { display:block; }
 }@media only screen and (max-width: 763px) { #H7d227CLOVnDCc2Leo7OuuTRKaloMyAS { display:none; }#H7d227CLOVnDCc2Leo7OuuTRKaloMyAS > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qJwV6BQ61ovlCEb63dRxxgt7hlxqkaTT { width:416px;height:98px;top:53px;left:0px;font-size:41px;display:block; }
 }@media only screen and (max-width: 763px) { #BxcauIDXEPV7wRQzhXBpl79obPyzBGW3 { width:200px;height:257px;top:54px;left:182px;display:block; }
 }@media only screen and (max-width: 763px) { #AzNK3P6zbXarwHsPGXcWHET0ylXhwmQ5 { width:200px;height:256px;top:53px;left:503.9658203125px;display:block; }
 }@media only screen and (max-width: 763px) { #lzy8BSe1ik5drtpTN6ySIHHAokEiRrRE { width:52px;height:41px;top:190px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HHmAM6HgH5ZW7MnSWLXu74LiTS7kSlQM { width:51px;height:40px;top:190px;left:25.872131347656px;display:block; }
 }@media only screen and (max-width: 763px) { #fglF0quyIeWydWHpsQbtAgkNe2vQqIJG { width:145px;height:40px;top:281px;left:236px;display:block; }
 }@media only screen and (max-width: 763px) { #nblg6rmP5s6tyVqS2S4TfXLvk1HCdXVe { width:149px;height:44px;top:276px;left:525.94030761719px;display:block; }
 }@media only screen and (max-width: 763px) { #n8qyDHgJiIOaElyrPvu1nq30LZbHf49T { width:151px;height:17px;top:281px;left:525.91760253906px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lCH5v2OuUrLJlWJ9fEK2UywUGCVUSrrg { width:147px;height:16px;top:301px;left:527.92895507812px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #GaqynuObKoJBol7qQWfGbKQc6zM2IOgW { width:151px;height:17px;top:285px;left:231px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #QoD5ZceTo4QdtHAQb7D0aCrs87VMzDd4 { width:146px;height:15px;top:305px;left:236px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #yInJvM3GZXXovKTbrEngQQkIazexopQC { width:32px;height:32px;top:194px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QVTyN8Gor0EEdFW2zBuwLlvUrTqOm7RC { width:32px;height:32px;top:194px;left:35.318176269531px;display:block; }
 }@media only screen and (max-width: 763px) { #yocSmqTKfL0vVtXRdEhPKrh1GSyLFDT3 { display:block; }#yocSmqTKfL0vVtXRdEhPKrh1GSyLFDT3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPomFCklu2Nr1pAo9rBu5Ayyu2199SUZ { width:416px;height:53px;top:50px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #Pn3wdfhdxnntcsHFmDHuZl8bFqZfvPqN { width:350px;height:81px;top:116px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VHFyNFC311FrJoJBuvEJRvlfc6TMGqgi { width:392px;height:147px;top:221px;left:0px;font-size:17px;display:block; }#VHFyNFC311FrJoJBuvEJRvlfc6TMGqgi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f175b609-09a9-4561-a01d-bd730bb1c500/checked3.png); }
 }@media only screen and (max-width: 763px) { #RkauPG81Ff4QKrrhrwbE3aAVnkE1zTeT { width:356px;height:57px;top:402px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l4ll8gyFT2GGvUCDTT5RDwFP7DDhVp64 { display:block; }
 }@media only screen and (max-width: 763px) { #m7UvFIi4b1mCx2fiAGKgVoQ5uTGLB2mG { width:565px;height:315px;top:92px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B { display:block; }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvcAvlsKAyOTGXyC5tUTi20TB2U8BEmt { width:506px;height:111px;top:225px;left:258px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #VDWLhhz28sXrFMz7D42OT879K30w4eqM { width:316px;height:53px;top:366px;left:392px;display:block; }
 }@media only screen and (max-width: 763px) { #Fm4NWE6c9co88OM3IW57oPfampw4slJA { display:block; }
 }@media only screen and (max-width: 763px) { #CeVTVF0UDZD8eIML0pnZBXUcENJ2FvTp { width:74px;height:74px;top:356px;left:356px;display:block; }
#CeVTVF0UDZD8eIML0pnZBXUcENJ2FvTp > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #wRHhPRfaPi72bfzrbdys0GugJQ5JHneI { width:141px;height:130px;top:64px;left:356px;display:block; }
 }@media only screen and (max-width: 763px) { #c7S60GbSKIrxowNQMiAduSOiPz4BMQl6 { display:block; }#c7S60GbSKIrxowNQMiAduSOiPz4BMQl6 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqXfHmHPXX4vSMq6DS4h0JFoLxB1hFWR { width:90px;height:83.073720002242px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #y18I2ae1UcMsCPiqOO8TiyqvKL8Spoi7 { width:541px;height:44px;top:40px;left:148.984375px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #BzLRVUlRuL7hXwieqC1asxgpQpsT1Txe { display:block; }#BzLRVUlRuL7hXwieqC1asxgpQpsT1Txe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4sf1i0uVcyHNS4IXRurqN90RVTaT4sI { width:86px;height:86px;top:0px;left:678px;display:block; }
#z4sf1i0uVcyHNS4IXRurqN90RVTaT4sI > img { max-width: 100%;max-height:100%; } }@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:320px;height:495px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBTSTNNT918XR0ItKz8CNfChbMiFIo3X { width:308.991px;height:32.0045px;top:271px;left:6px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ik4UlCEapKmK8htLiGV7iai3ivACilyc { width:286px;height:61.2px;top:312px;left:13px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Af5INyC2ga5yMM1BTuOdMD2LC0bg93SG { width:72px;height:67px;top:16.988636016846px;left:12.997159004211px;display:block; }
 }@media only screen and (max-width: 763px) { #p5cSgnTOin29NN7AcoGeGQml2vthP1qw { width:298px;height:57px;top:388.97761694336px;left:11px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #hQeaSEcra9sVPfW4skizmqZoibyNdRB1 { display:block; }
 }@media only screen and (max-width: 763px) { #g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/37d4d768-9404-4191-8a2c-15eb34f31b43/Background.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4.adaptive-delivery-prevent-bg, #g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4.lazyload, #g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4.lazyloading { background-image: none; }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .row .container { background-color: transparent; background-image: none; }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #634b3a; }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .row .container > .video-iframe-container { display: none; }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #634b3a; }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .row > .video-iframe-container { display: none; }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .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); }#g4fdSrGFonMZbrf1m0KKwkIKSrhh0iS4 > .row .container { width:320px;height:1399px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bWrqa9OVT7coxqAaoam3mCh25Sp4UOye { width:320px;height:52.7968px;top:61.9453125px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #rGrOZRaygUT0PxiruFBpB3wutvTkxMUi { width:197px;height:227px;top:146px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #dxqW7yoOncswRTPWtG58qa7rI75afRzq { width:273.961px;height:72px;top:411.953125px;left:23.015625px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #P9VTDe8TVR2o0hHk470WEA3NzqwIuZUF { width:273.984px;height:72px;top:814.984375px;left:23.0078125px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uJbxUz3KVfSk4EFXqPvFltvTN9RBoTwA { width:273.984px;height:48px;top:1206.96875px;left:23px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TkiTUUkw4egZRLd3bQe0W2HvJq36rhqX { width:197px;height:40px;top:361px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #Dh2hyZqGZL2qZAZIJXvz18cNtGB0eXVR { width:200px;height:16.7969px;top:373px;left:60px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #eDE5wySbAPZuLblZlqdBfiWk4arat9hh { width:197px;height:233px;top:540px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #yQK5L3MFPmm0oReVf790zHKrHzK3pDP7 { width:197px;height:40px;top:763px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #bFnH92293foNfhJnXIgMkLVFcQk7fXtd { width:200px;height:16.7969px;top:775px;left:60px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tsHtZzCkcxbUb3cskWeaznbau5gsewKk { width:197px;height:233px;top:938px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #cveUStNT2GOl7SyNeXPwcmQ5ANHhlATv { width:197px;height:40px;top:1158px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #yhmBhbWRJfNyBwWpbKbb8Oi09W61DCba { width:200px;height:16.7969px;top:1170px;left:60px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #sDOMGme2Upz6rw3V669sA3imRkms6ZmH { width:254px;height:57px;top:1292.9609375px;left:33px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fL5TBSBaqCR2IeBwydy8A0ht206idngD { display:block; }
 }@media only screen and (max-width: 763px) { #hKk35q2krMtLMXnkEe6zeXTwisMBX5rN { display:block; }#hKk35q2krMtLMXnkEe6zeXTwisMBX5rN > .row .container { width:320px;height:1108px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qg3POsGkn5bHCfwXdXnMDppq0iUBbTy2 { width:320px;height:76.8px;top:32.997161865234px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #MTnETPncKxgVCTIVWil0pLe3zFxVO7xy { width:274px;height:48px;top:368px;left:23px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #n34m1VTEtp2GieuRGZ6LdCemwxHkRK6f { width:320px;height:24px;top:334px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Tc5qLeZwqsl4dyJbVuQHWBotumDVsV9T { width:217px;height:165px;top:149px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #HpSw3nKytK9enzquQBdSO7p8mVQMWLsq { width:274px;height:48px;top:658px;left:23px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #kofyssyx1GaHTT9egroXVhbkRvT5AcFf { width:320px;height:24px;top:631px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #E0Sk11bfOrf8TlU8dE5KVXRuqUsuscZf { width:216.989px;height:165px;top:447.98297119141px;left:51.491475105286px;display:block; }
 }@media only screen and (max-width: 763px) { #GRrTTgxfW9T8TDCWI4VKHlhoO4SvzoQ5 { width:274px;height:120px;top:959px;left:23px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yxKxaTIp3704q6dSL9DMpE1gli7w7yzS { width:320px;height:24px;top:923px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FN3AQZW8sDo0aVN6y4Q6umhkdzA9trF1 { width:216.989px;height:165px;top:733.96304321289px;left:51.491475105286px;display:block; }
 }@media only screen and (max-width: 763px) { #ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx { display:block; }#ou78eliHnrrfgvmnFpWJ88rT45ZwnqJx > .row .container { width:320px;height:774px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BIAZdk8hlcHEsVrrnRn5fsRhPCS3bPex { width:274px;height:48px;top:237px;left:23px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #yPQKUFHTMMED0umWluzmuDFsv1qa2DvT { width:320px;height:24px;top:204px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Pet6B5hVvfLPq9R5TAXI3RfpBkVr4bPu { width:217px;height:165px;top:26px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #pWDVBVi6vqTFuEcX7PUPuu8aDwqWwpAH { width:274px;height:120px;top:526px;left:23px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TT9LLkBJdMwqdohGP2RDxNi2vqM1TJUe { width:320px;height:24px;top:490px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #O835KiogQo4LGJEiiR4tyowupEdkK5Xi { width:303.991px;height:57.9972px;top:675.98010253906px;left:7.9971590042114px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gqfRfG55KW6itvQ4LztXDX902Hk5sgRZ { display:block; }
 }@media only screen and (max-width: 763px) { #bBD5QPXbC8ILBaiTyTwqnctBGPCzBLaO { width:217px;height:162px;top:312px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #vddpnvWsJ7T5bh7A4iMUqBtTcF3sPD1o { display:block; }#vddpnvWsJ7T5bh7A4iMUqBtTcF3sPD1o > .row .container { width:320px;height:1219px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTuK17Qu83u5npqcQMkGHwO42pNqXTvQ { width:270.994px;height:201.562px;top:43.650566101074px;left:24.48863697052px;font-size:28px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Da70bM7VZr9Jn1DZSJ1k72TTyQX9dJsI { width:286px;height:277px;top:593.04514746094px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #F2SWAJq1bH8KWlflghtDq9aKEOuQ3xQw { width:286px;height:274px;top:890.04514746094px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #wRfiRu86ekRuc5T21qNV2Fte4qDg7k8o { width:286px;height:276px;top:297.04514746094px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #UOOyKfncGQhaTi2vubIsD9Ml1PG43QQ1 { display:none; }#UOOyKfncGQhaTi2vubIsD9Ml1PG43QQ1 > .row .container { width:320px;height:1159px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yGf5BtIhBMT56mkvhPdTkmPZReiZ7dsG { width:303px;height:196px;top:124px;left:9px;display:block; }
 }@media only screen and (max-width: 763px) { #canvUvN7IHcJchF3pO6Sdis4oULEboPn { width:280px;height:128px;top:158px;left:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IZTXIAW36mST7XJTAGPIyKHcGFxHiVPE { width:221px;height:26.0045px;top:351px;left:92px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yGvrELhh4purKsoIZMU2TT8d8cN4ZmZK { width:221px;height:20.7969px;top:384px;left:92px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fVZiXr4m6wblDekFzircNo8z5ZWzOWnr { width:73px;height:73px;top:339px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #pGmSoSf9tTku8hmU1TcCBkk16tuZ6zub { width:211px;height:26.0045px;top:684px;left:92px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LZlCDSFkM98NLJlF9RmCkLJ6rMS4gyn6 { width:221px;height:20.7969px;top:713px;left:92px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WeIrIawcQSieLav5QovB9fyw0GG4N8mu { width:303px;height:196px;top:452px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #c57qm3KQkfiytKt6iadaBIJucMadXrNw { width:280px;height:128px;top:486px;left:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pfSgT1I6sGgZPTwC2VOvEdq22H3CiTcn { width:73px;height:73px;top:672px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #oV01XKn2UaBuGw6ow0TF75OcJTU9xfXh { width:204px;height:26.0045px;top:1003px;left:100px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BvmqnXMnyCyTWJerpLI40DEeTZMy6fRp { width:221px;height:20.7969px;top:1036px;left:100px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H9d6aaOAnfrZDNTrbmgAZdv6IqOeQ7bh { width:303px;height:196px;top:785px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #ssJ1Xk5PWLFQSvNvF0R9roTTHOr9JATR { width:280px;height:128px;top:819px;left:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AVV4ogph3JD3UfIBolwwVFh2xxuHWy36 { width:73px;height:73px;top:990px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #OZcHAMzT8kT2WMJ4pzr5xiKGEyy0UKOD { width:263.991px;height:76.8px;top:24.957397460938px;left:27.982953071594px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #odJm07h7FLvT5dAPNEzFUcLo2r0y8aaa { width:304px;height:57px;top:1082.9950117187px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #s8910aiqgeI53K46cDeEN9brToa4ohD9 { display:block; }
 }@media only screen and (max-width: 763px) { #H7d227CLOVnDCc2Leo7OuuTRKaloMyAS { display:none; }#H7d227CLOVnDCc2Leo7OuuTRKaloMyAS > .row .container { width:320px;height:795px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qJwV6BQ61ovlCEb63dRxxgt7hlxqkaTT { width:297.997px;height:76.8px;top:18.991455078125px;left:10.98011302948px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BxcauIDXEPV7wRQzhXBpl79obPyzBGW3 { width:200px;height:257px;top:119px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #AzNK3P6zbXarwHsPGXcWHET0ylXhwmQ5 { width:200px;height:256px;top:412px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #lzy8BSe1ik5drtpTN6ySIHHAokEiRrRE { width:52px;height:41px;top:709px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #HHmAM6HgH5ZW7MnSWLXu74LiTS7kSlQM { width:51px;height:40px;top:709px;left:158px;display:block; }
 }@media only screen and (max-width: 763px) { #fglF0quyIeWydWHpsQbtAgkNe2vQqIJG { width:145px;height:40px;top:347px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #nblg6rmP5s6tyVqS2S4TfXLvk1HCdXVe { width:149px;height:44px;top:635px;left:82px;display:block; }
 }@media only screen and (max-width: 763px) { #n8qyDHgJiIOaElyrPvu1nq30LZbHf49T { width:150.994px;height:18px;top:640px;left:82px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #lCH5v2OuUrLJlWJ9fEK2UywUGCVUSrrg { width:146.989px;height:15.5966px;top:659px;left:84px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #GaqynuObKoJBol7qQWfGbKQc6zM2IOgW { width:150.994px;height:18px;top:350px;left:84px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #QoD5ZceTo4QdtHAQb7D0aCrs87VMzDd4 { width:145.994px;height:15.5966px;top:370px;left:86px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #yInJvM3GZXXovKTbrEngQQkIazexopQC { display:flex;width:32px;height:32px;top:713px;left:96px; }
 }@media only screen and (max-width: 763px) { #QVTyN8Gor0EEdFW2zBuwLlvUrTqOm7RC { display:flex;width:32px;height:32px;top:713px;left:167px; }
 }@media only screen and (max-width: 763px) { #yocSmqTKfL0vVtXRdEhPKrh1GSyLFDT3 { display:block; }#yocSmqTKfL0vVtXRdEhPKrh1GSyLFDT3 > .row .container { width:320px;height:639px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPomFCklu2Nr1pAo9rBu5Ayyu2199SUZ { width:320px;height:38.4px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pn3wdfhdxnntcsHFmDHuZl8bFqZfvPqN { width:286px;height:81.6px;top:75px;left:17px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #VHFyNFC311FrJoJBuvEJRvlfc6TMGqgi { width:286px;height:173px;top:177px;left:17px;font-size:17px;display:block; }#VHFyNFC311FrJoJBuvEJRvlfc6TMGqgi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/f175b609-09a9-4561-a01d-bd730bb1c500/checked3.png); }
 }@media only screen and (max-width: 763px) { #RkauPG81Ff4QKrrhrwbE3aAVnkE1zTeT { width:304px;height:57px;top:352.9546px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #l4ll8gyFT2GGvUCDTT5RDwFP7DDhVp64 { display:block; }
 }@media only screen and (max-width: 763px) { #m7UvFIi4b1mCx2fiAGKgVoQ5uTGLB2mG { height:178.40707964602px;width:320px;top:429.9546px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2c37ec0d-3826-4b3b-bde6-293d4e31543a/shutterstock_21688910494.crop_844x1078_402,0.preview.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B.adaptive-delivery-prevent-bg, #Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B.lazyload, #Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B.lazyloading { background-image: none; }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .row .container { background-color: transparent; background-image: none; }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .row .container > .video-iframe-container { display: none; }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.32); }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .row > .video-iframe-container { display: none; }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .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); }#Rp47yli0ZeV6cukK5mwiOt9fgxGEN31B > .row .container { width:320px;height:481px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvcAvlsKAyOTGXyC5tUTi20TB2U8BEmt { width:308.977px;height:124.7812px;top:194.9765625px;left:5.5078125px;font-size:26px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VDWLhhz28sXrFMz7D42OT879K30w4eqM { width:239px;height:53px;top:364px;left:73px;font-size:16px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Fm4NWE6c9co88OM3IW57oPfampw4slJA { display:block; }
 }@media only screen and (max-width: 763px) { #CeVTVF0UDZD8eIML0pnZBXUcENJ2FvTp { display:flex;width:74px;height:74px;top:353px;left:9px; }
#CeVTVF0UDZD8eIML0pnZBXUcENJ2FvTp > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #wRHhPRfaPi72bfzrbdys0GugJQ5JHneI { width:141px;height:130px;top:36.9765625px;left:99.5px;display:block; }
 }@media only screen and (max-width: 763px) { #c7S60GbSKIrxowNQMiAduSOiPz4BMQl6 { display:block; }#c7S60GbSKIrxowNQMiAduSOiPz4BMQl6 > .row .container { width:320px;height:209px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqXfHmHPXX4vSMq6DS4h0JFoLxB1hFWR { width:53px;height:49px;top:22.499877929688px;left:132.99715518951px;display:block; }
 }@media only screen and (max-width: 763px) { #y18I2ae1UcMsCPiqOO8TiyqvKL8Spoi7 { width:299px;height:72.7812px;top:92.5px;left:10.5px;text-align:center;text-align-last:center;font-size:14px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BzLRVUlRuL7hXwieqC1asxgpQpsT1Txe { position:fixed;z-index:199999;bottom:0px;left:0px;right:0px;display:block; }#BzLRVUlRuL7hXwieqC1asxgpQpsT1Txe > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4sf1i0uVcyHNS4IXRurqN90RVTaT4sI { width:65px;height:65px;top:0px;left:255px;filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.16));display:block; }
#z4sf1i0uVcyHNS4IXRurqN90RVTaT4sI > img { max-width: 100%;max-height:100%; } }