.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#2a2a2a;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#apAmtSSdClA2XsXPAPNMTnpzTA0fcodq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;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; }#apAmtSSdClA2XsXPAPNMTnpzTA0fcodq > .row .container { background-color: transparent; background-image: none; }#apAmtSSdClA2XsXPAPNMTnpzTA0fcodq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apAmtSSdClA2XsXPAPNMTnpzTA0fcodq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apAmtSSdClA2XsXPAPNMTnpzTA0fcodq > .row .container > .video-iframe-container { display: none; }#apAmtSSdClA2XsXPAPNMTnpzTA0fcodq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#apAmtSSdClA2XsXPAPNMTnpzTA0fcodq > .row > .video-iframe-container { display: none; }#apAmtSSdClA2XsXPAPNMTnpzTA0fcodq > .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); }#apAmtSSdClA2XsXPAPNMTnpzTA0fcodq > .row .container { border-width: 0; border-radius: 0; }#apAmtSSdClA2XsXPAPNMTnpzTA0fcodq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#apAmtSSdClA2XsXPAPNMTnpzTA0fcodq > .row .container { font-size:14px;font-family:arial;height:99px;width:1200px;position:relative;display:block; }#UEu3xPMrsxm938tJ8I54fwMrM1kOM3uC { display:block;width:669px;position:absolute;font-family:roboto;font-size:23px;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:37.8125px;left:0px;height:36.794px;color:#d3a86a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KIMWFJ1devULgKg4K31JLadlhBhrJXBE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:66px;width:240px;top:16.5px;left:960px;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b7b9d84-8038-4cd8-8b02-e48eab1b5790/Ticket876IMGhead_DrMatheusZanchetta.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:946px;width:1200px;overflow:visible;position:relative;display:block; }#XDHwb3wahLJ1gB2TnUhzitbFUEuh4wyJ { display:block;width:717px;position:absolute;font-family:cremona;font-size:39px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:45.9375px;left:0px;height:;color:#d3a86a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o93wHsCNpnSk39BWRTyWSFA1iQBonbSc { display:block;width:468px;position:absolute;font-family:roboto;font-size:23px;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:210px;left:0px;height:;color:#2a2a2a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JSMXL8ZtbkRUcxdDaE67SpKzTDEkCzFW { border-top:1px solid #d3a86a;border-left:1px solid #d3a86a;border-right:1px solid #d3a86a;border-bottom:1px solid #d3a86a;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:356px;width:350px;position:absolute;display:block;z-index:15003;top:446px;left:0px;box-shadow: 0 0 15px rgba(211,168,106,0.33) ;display:block; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-form-header { font-size:14px; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:16px;font-weight:700;color:#2a2a2a;width:301px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;vertical-align:top;text-align:left;text-align-last:left;overflow:hidden; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:301px;box-sizing:border-box;height:39px;color:#202a51;font-size:15px;overflow:hidden;font-family:"open sans";box-shadow: 0px 0px 0px #000000 ;vertical-align:top;font-weight:300;font-style:normal; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-text {padding-top: 0; padding-bottom: 0;}#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:301px;box-sizing:border-box;height:43px;color:#202a51;font-size:15px;overflow:hidden;font-family:"open sans";box-shadow: 0px 0px 0px #000000 ;vertical-align:top;font-weight:300;font-style:normal; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:301px;box-sizing:border-box;height:42px;color:#202a51;font-family:"open sans";font-size:15px;overflow:hidden;box-shadow: 0px 0px 0px #000000 ;vertical-align:top;font-weight:300;font-style:normal; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-select {padding-top: 0; padding-bottom: 0;}#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-button { border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;background-color:#00e676;background-image:none;border-top:0 none #d3a86a;border-left:10px solid #00e676;border-right:0 none #d3a86a;border-bottom:0 none #d3a86a;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:17px;font-weight:700;color:#ffffff;width:301px;height:49px;font-family:roboto;overflow:hidden;font-style:normal;line-height:1.4;text-align:left;text-align-last:left; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb [class*="-text"]:-moz-placeholder { color:#2a2a2a;font-family:roboto;font-size:13px;font-weight:300;font-style:normal; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb [class*="-text"]::-moz-placeholder { color:#2a2a2a;font-family:roboto;font-size:13px;font-weight:300;font-style:normal; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb [class*="-text"]:-ms-input-placeholder { color:#2a2a2a;font-family:roboto;font-size:13px;font-weight:300;font-style:normal; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb [class*="-text"]::-webkit-input-placeholder { color:#2a2a2a;font-family:roboto;font-size:13px;font-weight:300;font-style:normal; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:12px;font-weight:300;color:#202a51;vertical-align:top;width:285px;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#202a51;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-container { padding-top:7px;padding-right:0;padding-bottom:6px;padding-left:0;width:100%;font-size:0;height:auto; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-container:first-of-type{padding-top:0;}#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-container:last-of-type{padding-bottom:0;}#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:301px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:462.96875px;left:3.96875px;font-size:14px; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:301px;display:block;vertical-align:top; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#202a51;vertical-align:top;overflow:hidden;font-style:normal; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb {display:block;}#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:301px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:absolute;top:462.96875px;left:3.96875px;font-size:14px; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #BZMKEUFdKNrF6ytDksMwLWxUwp3InbX9 { position:relative; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #ECSfmbpv1WO0TfxFWWpDDulcdQI6J6ti { position:relative;display:block; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #aJ0PPEzbhmCgnATHgs0N8dHB6hRN3Qf3 { position:relative; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #VTJi9PxaO3WOTdAOcfiFwOx0ZnzWRHhL { position:relative; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #cPVL9rLvCKor6gPI53xuCytlg7T2Gd1y { position:relative;display:block; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #xJbDwxQuWHr9kai4wWS5MSdcbFrGiFEz { position:relative; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #dmyz3IBIR5RaecGFTNzMxa8hyQVEVg2K { position:relative; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #lUaO9FTXS4BafUGbrG1B0xLRuLG0zwO6 { position:relative; }
#oUwdXqTVfrfLAazrQvgAsNSIXcuLthfV { display:block;width:308px;position:absolute;font-family:roboto;font-size:21px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:722px;left:22px;height:54.5833px;color:#2a2a2a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S7OIPrra9LVWDUfAHg1PD9qPbkTk3aGD { box-sizing:content-box;color:#5d92ff;font-size:23px;font-weight:400;line-height:1;height:33px;width:33px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:657px;left:281px; }
#bO4BfaiOZlQh1su2gZ5J8gLcmxghQIGQ { box-sizing:content-box;color:#5d92ff;font-size:27px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:391.5px;left:0px; }
#xCE3ASZTEFvp699Gxxu6RrobRsJbiFcL { box-sizing:content-box;height:83px;width:350px;position:absolute;display:block;z-index:15002;background-color:#2a2a2a;background-image:none;top:832px;left:0px;border-top-right-radius:13px;border-bottom-right-radius:13px;border-bottom-left-radius:13px;border-top-left-radius:13px;display:block; }
#qHIUN6rzNunDqEWS9noTQXFGbqlE72OD { display:block;width:293px;position:absolute;font-family:roboto;font-size:13px;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:842px;left:30px;height:62.3611px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#beT6QnksmmVDrzBEeCgLu2QO74gHtrrg { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:798px;width:832px;top:148px;left:368px;overflow:hidden;display:block; }
#qzddpZCtFJtQKd9ZRPsDhcSKqlp4fEqb { 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:1151px;width:1200px;display:none; }
#LFFBNZZOMBIHSqyTaicBExJt61N8DRi8 { position:absolute;display:block;z-index:15013;height:102px;width:182px;top:804px;left:487.5px;display:block; }
#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2cbc9b62-81ac-4fd8-a1eb-ddb85efb99f3/BG_img_Pelvis.png");background-position:center !important;background-repeat: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; }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7.adaptive-delivery-prevent-bg, #GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7.lazyload, #GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7.lazyloading { background-image: none; }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .row .container { background-color: transparent; background-image: none; }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.89); }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .row .container > .video-iframe-container { display: none; }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.89); }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .row > .video-iframe-container { display: none; }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .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); }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .row .container { border-width: 0; border-radius: 0; }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7::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; }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .row .container { font-size:14px;font-family:arial;height:670px;width:1200px;position:relative;display:block; }#sfknQLmAI4K0ebP7XLo3UBc42J6g5diT { display:block;width:633px;position:absolute;font-family:roboto;font-size:46px;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:26.25px;left:0px;height:193.16px;color:#d3a86a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ExsfETXUWxCHqthwqadcK9T37yfphf6q { display:block;width:639px;position:absolute;font-family:roboto;font-size:19px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:329px;left:57px;height:74.0973px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VFgBFRqK3kdrqHrBqT1Ar3G0FzFC6pGb { box-sizing:content-box;color:#5d92ff;font-size:7px;font-weight:400;line-height:1;height:10px;width:10px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:336px;left:38px; }
#c0lfUTpSLTw9gJ8nM3pFrebJ0PSrDHv8 { box-sizing:content-box;color:#5d92ff;font-size:7px;font-weight:400;line-height:1;height:10px;width:10px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:384px;left:38px; }
#T6mNf5hTltJfMPFzQCzkq5wOAvP26hIb { display:block;width:508px;position:absolute;font-family:roboto;font-size:33px;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:259px;left:0px;height:49.4965px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zsn1ApNeGXxavzCZFlEFaksagT9x1dnL { display:block;width:508px;position:absolute;font-family:roboto;font-size:33px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:436px;left:0px;height:49.4965px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LL56S4f8PLpXr70dFoSLTyT34cEAzAov { display:block;width:639px;position:absolute;font-family:roboto;font-size:19px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:506px;left:58px;height:123.4955px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Z36rrhDg50B6mMdsRm4HbfWP44uhc3RZ { box-sizing:content-box;color:#5d92ff;font-size:7px;font-weight:400;line-height:1;height:10px;width:10px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:513px;left:39px; }
#IzxmUJSiOL8LmkQdLn3UcPmQhZEScaHA { box-sizing:content-box;color:#5d92ff;font-size:7px;font-weight:400;line-height:1;height:10px;width:10px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:560px;left:39px; }
#zQwAFLMoxDyuLksWz39vioFwP7oAWPRx { box-sizing:content-box;color:#5d92ff;font-size:7px;font-weight:400;line-height:1;height:10px;width:10px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:612px;left:39px; }
#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e69f75b0-24ac-4064-b1c4-b7a44cbdc0f5/BG_img_Pelvis_02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh.adaptive-delivery-prevent-bg, #XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh.lazyload, #XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh.lazyloading { background-image: none; }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .row .container { background-color: transparent; background-image: none; }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.89); }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .row .container > .video-iframe-container { display: none; }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.89); }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .row > .video-iframe-container { display: none; }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .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); }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .row .container { border-width: 0; border-radius: 0; }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh::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; }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .row .container { font-size:14px;font-family:arial;height:503px;width:1200px;position:relative;display:block; }#pFoDcHlccGUIrclm9txSsSTStxr4K6EF { z-index:15003;top:398px;left:0px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #f6be6b, #b38d55);background-image: -moz-linear-gradient(178deg, #f6be6b, #b38d55);background-image: -ms-linear-gradient(178deg, #f6be6b, #b38d55);background-image: -o-linear-gradient(178deg, #f6be6b, #b38d55);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6be6b', endColorstr='#b38d55' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6be6b', endColorstr='#b38d55' );";background-image: linear-gradient(178deg, #f6be6b, #b38d55);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -3px 6px 19px rgba(211,168,106,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:432px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TnzTdxurqSkdA3zGoDQPmQP2mtSqfbq4 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#aQdCeKnzQ127B0UUyhoHi84vHu9QaLVR { box-sizing:content-box;height:259px;width:758px;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:none;top:92px;left:0px;border-top:3px solid #d3a86a;border-left:3px solid #d3a86a;border-right:3px solid #d3a86a;border-bottom:3px solid #d3a86a;display:block; }
#A8HAhMwxWMvDTEiicL5rmtRX6kAJTOx6 { display:block;width:705px;position:absolute;font-family:roboto;font-size:19px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:150px;left:57px;height:172.8937px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#raNPtTL0svI6TH7bm2IqfBzTiMvAyU13 { box-sizing:content-box;color:#5d92ff;font-size:7px;font-weight:400;line-height:1;height:10px;width:10px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:203px;left:38px; }
#IBm1UrmXoyCffZeVSorTlm7qFx2soKm7 { box-sizing:content-box;color:#5d92ff;font-size:7px;font-weight:400;line-height:1;height:10px;width:10px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:255px;left:38px; }
#suCQrJSFvymiw33dpfJfUpnk90OfEWnL { box-sizing:content-box;color:#5d92ff;font-size:7px;font-weight:400;line-height:1;height:10px;width:10px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:304px;left:38px; }
#gD2ohbHaAJ487NrKvxeNbZylWJatwqf0 { box-sizing:content-box;color:#5d92ff;font-size:7px;font-weight:400;line-height:1;height:10px;width:10px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:156px;left:38px; }
#UP4svrOLwOmTOTMPZ4bnT8H5DvPOplKQ { box-sizing:content-box;height:55px;width:504px;position:absolute;display:block;z-index:15002;background-color:#d3a86a;background-image:none;top:59px;left:0px;border-top:3px solid #d3a86a;border-left:3px solid #d3a86a;border-right:3px solid #d3a86a;border-bottom:3px solid #d3a86a;border-top-right-radius:39px;border-bottom-right-radius:39px;border-bottom-left-radius:0;border-top-left-radius:0;display:block; }
#LoTz6zGwrSGRqt1bAMoglQaJZBMnCikJ { display:block;width:446px;position:absolute;font-family:roboto;font-size:33px;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:66px;left:31px;height:46.1979px;color:#2a2a2a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/393e8bd9-4d84-44c6-b3ff-c2901fa90099/BG_head.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc.adaptive-delivery-prevent-bg, #f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc.lazyload, #f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc.lazyloading { background-image: none; }#f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc > .row .container { background-color: transparent; background-image: none; }#f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc > .row .container > .video-iframe-container { display: none; }#f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc > .row > .video-iframe-container { display: none; }#f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc > .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); }#f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc > .row .container { border-width: 0; border-radius: 0; }#f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc > .row .container { font-size:14px;font-family:arial;height:994px;width:1200px;position:relative;display:block; }#Xy97lRLkvRS43I9hTw5VAIy73sInhpJK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;box-shadow: -9px 9px 13px rgba(0,0,0,0.14) ;height:547px;width:364px;top:171px;left:717px;overflow:hidden;display:block; }
#ZEDSZpXleafHJs47I7mge01RcdsT2a6C { display:block;width:747px;position:absolute;font-family:roboto;font-size:46px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:38px;left:0px;height:179.375px;color:#d3a86a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E3r81PnwwZAHR5rPtnfWwLI5aT6eFgq2 { box-sizing:content-box;height:721px;width:951px;position:absolute;display:block;z-index:14997;background-color:#d3a86a;background-image:none;top:222px;left:0px;border-top-right-radius:0;border-bottom-right-radius:93px;border-bottom-left-radius:0;border-top-left-radius:0;display:block; }
#v8i6O437MF3rqJdEgaMGnWLcBvIzv7cg { display:block;width:485px;position:absolute;font-family:roboto;font-size:26px;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:390.625px;left:16px;height:166.343px;color:#2a2a2a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wQW3R1vHZ0TMRLuI4sSv1ZvCSWhLxzg6 { position:absolute;display:block;z-index:14989;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:378px;width:378px;top:447px;left:785px;overflow:hidden;display:block; }
#yRzovWuT5ilz4DAC9L03wEF6Wb6sA3D0 { display:block;width:617px;position:absolute;font-family:roboto;font-size:23px;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:615px;left:16px;height:193.125px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GoPWPiASR1hsHSwNWUOifTX4TDJXtaBQ { z-index:15005;top:843px;left:490px;background-color:#2a2a2a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -3px 6px 19px rgba(211,168,106,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:23px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:396px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ebCxucKavKx8D3ze3MmwqisuhBAJBAaM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iIhnK6KrNAowaxcfWhJWvx9VGcGTGg3Q { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:48px;width:48px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:846.5px;left:425px; }
#bbB5hAAtvQ8TJ4iKB0ckzglTkvL6N3Ih { box-sizing:content-box;height:3px;width:360px;position:absolute;display:block;z-index:15013;background-color:#2a2a2a;background-image:none;top:869px;left:49.5px;display:block; }
#soiBOtNJzdycb2J7hZ51TosLhQVZMWNK { box-sizing:content-box;color:#5d92ff;font-size:7px;font-weight:400;line-height:1;height:10px;width:10px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:244px;left:16px; }
#m0s18xtJH2pTHZUc9Fd8aAFpVMDI4ghm { box-sizing:content-box;color:#5d92ff;font-size:7px;font-weight:400;line-height:1;height:10px;width:10px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:292px;left:16px; }
#nRTX4qQrKo8bO4DQ3kJV63P3n4Tkr5Tg { display:block;width:636px;position:absolute;font-family:roboto;font-size:19px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:237px;left:35px;height:123.4955px;color:#2a2a2a;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Eghbo6BWp74eBHB7VnhnTTN5VeI8InGd { box-sizing:content-box;color:#5d92ff;font-size:7px;font-weight:400;line-height:1;height:10px;width:10px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:342px;left:16px; }
#RtWZgqii8LroSoqWBSN6Uvp9hE0TJMa0 { box-sizing:content-box;height:467px;width:826px;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:120px;left:0px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:900px;display:block; }
#NgmAlghWWvFPg3g8qmuNIRpukfB1mzHm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;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; }#NgmAlghWWvFPg3g8qmuNIRpukfB1mzHm > .row .container { background-color: transparent; background-image: none; }#NgmAlghWWvFPg3g8qmuNIRpukfB1mzHm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgmAlghWWvFPg3g8qmuNIRpukfB1mzHm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgmAlghWWvFPg3g8qmuNIRpukfB1mzHm > .row .container > .video-iframe-container { display: none; }#NgmAlghWWvFPg3g8qmuNIRpukfB1mzHm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NgmAlghWWvFPg3g8qmuNIRpukfB1mzHm > .row > .video-iframe-container { display: none; }#NgmAlghWWvFPg3g8qmuNIRpukfB1mzHm > .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); }#NgmAlghWWvFPg3g8qmuNIRpukfB1mzHm > .row .container { border-width: 0; border-radius: 0; }#NgmAlghWWvFPg3g8qmuNIRpukfB1mzHm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NgmAlghWWvFPg3g8qmuNIRpukfB1mzHm > .row .container { font-size:14px;font-family:arial;height:355px;width:1200px;position:relative;display:block; }#cC4vKtKf7OM1cgbIp824LRDh1A0aTaM4 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:107px;width:154px;top:19.890625px;left:0px;overflow:hidden;display:block; }
#aKCB2uegD0NxMSDhEVSia42Z2VCiWFee { display:block;width:223px;position:absolute;font-family:roboto;font-size:19px;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:65px;left:421px;height:30.4051px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xP3TuV8WK1DaEABWaTsEwGk2nLp9FP83 { display:block;width:223px;position:absolute;font-family:roboto;font-size:16px;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:152px;left:5px;height:25.5903px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#KaWB3nLaz9cST27Ow0iAKT5m6ZvmDe64 { display:block;width:328px;position:absolute;font-family:roboto;font-size:13px;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:177.59375px;left:5px;height:41.5741px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ydHAfIV2glgkNzzAJTZO68AJ7dWkP5Qg { display:block;width:290px;position:absolute;font-family:roboto;font-size:13px;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:247px;left:5px;height:41.5741px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ZkKGFcKPO7FK2e3M1dOyMRweJ2NiS42H { display:block;width:223px;position:absolute;font-family:roboto;font-size:16px;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:222px;left:5px;height:25.5903px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#T6GNr4TczdIiAAIJAzcoPIsVN71qATWD { display:block;width:243px;position:absolute;font-family:roboto;font-size:13px;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:185px;left:421px;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#tI7yGJleJriTPeEf2WrpvKbPNdaUJtcK { display:block;width:266px;position:absolute;font-family:roboto;font-size:16px;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:159px;left:421px;height:25.5903px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#qb8pJCHACk2JFv5CQpFlNbzJLDwRR5BB { display:block;width:121px;position:absolute;font-family:roboto;font-size:19px;font-weight:700;z-index:15011;line-height:1.6;letter-spacing:0;top:98px;left:421px;height:30.4051px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#P7ww4SXNbSqpD7OyQw5fidCQ2fWwcc27 { box-sizing:content-box;color:#5d92ff;font-size:20px;font-weight:400;line-height:1;height:29px;width:29px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:96px;left:540px; }
#P7ww4SXNbSqpD7OyQw5fidCQ2fWwcc27 > img { max-width: 100%;max-height:100%; }#MUnwFncycTu5scLlTSAUvOuFsxdBDtBb { position:absolute;display:block;z-index:15016;border-top:1px solid #2a2a2a;border-left:1px solid #2a2a2a;border-right:1px solid #2a2a2a;border-bottom:1px solid #2a2a2a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:255px;width:422px;top:45px;left:743px;overflow:hidden;display:block; }
#CvLeF4uTdHJaoS6pO8e6yAsmWLFrs4kC { box-sizing:content-box;height:57px;width:175px;position:absolute;display:block;z-index:15017;background-color:#2a2a2a;background-image:none;top:59.6875px;left:743px;display:block; }
#TArxJ3OmuzAOl1r7yEyhMNi3kTVbBgwN { display:block;width:125px;position:absolute;font-family:roboto;font-size:19px;font-weight:700;z-index:15019;line-height:1.6;letter-spacing:0;top:63.984375px;left:757px;height:30.4051px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FCymXPrbxAifCExETa18d42esXXRKyqu { display:block;width:126px;position:absolute;font-family:roboto;font-size:13px;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:88.5625px;left:759px;height:20.7986px;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xUNd3HeQtDXNk7OvEaKGP8CM84txpBHx { box-sizing:content-box;color:#5d92ff;font-size:20px;font-weight:400;line-height:1;height:29px;width:29px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:75.375px;left:879px; }
#xUNd3HeQtDXNk7OvEaKGP8CM84txpBHx > img { max-width: 100%;max-height:100%; }#wNX0u3lypX0GI3QyqlRpM0u5F0kNvxha { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;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; }#wNX0u3lypX0GI3QyqlRpM0u5F0kNvxha > .row .container { background-color: transparent; background-image: none; }#wNX0u3lypX0GI3QyqlRpM0u5F0kNvxha::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNX0u3lypX0GI3QyqlRpM0u5F0kNvxha > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNX0u3lypX0GI3QyqlRpM0u5F0kNvxha > .row .container > .video-iframe-container { display: none; }#wNX0u3lypX0GI3QyqlRpM0u5F0kNvxha > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wNX0u3lypX0GI3QyqlRpM0u5F0kNvxha > .row > .video-iframe-container { display: none; }#wNX0u3lypX0GI3QyqlRpM0u5F0kNvxha > .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); }#wNX0u3lypX0GI3QyqlRpM0u5F0kNvxha > .row .container { border-width: 0; border-radius: 0; }#wNX0u3lypX0GI3QyqlRpM0u5F0kNvxha > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wNX0u3lypX0GI3QyqlRpM0u5F0kNvxha > .row .container { font-size:14px;font-family:arial;height:27px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #apAmtSSdClA2XsXPAPNMTnpzTA0fcodq { display:block; }#apAmtSSdClA2XsXPAPNMTnpzTA0fcodq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEu3xPMrsxm938tJ8I54fwMrM1kOM3uC { width:669px;height:;top:37px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #KIMWFJ1devULgKg4K31JLadlhBhrJXBE { top:16px;left:524px;width:240px;height:66px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#d2fdf5;background-image:url("https://images.assets-landingi.com/eIhfmdfR/bg.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:786px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDHwb3wahLJ1gB2TnUhzitbFUEuh4wyJ { width:716px;height:;top:45px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #o93wHsCNpnSk39BWRTyWSFA1iQBonbSc { width:467px;height:;top:209px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #JSMXL8ZtbkRUcxdDaE67SpKzTDEkCzFW { width:350px;height:356px;top:446px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-regular-label { width:301px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-text { width:301px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-text {padding-top: 0; padding-bottom: 0;}#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-textarea { width:301px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-select { width:301px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-select {padding-top: 0; padding-bottom: 0;}#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-button { width:288px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-checkbox-label { width:285px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb  { width:301px;height:auto;top:462px;left:0px; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .radio-container { width:301px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb {display:block;}#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb { width:301px;height:auto;top:462px;left:0px; }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #BZMKEUFdKNrF6ytDksMwLWxUwp3InbX9 {  }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #ECSfmbpv1WO0TfxFWWpDDulcdQI6J6ti { display:none; }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #aJ0PPEzbhmCgnATHgs0N8dHB6hRN3Qf3 {  }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #VTJi9PxaO3WOTdAOcfiFwOx0ZnzWRHhL {  }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #cPVL9rLvCKor6gPI53xuCytlg7T2Gd1y {  }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #xJbDwxQuWHr9kai4wWS5MSdcbFrGiFEz {  }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #dmyz3IBIR5RaecGFTNzMxa8hyQVEVg2K {  }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #lUaO9FTXS4BafUGbrG1B0xLRuLG0zwO6 {  }
 }@media only screen and (max-width: 763px) { #oUwdXqTVfrfLAazrQvgAsNSIXcuLthfV { width:308px;height:54px;top:722px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #S7OIPrra9LVWDUfAHg1PD9qPbkTk3aGD { top:657px;left:63px;width:33px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #bO4BfaiOZlQh1su2gZ5J8gLcmxghQIGQ { top:391px;left:0px;width:39px;height:39px;display:block; }
 }@media only screen and (max-width: 763px) { #xCE3ASZTEFvp699Gxxu6RrobRsJbiFcL { top:832px;left:0px;width:350px;height:83px;display:block; }
 }@media only screen and (max-width: 763px) { #qHIUN6rzNunDqEWS9noTQXFGbqlE72OD { width:293px;height:62px;top:842px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #beT6QnksmmVDrzBEeCgLu2QO74gHtrrg { top:148px;left:0px;width:764px;height:732.77884615385px;display:block; }
 }@media only screen and (max-width: 763px) { #qzddpZCtFJtQKd9ZRPsDhcSKqlp4fEqb { width:764px;height:733px;display:none; }
 }@media only screen and (max-width: 763px) { #LFFBNZZOMBIHSqyTaicBExJt61N8DRi8 { top:804px;left:269.5px;width:182px;height:102px;display:block; }
 }@media only screen and (max-width: 763px) { #GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 { display:block; }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfknQLmAI4K0ebP7XLo3UBc42J6g5diT { width:633px;height:193px;top:26px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ExsfETXUWxCHqthwqadcK9T37yfphf6q { width:639px;height:74px;top:329px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #VFgBFRqK3kdrqHrBqT1Ar3G0FzFC6pGb { top:336px;left:0px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #c0lfUTpSLTw9gJ8nM3pFrebJ0PSrDHv8 { top:384px;left:0px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #T6mNf5hTltJfMPFzQCzkq5wOAvP26hIb { width:508px;height:;top:259px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Zsn1ApNeGXxavzCZFlEFaksagT9x1dnL { width:508px;height:;top:436px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LL56S4f8PLpXr70dFoSLTyT34cEAzAov { width:639px;height:123px;top:506px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Z36rrhDg50B6mMdsRm4HbfWP44uhc3RZ { top:513px;left:0px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #IzxmUJSiOL8LmkQdLn3UcPmQhZEScaHA { top:560px;left:0px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #zQwAFLMoxDyuLksWz39vioFwP7oAWPRx { top:612px;left:0px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh { display:block; }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFoDcHlccGUIrclm9txSsSTStxr4K6EF { top:398px;left:0px;width:432px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #TnzTdxurqSkdA3zGoDQPmQP2mtSqfbq4 { display:block; }
 }@media only screen and (max-width: 763px) { #aQdCeKnzQ127B0UUyhoHi84vHu9QaLVR { top:92px;left:0px;width:758px;height:259px;display:block; }
 }@media only screen and (max-width: 763px) { #A8HAhMwxWMvDTEiicL5rmtRX6kAJTOx6 { width:705px;height:172px;top:150px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #raNPtTL0svI6TH7bm2IqfBzTiMvAyU13 { top:203px;left:0px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #IBm1UrmXoyCffZeVSorTlm7qFx2soKm7 { top:255px;left:0px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #suCQrJSFvymiw33dpfJfUpnk90OfEWnL { top:304px;left:0px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #gD2ohbHaAJ487NrKvxeNbZylWJatwqf0 { top:156px;left:0px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #UP4svrOLwOmTOTMPZ4bnT8H5DvPOplKQ { top:59px;left:0px;width:504px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #LoTz6zGwrSGRqt1bAMoglQaJZBMnCikJ { width:446px;height:46px;top:66px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc { display:block; }#f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xy97lRLkvRS43I9hTw5VAIy73sInhpJK { top:171px;left:400px;width:364px;height:547px;display:block; }
 }@media only screen and (max-width: 763px) { #ZEDSZpXleafHJs47I7mge01RcdsT2a6C { width:747px;height:179px;top:38px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #E3r81PnwwZAHR5rPtnfWwLI5aT6eFgq2 { top:222px;left:0px;width:764px;height:721px;display:block; }
 }@media only screen and (max-width: 763px) { #v8i6O437MF3rqJdEgaMGnWLcBvIzv7cg { width:485px;height:;top:390px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wQW3R1vHZ0TMRLuI4sSv1ZvCSWhLxzg6 { top:447px;left:386px;width:378px;height:378px;display:block; }
 }@media only screen and (max-width: 763px) { #yRzovWuT5ilz4DAC9L03wEF6Wb6sA3D0 { width:617px;height:193px;top:615px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #GoPWPiASR1hsHSwNWUOifTX4TDJXtaBQ { top:843px;left:272px;width:396px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #ebCxucKavKx8D3ze3MmwqisuhBAJBAaM { display:block; }
 }@media only screen and (max-width: 763px) { #iIhnK6KrNAowaxcfWhJWvx9VGcGTGg3Q { top:846px;left:207px;width:48px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #bbB5hAAtvQ8TJ4iKB0ckzglTkvL6N3Ih { top:869px;left:0px;width:360px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #soiBOtNJzdycb2J7hZ51TosLhQVZMWNK { top:244px;left:0px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #m0s18xtJH2pTHZUc9Fd8aAFpVMDI4ghm { top:292px;left:0px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #nRTX4qQrKo8bO4DQ3kJV63P3n4Tkr5Tg { width:636px;height:123px;top:237px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Eghbo6BWp74eBHB7VnhnTTN5VeI8InGd { top:342px;left:0px;width:10px;height:10px;display:block; }
 }@media only screen and (max-width: 763px) { #RtWZgqii8LroSoqWBSN6Uvp9hE0TJMa0 { top:120px;left:0px;width:764px;height:467px;display:block; }
 }@media only screen and (max-width: 763px) { #NgmAlghWWvFPg3g8qmuNIRpukfB1mzHm { display:block; }#NgmAlghWWvFPg3g8qmuNIRpukfB1mzHm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cC4vKtKf7OM1cgbIp824LRDh1A0aTaM4 { top:19px;left:0px;width:154px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #aKCB2uegD0NxMSDhEVSia42Z2VCiWFee { width:223px;height:30px;top:65px;left:203px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #xP3TuV8WK1DaEABWaTsEwGk2nLp9FP83 { width:223px;height:25px;top:152px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #KaWB3nLaz9cST27Ow0iAKT5m6ZvmDe64 { width:328px;height:42px;top:177px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ydHAfIV2glgkNzzAJTZO68AJ7dWkP5Qg { width:290px;height:;top:247px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ZkKGFcKPO7FK2e3M1dOyMRweJ2NiS42H { width:223px;height:25px;top:222px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #T6GNr4TczdIiAAIJAzcoPIsVN71qATWD { width:243px;height:;top:185px;left:203px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #tI7yGJleJriTPeEf2WrpvKbPNdaUJtcK { width:266px;height:25px;top:159px;left:203px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #qb8pJCHACk2JFv5CQpFlNbzJLDwRR5BB { width:121px;height:30px;top:98px;left:203px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #P7ww4SXNbSqpD7OyQw5fidCQ2fWwcc27 { top:96px;left:322px;width:29px;height:29px;display:block; }
#P7ww4SXNbSqpD7OyQw5fidCQ2fWwcc27 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #MUnwFncycTu5scLlTSAUvOuFsxdBDtBb { top:45px;left:340px;width:422px;height:255px;display:block; }
 }@media only screen and (max-width: 763px) { #CvLeF4uTdHJaoS6pO8e6yAsmWLFrs4kC { top:59px;left:525px;width:175px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #TArxJ3OmuzAOl1r7yEyhMNi3kTVbBgwN { width:125px;height:30px;top:63px;left:534px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #FCymXPrbxAifCExETa18d42esXXRKyqu { width:126px;height:21px;top:88px;left:541px;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #xUNd3HeQtDXNk7OvEaKGP8CM84txpBHx { top:75px;left:661px;width:29px;height:29px;display:block; }
#xUNd3HeQtDXNk7OvEaKGP8CM84txpBHx > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #wNX0u3lypX0GI3QyqlRpM0u5F0kNvxha { display:block; }#wNX0u3lypX0GI3QyqlRpM0u5F0kNvxha > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #apAmtSSdClA2XsXPAPNMTnpzTA0fcodq { display:block; }#apAmtSSdClA2XsXPAPNMTnpzTA0fcodq > .row .container { width:320px;height:75px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEu3xPMrsxm938tJ8I54fwMrM1kOM3uC { width:312px;height:17.6042px;top:50.390625px;left:4px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #KIMWFJ1devULgKg4K31JLadlhBhrJXBE { width:126px;height:38px;top:8px;left:91.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6b7b9d84-8038-4cd8-8b02-e48eab1b5790/Ticket876IMGhead_DrMatheusZanchetta.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:985px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDHwb3wahLJ1gB2TnUhzitbFUEuh4wyJ { width:163px;height:50.6771px;top:14.609375px;left:0px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #o93wHsCNpnSk39BWRTyWSFA1iQBonbSc { width:137px;height:111.944px;top:108.046875px;left:0px;text-align:left;text-align-last:left;font-size:10px;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JSMXL8ZtbkRUcxdDaE67SpKzTDEkCzFW { width:300px;height:284px;top:234.5px;left:9px;box-shadow: 0 0 15px rgba(211,168,106,0.33) ;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(255,255,255,0.63));background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(255,255,255,0.63));background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(255,255,255,0.63));background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(255,255,255,0.63));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a0ffffff' );";background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(255,255,255,0.63));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-regular-label { width:246px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto;font-size:13px;overflow:hidden; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-text { width:246px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top;height:29px; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-text {padding-top: 0; padding-bottom: 0;}#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-textarea { width:246px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-select { width:246px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-select {padding-top: 0; padding-bottom: 0;}#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-checkbox { width:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-input-button { width:236px;margin-top:4px;margin-right:10px;margin-bottom:4px;margin-left:0;font-size:13px;overflow:hidden;height:39px;line-height:1.3; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb [class*="-text"]:-moz-placeholder { font-size:13px; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb [class*="-text"]::-moz-placeholder { font-size:13px; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb [class*="-text"]:-ms-input-placeholder { font-size:13px; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb [class*="-text"]::-webkit-input-placeholder { font-size:13px; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-checkbox-label { width:230px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-container { padding-top:7px;padding-right:0;padding-bottom:6px;padding-left:0;font-size:0; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-container:first-of-type{padding-top:0;}#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .widget-container:last-of-type{padding-bottom:0;}#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb  { width:246px;height:auto;top:237.5px;left:17.5px; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb .radio-container { width:246px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb {display:block;}#qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb { width:246px;height:auto;top:237.5px;left:17.5px; }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #BZMKEUFdKNrF6ytDksMwLWxUwp3InbX9 {  }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #ECSfmbpv1WO0TfxFWWpDDulcdQI6J6ti { display:block; }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #aJ0PPEzbhmCgnATHgs0N8dHB6hRN3Qf3 {  }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #VTJi9PxaO3WOTdAOcfiFwOx0ZnzWRHhL {  }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #cPVL9rLvCKor6gPI53xuCytlg7T2Gd1y { display:block; }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #xJbDwxQuWHr9kai4wWS5MSdcbFrGiFEz {  }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #dmyz3IBIR5RaecGFTNzMxa8hyQVEVg2K {  }
 }@media only screen and (max-width: 763px) { #qz7SC7irnDFnFROz8ZJvfTJk37iMPXvb #lUaO9FTXS4BafUGbrG1B0xLRuLG0zwO6 {  }
 }@media only screen and (max-width: 763px) { #oUwdXqTVfrfLAazrQvgAsNSIXcuLthfV { width:219px;height:41.5972px;top:459px;left:50.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #S7OIPrra9LVWDUfAHg1PD9qPbkTk3aGD { display:flex;width:26px;height:26px;top:403.4375px;left:238px;font-size:18px; }
 }@media only screen and (max-width: 763px) { #bO4BfaiOZlQh1su2gZ5J8gLcmxghQIGQ { display:flex;width:50px;height:50px;top:592.4375px;left:135px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #xCE3ASZTEFvp699Gxxu6RrobRsJbiFcL { width:277px;height:58px;top:540px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #qHIUN6rzNunDqEWS9noTQXFGbqlE72OD { width:232px;height:38.9583px;top:550px;left:44px;text-align:center;text-align-last:center;font-size:10px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #beT6QnksmmVDrzBEeCgLu2QO74gHtrrg { width:320px;height:306.92307692308px;top:148px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #qzddpZCtFJtQKd9ZRPsDhcSKqlp4fEqb { top:39.5px;left:115px;width:205px;height:196px;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LFFBNZZOMBIHSqyTaicBExJt61N8DRi8 { width:182px;height:102px;top:804px;left:69px;display:block; }
 }@media only screen and (max-width: 763px) { #GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/613c84af-3f83-4d28-886e-53b5a14b2819/BG_pelvis_mobile.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7.adaptive-delivery-prevent-bg, #GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7.lazyload, #GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7.lazyloading { background-image: none; }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .row .container { background-color: transparent; background-image: none; }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.89); }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .row .container > .video-iframe-container { display: none; }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.89); }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .row > .video-iframe-container { display: none; }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .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); }#GUfym2RJeMLSGZKaLWkiXQ0irKUUKGL7 > .row .container { width:320px;height:460px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sfknQLmAI4K0ebP7XLo3UBc42J6g5diT { width:248px;height:74.0625px;top:13.6875px;left:36px;text-align:center;text-align-last:center;font-size:19px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ExsfETXUWxCHqthwqadcK9T37yfphf6q { width:235px;height:84.4618px;top:136px;left:51px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #VFgBFRqK3kdrqHrBqT1Ar3G0FzFC6pGb { display:flex;width:10px;height:10px;top:138px;left:31px; }
 }@media only screen and (max-width: 763px) { #c0lfUTpSLTw9gJ8nM3pFrebJ0PSrDHv8 { display:flex;width:10px;height:10px;top:188px;left:31px; }
 }@media only screen and (max-width: 763px) { #T6mNf5hTltJfMPFzQCzkq5wOAvP26hIb { width:236px;height:22.3958px;top:106px;left:22px;text-align:left;text-align-last:left;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Zsn1ApNeGXxavzCZFlEFaksagT9x1dnL { width:225px;height:22.3958px;top:232px;left:22px;text-align:left;text-align-last:left;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LL56S4f8PLpXr70dFoSLTyT34cEAzAov { width:220px;height:152.0313px;top:281px;left:60px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Z36rrhDg50B6mMdsRm4HbfWP44uhc3RZ { display:flex;width:10px;height:10px;top:284px;left:36px; }
 }@media only screen and (max-width: 763px) { #IzxmUJSiOL8LmkQdLn3UcPmQhZEScaHA { display:flex;width:10px;height:10px;top:334px;left:36px; }
 }@media only screen and (max-width: 763px) { #zQwAFLMoxDyuLksWz39vioFwP7oAWPRx { display:flex;width:10px;height:10px;top:385px;left:36px; }
 }@media only screen and (max-width: 763px) { #XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d54233f7-4ead-4a81-b49f-e0dd86e33007/BG_img_Pelvis_02_mobile.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh.adaptive-delivery-prevent-bg, #XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh.lazyload, #XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh.lazyloading { background-image: none; }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .row .container { background-color: transparent; background-image: none; }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.89); }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .row .container > .video-iframe-container { display: none; }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,19,19,0.89); }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .row > .video-iframe-container { display: none; }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .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); }#XTVkVmUTaT9lwhdfBmTwHbp2sk0HHaGh > .row .container { width:320px;height:375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pFoDcHlccGUIrclm9txSsSTStxr4K6EF { top:314px;left:36px;width:248px;height:33px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TnzTdxurqSkdA3zGoDQPmQP2mtSqfbq4 { display:block; }
 }@media only screen and (max-width: 763px) { #aQdCeKnzQ127B0UUyhoHi84vHu9QaLVR { width:312px;height:241px;top:37.59375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #A8HAhMwxWMvDTEiicL5rmtRX6kAJTOx6 { width:252px;height:185.816px;top:74px;left:41px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #raNPtTL0svI6TH7bm2IqfBzTiMvAyU13 { display:flex;width:10px;height:10px;top:128px;left:20px; }
 }@media only screen and (max-width: 763px) { #IBm1UrmXoyCffZeVSorTlm7qFx2soKm7 { display:flex;width:10px;height:10px;top:178px;left:20px; }
 }@media only screen and (max-width: 763px) { #suCQrJSFvymiw33dpfJfUpnk90OfEWnL { display:flex;width:10px;height:10px;top:229px;left:20px; }
 }@media only screen and (max-width: 763px) { #gD2ohbHaAJ487NrKvxeNbZylWJatwqf0 { display:flex;width:10px;height:10px;top:77px;left:20px; }
 }@media only screen and (max-width: 763px) { #UP4svrOLwOmTOTMPZ4bnT8H5DvPOplKQ { width:276px;height:35px;top:19px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LoTz6zGwrSGRqt1bAMoglQaJZBMnCikJ { width:263px;height:24.6875px;top:27px;left:10px;text-align:center;text-align-last:center;font-size:19px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc { display:block; }#f9Hi56ZE5Di5EiqVUDguFHXRgRwlvRLc > .row .container { width:320px;height:660px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xy97lRLkvRS43I9hTw5VAIy73sInhpJK { width:126px;height:189px;top:310px;left:192px;display:block; }
 }@media only screen and (max-width: 763px) { #ZEDSZpXleafHJs47I7mge01RcdsT2a6C { width:320px;height:74.0625px;top:15.796875px;left:0px;text-align:left;text-align-last:left;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #E3r81PnwwZAHR5rPtnfWwLI5aT6eFgq2 { width:306px;height:289px;top:330px;left:0px;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:79px;display:block; }
 }@media only screen and (max-width: 763px) { #v8i6O437MF3rqJdEgaMGnWLcBvIzv7cg { width:258px;height:72.7778px;top:245.25px;left:0px;text-align:left;text-align-last:left;font-size:13px;line-height:1.4;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wQW3R1vHZ0TMRLuI4sSv1ZvCSWhLxzg6 { width:145px;height:145px;top:116.296875px;left:171px;display:none; }
 }@media only screen and (max-width: 763px) { #yRzovWuT5ilz4DAC9L03wEF6Wb6sA3D0 { width:170px;height:236.528px;top:348px;left:14px;text-align:left;text-align-last:left;font-size:13px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #GoPWPiASR1hsHSwNWUOifTX4TDJXtaBQ { top:600px;left:13.5px;width:231px;height:35px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ebCxucKavKx8D3ze3MmwqisuhBAJBAaM { display:block; }
 }@media only screen and (max-width: 763px) { #iIhnK6KrNAowaxcfWhJWvx9VGcGTGg3Q { display:flex;width:48px;height:48px;top:846px;left:136px;display:none; }
 }@media only screen and (max-width: 763px) { #bbB5hAAtvQ8TJ4iKB0ckzglTkvL6N3Ih { width:320px;height:3px;top:869px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #soiBOtNJzdycb2J7hZ51TosLhQVZMWNK { display:flex;width:10px;height:10px;top:106px;left:10px; }
 }@media only screen and (max-width: 763px) { #m0s18xtJH2pTHZUc9Fd8aAFpVMDI4ghm { display:flex;width:10px;height:10px;top:156px;left:10px; }
 }@media only screen and (max-width: 763px) { #nRTX4qQrKo8bO4DQ3kJV63P3n4Tkr5Tg { width:264px;height:118.2466px;top:103.671875px;left:26px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Eghbo6BWp74eBHB7VnhnTTN5VeI8InGd { display:flex;width:10px;height:10px;top:207px;left:10px; }
 }@media only screen and (max-width: 763px) { #RtWZgqii8LroSoqWBSN6Uvp9hE0TJMa0 { width:320px;height:467px;top:508.046875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #NgmAlghWWvFPg3g8qmuNIRpukfB1mzHm { display:block; }#NgmAlghWWvFPg3g8qmuNIRpukfB1mzHm > .row .container { width:320px;height:460px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cC4vKtKf7OM1cgbIp824LRDh1A0aTaM4 { width:96px;height:65px;top:11px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #aKCB2uegD0NxMSDhEVSia42Z2VCiWFee { width:122px;height:20.7986px;top:12px;left:157px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #xP3TuV8WK1DaEABWaTsEwGk2nLp9FP83 { width:101px;height:19.1875px;top:92.125px;left:7px;text-align:left;text-align-last:left;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #KaWB3nLaz9cST27Ow0iAKT5m6ZvmDe64 { width:124px;height:88.0208px;top:113.125px;left:7px;text-align:left;text-align-last:left;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ydHAfIV2glgkNzzAJTZO68AJ7dWkP5Qg { width:165px;height:35.2083px;top:237.6875px;left:7px;text-align:left;text-align-last:left;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ZkKGFcKPO7FK2e3M1dOyMRweJ2NiS42H { width:49px;height:20.7986px;top:216.6875px;left:7px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #T6GNr4TczdIiAAIJAzcoPIsVN71qATWD { width:151px;height:127.917px;top:88px;left:157px;text-align:left;text-align-last:left;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #tI7yGJleJriTPeEf2WrpvKbPNdaUJtcK { width:137px;height:20.7986px;top:62px;left:157px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #qb8pJCHACk2JFv5CQpFlNbzJLDwRR5BB { width:82px;height:20.7986px;top:35px;left:157px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #P7ww4SXNbSqpD7OyQw5fidCQ2fWwcc27 { display:flex;width:20px;height:20px;top:34px;left:235px;font-size:14px; }
#P7ww4SXNbSqpD7OyQw5fidCQ2fWwcc27 > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #MUnwFncycTu5scLlTSAUvOuFsxdBDtBb { width:221px;height:132px;top:298px;left:48.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CvLeF4uTdHJaoS6pO8e6yAsmWLFrs4kC { width:114px;height:43px;top:304px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #TArxJ3OmuzAOl1r7yEyhMNi3kTVbBgwN { width:125px;height:20.7986px;top:308px;left:54px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #FCymXPrbxAifCExETa18d42esXXRKyqu { width:83px;height:14.3906px;top:325px;left:54px;text-align:left;text-align-last:left;font-size:9px;display:block; }
 }@media only screen and (max-width: 763px) { #xUNd3HeQtDXNk7OvEaKGP8CM84txpBHx { display:flex;width:19px;height:19px;top:313px;left:134px;font-size:13px; }
#xUNd3HeQtDXNk7OvEaKGP8CM84txpBHx > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #wNX0u3lypX0GI3QyqlRpM0u5F0kNvxha { display:block; }#wNX0u3lypX0GI3QyqlRpM0u5F0kNvxha > .row .container { width:320px;height:25px;position:relative;display:block; } }