.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efc1b70b-f913-40d0-858e-40a020e70c50/madeira01.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC.adaptive-delivery-prevent-bg, #ZTTJovcs1bp8bth61MaaP1S40xeJQueC.lazyload, #ZTTJovcs1bp8bth61MaaP1S40xeJQueC.lazyloading { background-image: none; }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .row .container { background-color: transparent; background-image: none; }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .row .container > .video-iframe-container { display: none; }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.54); }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .row > .video-iframe-container { display: none; }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .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); }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .row .container { border-width: 0; border-radius: 0; }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC::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; }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#RPyTWuR2qh6xdvvofT937FJkSTlKBP9k { color:#ffffff;display:block;width:62.0625rem;position:absolute;font-family:poppins;font-size:3.4375rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:10.1875rem;left:6.5rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akaFiILZlcNoGg7O5t66dqJMaphMxGaw { color:#ffffff;display:block;width:55.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:19.3125rem;left:9.875rem;height:6.296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iwPGLrKHTdPte5nRJxTTcmvOgrRozAUw { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -moz-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -ms-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -o-linear-gradient(90deg, #bf7512, #c58b1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );";background-image: linear-gradient(90deg, #bf7512, #c58b1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.8125rem;height:4.125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:36.4375rem;left:24.031250953674rem;display:block; }
#mHKf5DMJ8mTPA0LUd33GP4E6I2khZXiN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOagwoo8sb9zL4EKHEZOcvHO0GiumQ7C { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:9.125rem;top:1.75rem;left:32.937500953674rem;overflow:hidden;display:block; }
#ob3OgAO5waxzttgWbxV8d6TTSnAnXk57 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:30.3125rem;left:9.5625rem; }
#q9CkcfxVzDCiOpCkXQTh8PnCixcMqOch { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15022;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:30.375rem;left:11.6875rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HVZGNGDQ4dnzJUt7btQnT9anKPf4emD0 { color:#ffffff;display:block;width:25.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:30.375rem;left:39.5625rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o3CJmXRcLIPetV2iGoAV8IpWfRuuLEJw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:30.3125rem;left:37.375rem; }
#alwd8cUAuT8drcQ3XacOlRqZgl7JubSk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:33rem;left:37.4375rem; }
#TLfzsD2HH39cCagoccFQAg6XDo15dE9F { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:33.0625rem;left:39.625rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aTRLBbcvoThMv0AV1L2uTd4DrTGvCEzv { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.13);top:33.0625rem;left:11.6875rem;height:1.57421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Np6PTSUEXtu4suMpiup96EyVdVm3kaoJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:33rem;left:9.5625rem; }
#aoPRMrmIoCpGQZvHm9qwgDCG1SINHMoe { box-sizing:content-box;height:14.0625rem;width:58.5625rem;position:absolute;display:block;z-index:15020;background-color:rgba(0,0,0,0.43);background-image:none;top:28.125rem;left:8.1875rem;border-top-right-radius:2.0625rem;border-bottom-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-top-left-radius:2.0625rem;display:block; }
#ENyT7Jom7h99TP71HyENsghqh5Dx3etS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaf8;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; }#ENyT7Jom7h99TP71HyENsghqh5Dx3etS > .row .container { background-color: transparent; background-image: none; }#ENyT7Jom7h99TP71HyENsghqh5Dx3etS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENyT7Jom7h99TP71HyENsghqh5Dx3etS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENyT7Jom7h99TP71HyENsghqh5Dx3etS > .row .container > .video-iframe-container { display: none; }#ENyT7Jom7h99TP71HyENsghqh5Dx3etS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENyT7Jom7h99TP71HyENsghqh5Dx3etS > .row > .video-iframe-container { display: none; }#ENyT7Jom7h99TP71HyENsghqh5Dx3etS > .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); }#ENyT7Jom7h99TP71HyENsghqh5Dx3etS > .row .container { border-width: 0; border-radius: 0; }#ENyT7Jom7h99TP71HyENsghqh5Dx3etS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENyT7Jom7h99TP71HyENsghqh5Dx3etS > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#U8tNdxflHbkn4KWQ38q9bbtoa75iuchT { color:#0e0e0e;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;top:17.3125rem;left:41.25rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ADtcwC3DUDwPOQBv6kFzNAxmvT4SkOOL { position:absolute;display:block;z-index:15026;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6ad381e6-5cf7-4ab1-a840-a3f1b476c153/madeira05.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:30.5625rem;width:37.5rem;top:8.4999999525025rem;left:0rem;display:block; }#ADtcwC3DUDwPOQBv6kFzNAxmvT4SkOOL.adaptive-delivery-prevent-bg, #ADtcwC3DUDwPOQBv6kFzNAxmvT4SkOOL.lazyload, #ADtcwC3DUDwPOQBv6kFzNAxmvT4SkOOL.lazyloading { background-image: none; }
#FNOyFEpTMZT3MTN5JgrAgKWCiDaOkVP1 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:7.875rem;left:41.25rem;height:8.09765625rem;font-style:normal;display:block; }
#DJ512lrEgNslBONtintAizcXesxZMqDD { color:#000000;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.4;letter-spacing:0;top:24.9375rem;left:41.25rem;height:14.16796875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J7mv7y9sfdCEv5ohv2hkNZddLbvedu1O { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -moz-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -ms-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -o-linear-gradient(90deg, #bf7512, #c58b1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );";background-image: linear-gradient(90deg, #bf7512, #c58b1e);background-size:auto !important;top:23.5625rem;left:41.25rem;display:block; }
#diWhgFIZFdeQNq0PrBaWaRF1TNULNSGa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(104,60,0,0.08);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; }#diWhgFIZFdeQNq0PrBaWaRF1TNULNSGa > .row .container { background-color: transparent; background-image: none; }#diWhgFIZFdeQNq0PrBaWaRF1TNULNSGa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diWhgFIZFdeQNq0PrBaWaRF1TNULNSGa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diWhgFIZFdeQNq0PrBaWaRF1TNULNSGa > .row .container > .video-iframe-container { display: none; }#diWhgFIZFdeQNq0PrBaWaRF1TNULNSGa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#diWhgFIZFdeQNq0PrBaWaRF1TNULNSGa > .row > .video-iframe-container { display: none; }#diWhgFIZFdeQNq0PrBaWaRF1TNULNSGa > .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); }#diWhgFIZFdeQNq0PrBaWaRF1TNULNSGa > .row .container { border-width: 0; border-radius: 0; }#diWhgFIZFdeQNq0PrBaWaRF1TNULNSGa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diWhgFIZFdeQNq0PrBaWaRF1TNULNSGa > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#pG468KheVPRqXKEAfC6D4XA98UXWJXho { box-sizing:content-box;height:19.5625rem;width:25rem;position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:17rem;left:0rem;display:block; }
#PRbsIMpwgv67y5zJ1FVcVZfEJFlqLo02 { color:#000000;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.5625rem;left:0rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fJyTRc4TGw0z0wiTsbUMUPXWg8tCFQL4 { color:rgba(0,0,0,0.07);display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:16rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14rem;left:7.75rem;height:20.7998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HrZTBmU3mkKamJOnvNuMxvEE1kysOzfI { color:#000000;display:block;width:23rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:25.8125rem;left:1rem;height:5.24903125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rsSNdDxkdQePp1vmVdT7hRWlcT16vOaF { box-sizing:content-box;height:19.5625rem;width:25rem;position:absolute;display:block;z-index:15007;background-color:#c58b1e;background-image:none;top:17.0625rem;left:25rem;display:block; }
#BnWLUlE5sU6GEffdHaUBXsT0TPJcPut6 { box-sizing:content-box;height:19.5625rem;width:25rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;top:17.0625rem;left:50rem;display:block; }
#tPgV6X9cPyG9l8mgrGLpHTClO9wAoErf { color:rgba(0,0,0,0.07);display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:16rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.25rem;left:32.1875rem;height:20.7998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nNGthWaJrRNn67ImFG3H6EsW53KwCouT { color:rgba(0,0,0,0.07);display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:16rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.25rem;left:57.75rem;height:20.7998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tQsLGbLtoXibh9MnAp2vrgiV40VppBU5 { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15022;line-height:1.2;letter-spacing:0;top:7rem;left:0rem;height:2.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QmbfFHw5b34szecdt5rvLEwFTHg8JZ6z { color:#000000;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;top:11.625rem;left:20.625rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CzKxifKEg3eGz21vcg0v7zg6vAbzi67x { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -moz-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -ms-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -o-linear-gradient(90deg, #bf7512, #c58b1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );";background-image: linear-gradient(90deg, #bf7512, #c58b1e);background-size:auto !important;top:10.1875rem;left:33.8125rem;display:block; }
#aNpIT75yVLAfdTzUItoknGNpbJLfxtPF { color:#000000;display:block;width:23rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:25.875rem;left:26rem;height:7.34864375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HrFeTKAmxfbCJXqdTT4nmA5ouHpIeEWa { color:#000000;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.625rem;left:25rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dkugE4GlaSysZ8eXTkVZJb72oAOHwLeq { color:#000000;display:block;width:23rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:25.9375rem;left:51rem;height:5.24903125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLmEi5eHXBTJ6avAQiKSnP2zZ9e1rTLA { color:#000000;display:block;width:25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:22.6875rem;left:50rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F9H5dVsHPV9ATnEmuVt6i7iFTUkEUVv6 { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:3.6875rem;left:0rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KDaad8vu9WSoadzw3Kcv31swiK2FTU1y { position:relative;display:block; }#KDaad8vu9WSoadzw3Kcv31swiK2FTU1y { background-color: transparent; background-image: none; }#KDaad8vu9WSoadzw3Kcv31swiK2FTU1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDaad8vu9WSoadzw3Kcv31swiK2FTU1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDaad8vu9WSoadzw3Kcv31swiK2FTU1y > .row .container > .video-iframe-container { display: none; }#KDaad8vu9WSoadzw3Kcv31swiK2FTU1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KDaad8vu9WSoadzw3Kcv31swiK2FTU1y > .row > .video-iframe-container { display: none; }#KDaad8vu9WSoadzw3Kcv31swiK2FTU1y > .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); }#KDaad8vu9WSoadzw3Kcv31swiK2FTU1y { border-width: 0; border-radius: 0; }#KDaad8vu9WSoadzw3Kcv31swiK2FTU1y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KDaad8vu9WSoadzw3Kcv31swiK2FTU1y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dNO64dbfFFvWPEGWlK7CysetF1nIcuPV { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -moz-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -ms-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -o-linear-gradient(90deg, #bf7512, #c58b1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );";background-image: linear-gradient(90deg, #bf7512, #c58b1e);background-size:auto !important;top:8.25rem;left:34.375rem;display:block; }
#itkTPrOUB37osuL8PKvHWlxeJxleb4au { color:#000000;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:9.25rem;left:20.625rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#olVTU0kkTPRny5uTBvec2UqicE0FtKea { color:#000000;display:block;width:51rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:4rem;left:12rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BH9LHcEwSgD4BMbp6wr5MX5cOCP9pILn { position:relative;display:block; }#BH9LHcEwSgD4BMbp6wr5MX5cOCP9pILn { background-color: transparent; background-image: none; }#BH9LHcEwSgD4BMbp6wr5MX5cOCP9pILn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH9LHcEwSgD4BMbp6wr5MX5cOCP9pILn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH9LHcEwSgD4BMbp6wr5MX5cOCP9pILn > .row .container > .video-iframe-container { display: none; }#BH9LHcEwSgD4BMbp6wr5MX5cOCP9pILn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BH9LHcEwSgD4BMbp6wr5MX5cOCP9pILn > .row > .video-iframe-container { display: none; }#BH9LHcEwSgD4BMbp6wr5MX5cOCP9pILn > .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); }#BH9LHcEwSgD4BMbp6wr5MX5cOCP9pILn { border-width: 0; border-radius: 0; }#BH9LHcEwSgD4BMbp6wr5MX5cOCP9pILn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BH9LHcEwSgD4BMbp6wr5MX5cOCP9pILn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ElXrnlBV5hpvQHC8iRf3pwwPRWQQ1CvU { position:absolute;display:block;z-index:14996;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #c58b1e;border-left:0.1875rem solid #c58b1e;border-right:0.1875rem solid #c58b1e;border-bottom:0.1875rem solid #c58b1e;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:16.9375rem;width:23.6875rem;top:1.9375rem;left:12.625rem;display:block; }
#d2MzmpuhqTVi8xqmGUQUEEOkEoga2POu { color:#000000;display:block;width:20.3730625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15050;line-height:1.4;letter-spacing:0;top:6.25rem;left:14.375rem;height:5.59765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f11Kx5asCa4L687WIgPcn7gwybi080Vo { color:#000000;display:block;width:20.3730625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:13.875rem;left:14.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K6eE7NBNwWr3BbR52qw7P5MR0BouEKm9 { position:absolute;display:block;z-index:15052;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bf7512, #c58b1e);background-image: -moz-linear-gradient(180deg, #bf7512, #c58b1e);background-image: -ms-linear-gradient(180deg, #bf7512, #c58b1e);background-image: -o-linear-gradient(180deg, #bf7512, #c58b1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );";background-image: linear-gradient(180deg, #bf7512, #c58b1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:16.8125rem;left:22.6875rem;display:block; }
#cmJT3uucx1WRPFrCbTCrK5ZWio8ZHQXi { box-sizing:content-box;color:#ececec;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14997;top:3.4375rem;left:22.875rem;display:block; }
#WMiJ2PQDHOWZBplAyd9s4r0SKfxwCzbD { color:#000000;display:block;width:20.3730625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15055;line-height:1.4;letter-spacing:0;top:6.25rem;left:40.5rem;height:5.59765rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNyQNs1VSVQhS326IVtE2qmrAVZfKcQt { color:#000000;display:block;width:20.3730625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:13.875rem;left:40.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VzRGKakT4C4s6WGcW7guZnmQ9L7D99dE { position:absolute;display:block;z-index:15057;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bf7512, #c58b1e);background-image: -moz-linear-gradient(180deg, #bf7512, #c58b1e);background-image: -ms-linear-gradient(180deg, #bf7512, #c58b1e);background-image: -o-linear-gradient(180deg, #bf7512, #c58b1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );";background-image: linear-gradient(180deg, #bf7512, #c58b1e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:16.8125rem;left:48.8125rem;display:block; }
#nCByOqhxpmL1dKpuThx9z0eNwwEIIU4K { box-sizing:content-box;color:#ececec;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:3.4375rem;left:49rem;display:block; }
#rMzsZLMv1LVVCtiobbG4oGH7feRXgiPR { position:absolute;display:block;z-index:14997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #c58b1e;border-left:0.1875rem solid #c58b1e;border-right:0.1875rem solid #c58b1e;border-bottom:0.1875rem solid #c58b1e;border-top-left-radius:2.0625rem;border-top-right-radius:2.0625rem;border-bottom-left-radius:2.0625rem;border-bottom-right-radius:2.0625rem;box-shadow: none;height:16.9375rem;width:23.6875rem;top:1.9375rem;left:38.6875rem;display:block; }
#eUFCi1Hf27zzB9GtMqhCrQM8DDXh9kos { position:relative;display:block; }#eUFCi1Hf27zzB9GtMqhCrQM8DDXh9kos { background-color: transparent; background-image: none; }#eUFCi1Hf27zzB9GtMqhCrQM8DDXh9kos::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUFCi1Hf27zzB9GtMqhCrQM8DDXh9kos > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUFCi1Hf27zzB9GtMqhCrQM8DDXh9kos > .row .container > .video-iframe-container { display: none; }#eUFCi1Hf27zzB9GtMqhCrQM8DDXh9kos > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eUFCi1Hf27zzB9GtMqhCrQM8DDXh9kos > .row > .video-iframe-container { display: none; }#eUFCi1Hf27zzB9GtMqhCrQM8DDXh9kos > .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); }#eUFCi1Hf27zzB9GtMqhCrQM8DDXh9kos { border-width: 0; border-radius: 0; }#eUFCi1Hf27zzB9GtMqhCrQM8DDXh9kos > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eUFCi1Hf27zzB9GtMqhCrQM8DDXh9kos > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.08);background-image:none;font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#V7TXZkv0n2tD9dC3go2qIJfyoqIenezb { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -moz-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -ms-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -o-linear-gradient(90deg, #bf7512, #c58b1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );";background-image: linear-gradient(90deg, #bf7512, #c58b1e);background-size:auto !important;top:7.25rem;left:34.375rem;display:block; }
#XWlkgGO1DQELGto7me0AGVKcgNvuKD2k { color:#000000;display:block;width:33.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.4;letter-spacing:0;top:8.25rem;left:20.625rem;height:3.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k8ZNWN4cFecZ9EJ8n33drzAgx3U9QIlx { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:3.5625rem;left:0rem;height:2.69921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oubCTlIgh2wgdCI20dGlKdJDNioN5GuK { position:relative;display:block; }#oubCTlIgh2wgdCI20dGlKdJDNioN5GuK { background-color: transparent; background-image: none; }#oubCTlIgh2wgdCI20dGlKdJDNioN5GuK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oubCTlIgh2wgdCI20dGlKdJDNioN5GuK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oubCTlIgh2wgdCI20dGlKdJDNioN5GuK > .row .container > .video-iframe-container { display: none; }#oubCTlIgh2wgdCI20dGlKdJDNioN5GuK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oubCTlIgh2wgdCI20dGlKdJDNioN5GuK > .row > .video-iframe-container { display: none; }#oubCTlIgh2wgdCI20dGlKdJDNioN5GuK > .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); }#oubCTlIgh2wgdCI20dGlKdJDNioN5GuK { border-width: 0; border-radius: 0; }#oubCTlIgh2wgdCI20dGlKdJDNioN5GuK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#oubCTlIgh2wgdCI20dGlKdJDNioN5GuK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.08);background-image:none;font-size:0.875rem;font-family:arial;height:75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QhFPZ0EvWMTQNBhH3GXGfPmrvhb91VZL { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.91250038147rem;left:12.499218940735rem;height:1.95rem;font-style:normal;display:block; }
#tlhXHHNKXgclg29mP99DdKhd0qsXCGyC { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:9.3125rem;left:12.5rem;height:2.798825rem;display:block; }
#d48P57TGO322RJJubLvuKZPgq09dtdQC { position:absolute;display:block;z-index:15014;background-color:#6a6f83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:8.8125rem;left:2.6875rem;display:block; }
#u3KLkMrVXoWkwRSe8uoh3emd7LE7Lc28 { position:absolute;display:block;z-index:15015;background-color:#6a6f83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:29.75rem;left:2.6875rem;display:block; }
#TrgSs7zHBd22kzF7d24RTePIhThvpBnS { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:18.375rem;left:12.4375rem;height:2.798825rem;display:block; }
#Hrskbwxh00zBErGS2h9ITyShethlEalg { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.175000667572rem;left:12.499218940735rem;height:1.95rem;font-style:normal;display:block; }
#vIwHmFstiBtIfLRTENcU5ooDeXp8A2kh { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.125rem;width:37.5625rem;top:22.75rem;left:37.437500953674rem;overflow:hidden;display:block; }
#lBiVhQx1gesg7ED35hulMl62tkHQwLcg { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:36.9375rem;left:12.5625rem;height:2.798825rem;display:block; }
#NxQVUFLmCsXITywkpv6wa4C1RKqVfDrI { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:34.887500286103rem;left:12.499218940735rem;height:1.95rem;font-style:normal;display:block; }
#p1xbGiB2WUvbJ7dJelPrqdEgS9wGlNba { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:27.5625rem;left:12.4375rem;height:2.798825rem;display:block; }
#AUyB9N5i5RyWxZ4QM4hdfbqmCqTplXFx { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.124999523163rem;left:12.499218940735rem;height:1.95rem;font-style:normal;display:block; }
#EOFuX2ZoqaKaDNGxoMWJExITKtWAFqwQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.875rem;width:37.5625rem;top:1.9375rem;left:37.4375rem;overflow:hidden;display:block; }
#g8sKQSQb5bt9FJo1NvMkIJ5er4J8vSQT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:25.375rem;left:1.9375rem; }
#xwlLcxhSnVtSL8bdCQiiZAVvbroCDKg6 { position:absolute;display:block;z-index:15017;background-color:#6a6f83;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:0.0625rem;top:51.25rem;left:2.6875rem;display:block; }
#QQcDbMi4HXE1ux5qiTtu22IGTbTrgL8a { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:46.875rem;left:1.9375rem; }
#x5btXXOGdP6Ia1nwdrTMmvggSD8IFDMC { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.4;letter-spacing:0;top:64.6875rem;left:12.5rem;height:2.798825rem;display:block; }
#dlzzx7lB2LsGsTxXmCerOwkgb9htAyQV { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:62.787499904631rem;left:12.499218940735rem;height:1.95rem;font-style:normal;display:block; }
#rGVPzZdbKMGt6xNLe5aFt9RIEKu4rFNW { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.4;letter-spacing:0;top:55.5rem;left:12.5rem;height:2.798825rem;display:block; }
#TtBiltWZfTXK04rEp0OqnPLOCXn2h4AT { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:53.599999904632rem;left:12.499218940735rem;height:1.95rem;font-style:normal;display:block; }
#G4JgLZ5UTKNQIMxVnv9uPHJPmmrBJi1W { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:47.0625rem;left:12.5rem;height:2.798825rem;display:block; }
#LKfvQUbW1dxAoU0nzDoJDiBcTcSTxzWc { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:44.974999904632rem;left:12.499218940735rem;height:1.95rem;font-style:normal;display:block; }
#UHTVSuJRCeBnT3G4efTkp4MILyQudUsK { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:37.625rem;top:45.5625rem;left:37.4375rem;overflow:hidden;display:block; }
#XVv84PORSXt1rFerkp0V3ToPpTb6v28p { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:6.6375000476837rem;left:7.717968940735rem;overflow:hidden;display:block; }
#uknCO0EAsytyptVTc3hbkKoGV4di1iVt { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:15.925000429154rem;left:7.717968940735rem;overflow:hidden;display:block; }
#GkRDQF8lf5LMOTt8OV6XhmglZKftttTQ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:24.849999666214rem;left:7.717968940735rem;overflow:hidden;display:block; }
#JZUyLTgHsWglTBfl9iM1TOddy60LM2eJ { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:34.487500190735rem;left:7.842968940735rem;overflow:hidden;display:block; }
#uJhKHQZVZKrWIxwNWJbecbRBOU6cltp7 { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:44.925001144409rem;left:7.967968940735rem;overflow:hidden;display:block; }
#v2EdOOLwRQrVhtOK2vWX8rkNC4lbokkh { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:53.168750762939rem;left:7.561718940735rem;overflow:hidden;display:block; }
#Zo8mDf73TIuqAzsIRFcfDdx1Kb3w3D9D { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:62.237501144409rem;left:7.717968940735rem;overflow:hidden;display:block; }
#Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efc1b70b-f913-40d0-858e-40a020e70c50/madeira01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp.adaptive-delivery-prevent-bg, #Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp.lazyload, #Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp.lazyloading { background-image: none; }#Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp > .row .container { background-color: transparent; background-image: none; }#Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp > .row .container > .video-iframe-container { display: none; }#Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp > .row > .video-iframe-container { display: none; }#Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp > .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); }#Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp > .row .container { border-width: 0; border-radius: 0; }#Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp::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; }#Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp > .row .container { font-size:0.875rem;font-family:arial;height:36.3125rem;width:75rem;position:relative;display:block; }#glQrH1C2u5zE3XZv9AXD14XgV7DOgNER { color:#ffffff;display:block;width:33.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.375rem;left:39.6875rem;height:5.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EpRf4b8TxFcPrHoUXWuzqSs7yLJQUrVD { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15002;line-height:1.7;letter-spacing:0;top:12.75rem;left:39.75rem;height:3.3984375rem;font-style:normal;display:block; }
#WFtXdQGsMcVgccsZEdnhT5A0LbvXpPGZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.8125rem;width:31.8125rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#V0LJEfq1h79DupSITw7AIcK0Qb5NFI4v { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -moz-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -ms-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -o-linear-gradient(90deg, #bf7512, #c58b1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );";background-image: linear-gradient(90deg, #bf7512, #c58b1e);background-size:auto !important;top:17.9375rem;left:39.75rem;display:block; }
#khSyT5rGJnMwp7cAPNzbIcuvuksTTvlx { color:#ffffff;display:block;width:31.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:19.6875rem;left:39.75rem;height:10.1953125rem;font-style:normal;display:block; }
#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G { background-color:rgba(241,241,241,0.7);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .row .container { background-color: transparent; background-image: none; }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .row .container > .video-iframe-container { display: none; }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .row > .video-iframe-container { display: none; }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .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); }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .row .container { border-width: 0; border-radius: 0; }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .row .container { font-size:0.875rem;font-family:arial;height:59.375rem;width:75rem;overflow:visible;position:relative;display:block; }#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-form-header {  }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-regular-label { height:auto;display:block;font-family:"source sans pro";font-size:0.875rem;font-weight:bold;color:#000000;width:39.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0.21);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.5rem;box-sizing:border-box;height:2.5rem;color:#000000;font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;font-weight:700;font-style:normal;line-height:1.2; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-text {padding-top: 0; padding-bottom: 0;}#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0.21);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.5rem;box-sizing:border-box;height:2.5rem;color:#000000;font-size:1rem;overflow:hidden;font-family:poppins;vertical-align:top;font-weight:700;font-style:normal;line-height:1.2; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:39.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"source sans pro";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-select {padding-top: 0; padding-bottom: 0;}#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -moz-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -ms-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -o-linear-gradient(90deg, #bf7512, #c58b1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );";background-image: linear-gradient(90deg, #bf7512, #c58b1e);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.125rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#ffffff;width:23.6875rem;height:3.75rem;font-family:poppins;overflow:hidden;font-style:normal; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.5);font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.5);font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.5);font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.5);font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .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:lato;font-size:0.75rem;font-weight:300;color:rgba(0,0,0,0.74);vertical-align:top;width:38.4375rem;overflow:hidden;font-style:normal;float:none; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"source sans pro";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-container:first-of-type{padding-top:0;}#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-container:last-of-type{padding-bottom:0;}#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.8359375rem;left:0rem; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:39.5rem;display:block;vertical-align:top; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-info-text { display:block;height:auto;font-family:poppins;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:italic; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy {display:block;}#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:39.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:15.8359375rem;left:0rem; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #GDaMii0s8y1rhCQTf5OIWuKeCNofud4P { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #PzxeVAHZGR6Kx1hU3wdMelxiE8CUivXO { position:relative;display:none; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #Pus0vFMOeloOuuipEKnwp6Uh5qS1wsaH { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #Rfb8P5M0q07AobcJis8U5xtvWdtqhJC6 { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #vgwLxETXrn6r8Zho8k2SrD2L1Q8FOF35 { position:relative;display:none; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #l6rWWyiy7LOUcAyAaHuwkhH0kcH8m5mF { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #h4Hc3oMiykwowBWhXD5g9pNKk8qAbo7D { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #EPxfITfuk3TtmNyo92yXWAGcxaKc3uAN { position:relative;display:block; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #ox7Ni0QMIdKTzsGVNFSH0GJQXr83oN2S { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #S5NEDlDRqhXHGk1U0avSUPHLFzSCDB3u { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #S5NEDlDRqhXHGk1U0avSUPHLFzSCDB3u .container-column{width:50%;}#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #RIksbustTKJQT24ucAVWP0xOboOHSIdZ { position:relative;display:block; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #X3Ba2AKVFuMlQX9iMwBJTgsoEk5okQzl { position:relative;z-index:2; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #IHJ6gA57QdQbmrP6WQuQWiano8L0A8Zc { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #m1MgisdOnd7Jo2Z7vSU4cA2dGskse4rq { position:relative;z-index:2; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #GVZKOhUKfMBWF4GHKX7h8Sza0eOa6dI2 { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #hZOkKlyqF8q74WWLy2P8tbpTFD2iUErC { position:relative;z-index:2; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #xEes5Qo2dyAU2qcW2TWf1ggdiANx8oBl { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #VsdshK14Obn5O9QDPmi3t0CmPkZku9XV { position:relative;z-index:2; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #XBVWm3a38HV9OPGZO08lGZtUERTOCgcR { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #XwnIkn2rXsVuhlt6PM8EVlGTeuoMNUuf { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #X6mNSqgZ19KIsLnrpPpmIbSbEewPirEQ { position:relative;display:block; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #ckDT7WyT9K56sw9gc0HFvF3NhKUXpPZf { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #hUbq6FKzZcdxNzt4oKeHtStzM8pTERlq { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #zMtipiT0TqHGz8mTowy4ibf3RmNKZLQo { position:relative;display:block; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #M8CDd0blUzUth6WmfaaOGCv0stvOQQtB { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #QdrdArLazuW4VwQPMbrKCKJySFLoZVqx { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #FbpQeyi4qJIRceQmUK3N6q25UQpUnIX0 { position:relative;display:block; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #aWU2gMk3s0gICcv3AOxa3CR6cG3Ptu4l { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #AcgZ7PcvPm6KilSSRFAg6TGAFwnZ3Jnv { position:relative;display:block;z-index:15000; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #ch3JppzFOSiGJk8PhDXOKoRMR9RFpzGp { position:relative;display:block;z-index:15000; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #pEDI9fQVJhDakQMfzFVRLZZbRmkP9RBy { position:relative; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #vn48iW7vkBTv0pB5G2T2k7wmgUGz6ydT { position:relative; }
#uhVMPq3qT51VmNXsfHB43PBh9hkVQJMT { color:#000000;display:block;width:39.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.7492187023163rem;left:20.311718940735rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VGFMGipGLku4uJnPoCTyGGM9vqTQ5tWK { color:#000000;display:block;width:52.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:13.111979484558rem;left:14.868055343628rem;height:1.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D8eheRXlCiV16mZFTAaaBLcPaJbHeMls { box-sizing:content-box;height:0.3125rem;width:6.25rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -moz-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -ms-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -o-linear-gradient(90deg, #bf7512, #c58b1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );";background-image: linear-gradient(90deg, #bf7512, #c58b1e);background-size:auto !important;top:11.355034828186rem;left:36.936632156372rem;display:block; }
#c6iL9B9LbONrnhL2yOQg3MiXNgE9qNg0 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.1875rem;width:28.1875rem;top:17.186631917954rem;left:44.312501907349rem;overflow:hidden;display:block; }
#wp3KhDFb9lvSgLfJ6uxBAZUg9piuhLPg { position:relative;display:block; }#wp3KhDFb9lvSgLfJ6uxBAZUg9piuhLPg { background-color: transparent; background-image: none; }#wp3KhDFb9lvSgLfJ6uxBAZUg9piuhLPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wp3KhDFb9lvSgLfJ6uxBAZUg9piuhLPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wp3KhDFb9lvSgLfJ6uxBAZUg9piuhLPg > .row .container > .video-iframe-container { display: none; }#wp3KhDFb9lvSgLfJ6uxBAZUg9piuhLPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wp3KhDFb9lvSgLfJ6uxBAZUg9piuhLPg > .row > .video-iframe-container { display: none; }#wp3KhDFb9lvSgLfJ6uxBAZUg9piuhLPg > .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); }#wp3KhDFb9lvSgLfJ6uxBAZUg9piuhLPg { border-width: 0; border-radius: 0; }#wp3KhDFb9lvSgLfJ6uxBAZUg9piuhLPg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wp3KhDFb9lvSgLfJ6uxBAZUg9piuhLPg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(0,0,0,0.3); }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ .accordion-heading-text { display:block;position:relative;width:100%;font-family:poppins;font-weight:700;font-size:1.25rem;color:#000000;height:auto;font-style:normal; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:poppins;color:#000000;height:auto;line-height:1.5;overflow:hidden; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_be6cf71053dba7d8c25772f9897b0be936d5c299.svg");background-size:contain !important; }#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ .accordion-trigger.adaptive-delivery-prevent-bg, #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ .accordion-trigger.lazyload, #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ .accordion-trigger.lazyloading { background-image: none; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ { box-sizing:content-box;height:auto;width:60rem;position:absolute;display:flex;flex-direction:column;gap:1.5625rem;z-index:15000;background-color:transparent;background-image:none;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;top:9.3255205154419rem;left:6.875rem; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #ug932TW4JfpWGIPoSephm0kX8JVe7071 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #q2Qz2y1B6GS80DNon1mXkenvspskbJuE { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #kTaBARqBZ2c03MggTvfzlNSy40lnswch { display:block;position:relative; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #FQ94Kc2ykdpEr0QSOGMNRld02T7WH1yn {  }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #XRfWe90w1CMf5RHXM09nVUlRLVOgGLsn {  }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #tl6rAlxZ9SbT5SERM9Bl1MWPg3fAVwqE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #gxvxznOAmnmeT0ngFi2NTlIpMlMWLJzA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #KeBI4AHna42pRz1TEwC98SyzQvuLXLzF { display:block;position:relative; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #Xp7CE0Q1sJGeUOTNWhKt6D8ap0rl8bP9 {  }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #FzDTZVpkcTpev9ZVOps5OazULlX9SyBB { display:none; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #PETDDwfJzsek947BeoXiibcfc3N8bD7f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #aZasKFmSTtqUvE9PUmSt8e97XC58TpAH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #dOR00z7buvtgBKzC3SMFrOT4LEyVsqHa { display:block;position:relative; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #O1if4B4vEp19AbmQ0vTB7cm7mmCM5kIB {  }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #bNp5W2XaRs1ouGHGSGriTylOT5GeIlIy { display:none; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #Wx9zQFFeSLbKZGKAxdMQVkagOt8weV1I { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #Cct9n849Fqgv1u9wpNs9R5DnzkThLfCC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #T6adnTxwnwoIkdGSc7MtskJgPGsarmXo { display:block;position:relative; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #fMaZgkCBmKhhDxP8t63qo4HUxXXwEKbi {  }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #X7VUTTvLcXLskOOVbLm8NlKUVbdtDqy3 { display:none; }
#TqRo476EesVSLutJgws5PQKVHmysvpoz { color:#000000;display:block;width:39.5rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:4.375rem;left:17.750001907349rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqcHXXpTLCbqoxxuaLmq5SIIP1NTxrES { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(239,239,239,0.8);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; }#ZqcHXXpTLCbqoxxuaLmq5SIIP1NTxrES > .row .container { background-color: transparent; background-image: none; }#ZqcHXXpTLCbqoxxuaLmq5SIIP1NTxrES::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqcHXXpTLCbqoxxuaLmq5SIIP1NTxrES > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqcHXXpTLCbqoxxuaLmq5SIIP1NTxrES > .row .container > .video-iframe-container { display: none; }#ZqcHXXpTLCbqoxxuaLmq5SIIP1NTxrES > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqcHXXpTLCbqoxxuaLmq5SIIP1NTxrES > .row > .video-iframe-container { display: none; }#ZqcHXXpTLCbqoxxuaLmq5SIIP1NTxrES > .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); }#ZqcHXXpTLCbqoxxuaLmq5SIIP1NTxrES > .row .container { border-width: 0; border-radius: 0; }#ZqcHXXpTLCbqoxxuaLmq5SIIP1NTxrES > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqcHXXpTLCbqoxxuaLmq5SIIP1NTxrES > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:75rem;position:relative;display:block; }#BZvmoaHec2fZTc4xcf8Shf8aoNvFHWnd { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:10.4375rem;left:27.25rem;display:block; }
#AKvl8nG0AghAO0QK3SRkgCcxWduZTDS7 { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:14.125rem;left:27.25rem;display:block; }
#PJi43TrEiSwzktrtz7FSLTRaZDavDwty { position:absolute;display:block;z-index:15041;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:0.1875rem;top:6.3750001192094rem;left:20.624999046326rem;display:block; }
#nReHtROUmn3lfs6dDz4fHR0hQlcCy5cg { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:12.25rem;top:11.218750596046rem;left:0rem;overflow:hidden;display:block; }
#xalrrUF0wmVuZmOvZ8UFHP2OEbxPA7ii { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:17.75rem;left:27.25rem;display:block; }
#La1CLbA69sz6T8mMahLIbsdyAxBrhEsv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:11.1875rem;left:28rem; }
#nyS2JwxL3Z5qiTpvyBWKNXSvgxqPrOqv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:14.8125rem;left:28rem; }
#o0WTUUMliWObVe9xu8eH6aHtLzeciDv5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:18.5rem;left:28rem; }
#QizJuiaTV2RTeESiZNoT0CRoz7FRu7wd { color:#000000;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:18.5rem;left:30.9375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M9kh9vvPqmxTy7oIu8Ax5JdrygOcmFMz { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:14.812501907349rem;left:30.937500953674rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wyLSGMKCf42PVu2FK7JGskJCxVXoIKMv { color:#000000;display:block;width:14.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:11.1875rem;left:30.9375rem;height:1.3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#twtzlosWImmp3xO1hqLEeNLZrSwFw4Xn { position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:19.75rem;left:57.375rem;display:block; }
#feyfzGzL3V6icHWA5TNfZ5v8PishzKUa { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:19.75rem;left:61.625rem;display:block; }
#MrEfVIIWrhPuptFTyqkTgusC47yIB5mt { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;box-shadow: none;height:2.8125rem;width:2.8125rem;top:19.75rem;left:65.75rem;display:block; }
#OmBnqqJReFhhaitZaLoJmk4clvviIFIu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.5rem;left:58.125rem; }
#n062EEbrRXdWGRQp012hWmfx2DE3P5HJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:20.5rem;left:62.375rem; }
#RxUa9KTReFT0veMHSe74e6zglvcckmsx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:20.5rem;left:66.5rem; }
#XBorJBhaWeTxtvlcFtTcyDJf50cCCIqG { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:10rem;left:57.375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JMJXlINTu9fgC428JvD20aVbtOkKGtg1 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:7.1875rem;left:57.375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HuPbFdRPTar9utwd4OLu6VABbswmgqvO { color:#000000;display:block;width:17.625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:16.9375rem;left:57.375rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#COUTcg92IrimeZW7S1QpxzRf9MpoAS1c { color:#000000;display:block;width:20.5625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:7.375rem;left:27.25rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZpU96Q6zIzTsWyJshF47G5xsXfDITneQ { position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:0.1875rem;top:6.3750001192094rem;left:52.875000953674rem;display:block; }
#xyqcb4ciD7bnDAVxlp5Ep1mz0PLnloh5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:2.3125rem;text-decoration:none;z-index:15059;text-align:left;text-align-last:left;top:11.875rem;left:57.375rem;display:block; }
#n3zlT3aCc3cTlVJR5ZEJaoDEOTHtHm2Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xPnfkG6z1iTTl44ZOhvOK74dw4m2IwDE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -moz-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -ms-linear-gradient(90deg, #bf7512, #c58b1e);background-image: -o-linear-gradient(90deg, #bf7512, #c58b1e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf7512', endColorstr='#c58b1e' );";background-image: linear-gradient(90deg, #bf7512, #c58b1e);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; }#xPnfkG6z1iTTl44ZOhvOK74dw4m2IwDE > .row .container { background-color: transparent; background-image: none; }#xPnfkG6z1iTTl44ZOhvOK74dw4m2IwDE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPnfkG6z1iTTl44ZOhvOK74dw4m2IwDE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPnfkG6z1iTTl44ZOhvOK74dw4m2IwDE > .row .container > .video-iframe-container { display: none; }#xPnfkG6z1iTTl44ZOhvOK74dw4m2IwDE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xPnfkG6z1iTTl44ZOhvOK74dw4m2IwDE > .row > .video-iframe-container { display: none; }#xPnfkG6z1iTTl44ZOhvOK74dw4m2IwDE > .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); }#xPnfkG6z1iTTl44ZOhvOK74dw4m2IwDE > .row .container { border-width: 0; border-radius: 0; }#xPnfkG6z1iTTl44ZOhvOK74dw4m2IwDE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xPnfkG6z1iTTl44ZOhvOK74dw4m2IwDE > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#aFOssqByPE5bwBSxPFOk9TfI94xvk41K { color:#000000;display:block;width:31rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:1.2239570617676rem;left:22.000001907349rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTJovcs1bp8bth61MaaP1S40xeJQueC { display:block; }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPyTWuR2qh6xdvvofT937FJkSTlKBP9k { width:47.75rem;height:8.25rem;top:10.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akaFiILZlcNoGg7O5t66dqJMaphMxGaw { width:47.75rem;height:6.25rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwPGLrKHTdPte5nRJxTTcmvOgrRozAUw { width:27.8125rem;height:4.125rem;top:36.4375rem;left:10.406250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHKf5DMJ8mTPA0LUd33GP4E6I2khZXiN { display:block; }
 }@media only screen and (max-width: 763px) { #DOagwoo8sb9zL4EKHEZOcvHO0GiumQ7C { width:9.125rem;height:6.6875rem;top:1.75rem;left:19.312500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob3OgAO5waxzttgWbxV8d6TTSnAnXk57 { top:30.3125rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9CkcfxVzDCiOpCkXQTh8PnCixcMqOch { width:23.1875rem;height:1.5625rem;top:30.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVZGNGDQ4dnzJUt7btQnT9anKPf4emD0 { width:25.875rem;height:1.5625rem;top:30.375rem;left:21.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3CJmXRcLIPetV2iGoAV8IpWfRuuLEJw { top:30.3125rem;left:23.75rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #alwd8cUAuT8drcQ3XacOlRqZgl7JubSk { top:33rem;left:23.8125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLfzsD2HH39cCagoccFQAg6XDo15dE9F { width:25.1875rem;height:1.5625rem;top:33.0625rem;left:22.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTRLBbcvoThMv0AV1L2uTd4DrTGvCEzv { width:23.1875rem;height:1.5625rem;top:33.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np6PTSUEXtu4suMpiup96EyVdVm3kaoJ { top:33rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoPRMrmIoCpGQZvHm9qwgDCG1SINHMoe { top:28.125rem;left:0rem;width:47.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENyT7Jom7h99TP71HyENsghqh5Dx3etS { display:block; }#ENyT7Jom7h99TP71HyENsghqh5Dx3etS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8tNdxflHbkn4KWQ38q9bbtoa75iuchT { width:33.75rem;height:4.6875rem;top:17.3125rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADtcwC3DUDwPOQBv6kFzNAxmvT4SkOOL { width:37.5rem;height:30.5625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNOyFEpTMZT3MTN5JgrAgKWCiDaOkVP1 { width:33.75rem;height:8.0625rem;top:7.875rem;left:14rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ512lrEgNslBONtintAizcXesxZMqDD { width:33.75rem;height:14.125rem;top:24.9375rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7mv7y9sfdCEv5ohv2hkNZddLbvedu1O { top:23.5625rem;left:23.875rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diWhgFIZFdeQNq0PrBaWaRF1TNULNSGa { display:block; }#diWhgFIZFdeQNq0PrBaWaRF1TNULNSGa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pG468KheVPRqXKEAfC6D4XA98UXWJXho { top:17rem;left:0rem;width:25rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRbsIMpwgv67y5zJ1FVcVZfEJFlqLo02 { top:22.5625rem;left:0rem;width:25rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJyTRc4TGw0z0wiTsbUMUPXWg8tCFQL4 { top:14rem;left:0rem;width:9.5rem;height:20.75rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrZTBmU3mkKamJOnvNuMxvEE1kysOzfI { top:25.8125rem;left:0rem;width:23rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsSNdDxkdQePp1vmVdT7hRWlcT16vOaF { top:17.0625rem;left:11.375rem;width:25rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnWLUlE5sU6GEffdHaUBXsT0TPJcPut6 { top:17.0625rem;left:22.75rem;width:25rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPgV6X9cPyG9l8mgrGLpHTClO9wAoErf { top:15.25rem;left:18.5625rem;width:9.5rem;height:20.75rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNGthWaJrRNn67ImFG3H6EsW53KwCouT { top:15.25rem;left:38.25rem;width:9.5rem;height:20.75rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQsLGbLtoXibh9MnAp2vrgiV40VppBU5 { width:47.75rem;height:2rem;top:7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmbfFHw5b34szecdt5rvLEwFTHg8JZ6z { width:33.75rem;height:3.125rem;top:11.625rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzKxifKEg3eGz21vcg0v7zg6vAbzi67x { top:10.1875rem;left:20.1875rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNpIT75yVLAfdTzUItoknGNpbJLfxtPF { top:25.875rem;left:12.375rem;width:23rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrFeTKAmxfbCJXqdTT4nmA5ouHpIeEWa { top:22.625rem;left:11.375rem;width:25rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkugE4GlaSysZ8eXTkVZJb72oAOHwLeq { top:25.9375rem;left:24.75rem;width:23rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLmEi5eHXBTJ6avAQiKSnP2zZ9e1rTLA { top:22.6875rem;left:22.75rem;width:25rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9H5dVsHPV9ATnEmuVt6i7iFTUkEUVv6 { width:47.75rem;height:2.6875rem;top:3.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDaad8vu9WSoadzw3Kcv31swiK2FTU1y { display:block; }#KDaad8vu9WSoadzw3Kcv31swiK2FTU1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNO64dbfFFvWPEGWlK7CysetF1nIcuPV { top:8.25rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itkTPrOUB37osuL8PKvHWlxeJxleb4au { width:33.75rem;height:3.125rem;top:9.25rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olVTU0kkTPRny5uTBvec2UqicE0FtKea { width:47.75rem;height:2.6875rem;top:4rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH9LHcEwSgD4BMbp6wr5MX5cOCP9pILn { display:block; }#BH9LHcEwSgD4BMbp6wr5MX5cOCP9pILn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElXrnlBV5hpvQHC8iRf3pwwPRWQQ1CvU { width:23.6875rem;height:16.9375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2MzmpuhqTVi8xqmGUQUEEOkEoga2POu { width:20.3125rem;height:5.5625rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f11Kx5asCa4L687WIgPcn7gwybi080Vo { width:20.3125rem;height:1.625rem;top:13.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6eE7NBNwWr3BbR52qw7P5MR0BouEKm9 { width:3.125rem;height:0.125rem;top:16.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmJT3uucx1WRPFrCbTCrK5ZWio8ZHQXi { width:3.125rem;height:3.125rem;top:3.4375rem;left:12.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMiJ2PQDHOWZBplAyd9s4r0SKfxwCzbD { width:20.3125rem;height:5.5625rem;top:6.25rem;left:11.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNyQNs1VSVQhS326IVtE2qmrAVZfKcQt { width:20.3125rem;height:1.625rem;top:13.875rem;left:11.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzRGKakT4C4s6WGcW7guZnmQ9L7D99dE { width:3.125rem;height:0.125rem;top:16.8125rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCByOqhxpmL1dKpuThx9z0eNwwEIIU4K { width:3.125rem;height:3.125rem;top:3.4375rem;left:28.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMzsZLMv1LVVCtiobbG4oGH7feRXgiPR { width:23.6875rem;height:16.9375rem;top:1.9375rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUFCi1Hf27zzB9GtMqhCrQM8DDXh9kos { display:block; }#eUFCi1Hf27zzB9GtMqhCrQM8DDXh9kos > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7TXZkv0n2tD9dC3go2qIJfyoqIenezb { top:7.25rem;left:20.75rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWlkgGO1DQELGto7me0AGVKcgNvuKD2k { width:33.75rem;height:3.125rem;top:8.25rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8ZNWN4cFecZ9EJ8n33drzAgx3U9QIlx { width:47.75rem;height:2.6875rem;top:3.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oubCTlIgh2wgdCI20dGlKdJDNioN5GuK { display:block; }#oubCTlIgh2wgdCI20dGlKdJDNioN5GuK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhFPZ0EvWMTQNBhH3GXGfPmrvhb91VZL { top:6.875rem;left:0rem;width:19.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlhXHHNKXgclg29mP99DdKhd0qsXCGyC { top:9.3125rem;left:0rem;width:19.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d48P57TGO322RJJubLvuKZPgq09dtdQC { top:8.8125rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3KLkMrVXoWkwRSe8uoh3emd7LE7Lc28 { top:29.75rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrgSs7zHBd22kzF7d24RTePIhThvpBnS { top:18.375rem;left:0rem;width:19.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrskbwxh00zBErGS2h9ITyShethlEalg { top:16.125rem;left:0rem;width:21.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIwHmFstiBtIfLRTENcU5ooDeXp8A2kh { top:22.75rem;left:10.1875rem;width:37.5625rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBiVhQx1gesg7ED35hulMl62tkHQwLcg { top:36.9375rem;left:0rem;width:19.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxQVUFLmCsXITywkpv6wa4C1RKqVfDrI { top:34.875rem;left:0rem;width:19.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1xbGiB2WUvbJ7dJelPrqdEgS9wGlNba { top:27.5625rem;left:0rem;width:19.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUyB9N5i5RyWxZ4QM4hdfbqmCqTplXFx { top:25.0625rem;left:0rem;width:19.0625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOFuX2ZoqaKaDNGxoMWJExITKtWAFqwQ { top:1.9375rem;left:10.1875rem;width:37.5625rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8sKQSQb5bt9FJo1NvMkIJ5er4J8vSQT { top:25.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwlLcxhSnVtSL8bdCQiiZAVvbroCDKg6 { top:51.25rem;left:0rem;width:0.0625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQcDbMi4HXE1ux5qiTtu22IGTbTrgL8a { top:46.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5btXXOGdP6Ia1nwdrTMmvggSD8IFDMC { top:64.6875rem;left:0rem;width:19.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlzzx7lB2LsGsTxXmCerOwkgb9htAyQV { top:62.75rem;left:0rem;width:19.0625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGVPzZdbKMGt6xNLe5aFt9RIEKu4rFNW { top:55.5rem;left:0rem;width:19.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtBiltWZfTXK04rEp0OqnPLOCXn2h4AT { top:53.5625rem;left:0rem;width:19.0625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4JgLZ5UTKNQIMxVnv9uPHJPmmrBJi1W { top:47.0625rem;left:0rem;width:19.0625rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKfvQUbW1dxAoU0nzDoJDiBcTcSTxzWc { top:44.9375rem;left:0rem;width:19.0625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHTVSuJRCeBnT3G4efTkp4MILyQudUsK { top:45.5625rem;left:10.125rem;width:37.625rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVv84PORSXt1rFerkp0V3ToPpTb6v28p { top:6.625rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uknCO0EAsytyptVTc3hbkKoGV4di1iVt { top:15.875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkRDQF8lf5LMOTt8OV6XhmglZKftttTQ { top:24.8125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZUyLTgHsWglTBfl9iM1TOddy60LM2eJ { top:34.4375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJhKHQZVZKrWIxwNWJbecbRBOU6cltp7 { top:44.875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2EdOOLwRQrVhtOK2vWX8rkNC4lbokkh { top:53.125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo8mDf73TIuqAzsIRFcfDdx1Kb3w3D9D { top:62.1875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp { display:block; }#Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glQrH1C2u5zE3XZv9AXD14XgV7DOgNER { width:33.5rem;height:5.375rem;top:6.375rem;left:14.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpRf4b8TxFcPrHoUXWuzqSs7yLJQUrVD { width:25.9375rem;height:3.375rem;top:12.75rem;left:21.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFtXdQGsMcVgccsZEdnhT5A0LbvXpPGZ { width:31.8125rem;height:31.8125rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0LJEfq1h79DupSITw7AIcK0Qb5NFI4v { top:17.9375rem;left:26.125rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khSyT5rGJnMwp7cAPNzbIcuvuksTTvlx { width:31.625rem;height:10.1875rem;top:19.6875rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G { display:block; }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-regular-label { width:39.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-text { width:39.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-text {padding-top: 0; padding-bottom: 0;}#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-textarea { width:39.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-select { width:39.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-select {padding-top: 0; padding-bottom: 0;}#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-button { width:39.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-checkbox-label { width:38.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy  { width:39.5rem;height:auto;top:15.8125rem;left:0rem; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .radio-container { width:39.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy {display:block;}#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy { width:39.5rem;height:auto;top:15.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #GDaMii0s8y1rhCQTf5OIWuKeCNofud4P {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #PzxeVAHZGR6Kx1hU3wdMelxiE8CUivXO { display:none; }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #Pus0vFMOeloOuuipEKnwp6Uh5qS1wsaH {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #Rfb8P5M0q07AobcJis8U5xtvWdtqhJC6 {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #vgwLxETXrn6r8Zho8k2SrD2L1Q8FOF35 { display:none; }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #l6rWWyiy7LOUcAyAaHuwkhH0kcH8m5mF {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #h4Hc3oMiykwowBWhXD5g9pNKk8qAbo7D {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #EPxfITfuk3TtmNyo92yXWAGcxaKc3uAN {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #ox7Ni0QMIdKTzsGVNFSH0GJQXr83oN2S {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #S5NEDlDRqhXHGk1U0avSUPHLFzSCDB3u {  }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #S5NEDlDRqhXHGk1U0avSUPHLFzSCDB3u .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #RIksbustTKJQT24ucAVWP0xOboOHSIdZ {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #X3Ba2AKVFuMlQX9iMwBJTgsoEk5okQzl {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #IHJ6gA57QdQbmrP6WQuQWiano8L0A8Zc {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #m1MgisdOnd7Jo2Z7vSU4cA2dGskse4rq {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #GVZKOhUKfMBWF4GHKX7h8Sza0eOa6dI2 {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #hZOkKlyqF8q74WWLy2P8tbpTFD2iUErC {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #xEes5Qo2dyAU2qcW2TWf1ggdiANx8oBl {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #VsdshK14Obn5O9QDPmi3t0CmPkZku9XV {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #XBVWm3a38HV9OPGZO08lGZtUERTOCgcR {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #XwnIkn2rXsVuhlt6PM8EVlGTeuoMNUuf {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #X6mNSqgZ19KIsLnrpPpmIbSbEewPirEQ {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #ckDT7WyT9K56sw9gc0HFvF3NhKUXpPZf {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #hUbq6FKzZcdxNzt4oKeHtStzM8pTERlq {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #zMtipiT0TqHGz8mTowy4ibf3RmNKZLQo {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #M8CDd0blUzUth6WmfaaOGCv0stvOQQtB {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #QdrdArLazuW4VwQPMbrKCKJySFLoZVqx {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #FbpQeyi4qJIRceQmUK3N6q25UQpUnIX0 {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #aWU2gMk3s0gICcv3AOxa3CR6cG3Ptu4l {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #AcgZ7PcvPm6KilSSRFAg6TGAFwnZ3Jnv {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #ch3JppzFOSiGJk8PhDXOKoRMR9RFpzGp {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #pEDI9fQVJhDakQMfzFVRLZZbRmkP9RBy {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #vn48iW7vkBTv0pB5G2T2k7wmgUGz6ydT {  }
 }@media only screen and (max-width: 763px) { #uhVMPq3qT51VmNXsfHB43PBh9hkVQJMT { width:39.5rem;height:5.375rem;top:4.6875rem;left:6.686718940735rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGFMGipGLku4uJnPoCTyGGM9vqTQ5tWK { width:47.75rem;height:1.1875rem;top:13.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8eheRXlCiV16mZFTAaaBLcPaJbHeMls { top:11.3125rem;left:23.311632156372rem;width:6.25rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6iL9B9LbONrnhL2yOQg3MiXNgE9qNg0 { top:17.125rem;left:17.0625rem;width:28.1875rem;height:42.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp3KhDFb9lvSgLfJ6uxBAZUg9piuhLPg { display:block; }#wp3KhDFb9lvSgLfJ6uxBAZUg9piuhLPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ { display:flex;height:auto;width:27.8125rem;top:0rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #ug932TW4JfpWGIPoSephm0kX8JVe7071 {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #q2Qz2y1B6GS80DNon1mXkenvspskbJuE {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #kTaBARqBZ2c03MggTvfzlNSy40lnswch {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #FQ94Kc2ykdpEr0QSOGMNRld02T7WH1yn {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #XRfWe90w1CMf5RHXM09nVUlRLVOgGLsn {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #tl6rAlxZ9SbT5SERM9Bl1MWPg3fAVwqE {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #gxvxznOAmnmeT0ngFi2NTlIpMlMWLJzA {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #KeBI4AHna42pRz1TEwC98SyzQvuLXLzF {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #Xp7CE0Q1sJGeUOTNWhKt6D8ap0rl8bP9 {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #FzDTZVpkcTpev9ZVOps5OazULlX9SyBB {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #PETDDwfJzsek947BeoXiibcfc3N8bD7f {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #aZasKFmSTtqUvE9PUmSt8e97XC58TpAH {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #dOR00z7buvtgBKzC3SMFrOT4LEyVsqHa {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #O1if4B4vEp19AbmQ0vTB7cm7mmCM5kIB {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #bNp5W2XaRs1ouGHGSGriTylOT5GeIlIy {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #Wx9zQFFeSLbKZGKAxdMQVkagOt8weV1I {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #Cct9n849Fqgv1u9wpNs9R5DnzkThLfCC {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #T6adnTxwnwoIkdGSc7MtskJgPGsarmXo {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #fMaZgkCBmKhhDxP8t63qo4HUxXXwEKbi {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #X7VUTTvLcXLskOOVbLm8NlKUVbdtDqy3 {  }
 }@media only screen and (max-width: 763px) { #TqRo476EesVSLutJgws5PQKVHmysvpoz { width:39.5rem;height:2.6875rem;top:4.375rem;left:4.1250019073486rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqcHXXpTLCbqoxxuaLmq5SIIP1NTxrES { display:block; }#ZqcHXXpTLCbqoxxuaLmq5SIIP1NTxrES > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZvmoaHec2fZTc4xcf8Shf8aoNvFHWnd { width:2.8125rem;height:2.8125rem;top:10.4375rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKvl8nG0AghAO0QK3SRkgCcxWduZTDS7 { width:2.8125rem;height:2.8125rem;top:14.125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJi43TrEiSwzktrtz7FSLTRaZDavDwty { width:0.1875rem;height:18.75rem;top:6.375rem;left:6.9999990463256rem;display:block; }
 }@media only screen and (max-width: 763px) { #nReHtROUmn3lfs6dDz4fHR0hQlcCy5cg { top:11.1875rem;left:0rem;width:12.25rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xalrrUF0wmVuZmOvZ8UFHP2OEbxPA7ii { width:2.8125rem;height:2.8125rem;top:17.75rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #La1CLbA69sz6T8mMahLIbsdyAxBrhEsv { top:11.1875rem;left:14.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyS2JwxL3Z5qiTpvyBWKNXSvgxqPrOqv { top:14.8125rem;left:14.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0WTUUMliWObVe9xu8eH6aHtLzeciDv5 { top:18.5rem;left:14.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QizJuiaTV2RTeESiZNoT0CRoz7FRu7wd { width:14.125rem;height:1.25rem;top:18.5rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9kh9vvPqmxTy7oIu8Ax5JdrygOcmFMz { width:15.1875rem;height:1.3125rem;top:14.8125rem;left:17.312500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyLSGMKCf42PVu2FK7JGskJCxVXoIKMv { width:14.125rem;height:1.25rem;top:11.1875rem;left:17.312500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twtzlosWImmp3xO1hqLEeNLZrSwFw4Xn { width:2.8125rem;height:2.8125rem;top:19.75rem;left:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #feyfzGzL3V6icHWA5TNfZ5v8PishzKUa { width:2.8125rem;height:2.8125rem;top:19.75rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrEfVIIWrhPuptFTyqkTgusC47yIB5mt { width:2.8125rem;height:2.8125rem;top:19.75rem;left:44.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmBnqqJReFhhaitZaLoJmk4clvviIFIu { top:20.5rem;left:44.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n062EEbrRXdWGRQp012hWmfx2DE3P5HJ { top:20.5rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxUa9KTReFT0veMHSe74e6zglvcckmsx { top:20.5rem;left:46.375rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBorJBhaWeTxtvlcFtTcyDJf50cCCIqG { width:17.625rem;height:1.25rem;top:10rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMJXlINTu9fgC428JvD20aVbtOkKGtg1 { width:17.625rem;height:1.9375rem;top:7.1875rem;left:30.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuPbFdRPTar9utwd4OLu6VABbswmgqvO { width:17.625rem;height:1.9375rem;top:16.9375rem;left:30.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #COUTcg92IrimeZW7S1QpxzRf9MpoAS1c { width:20.5625rem;height:1.9375rem;top:7.375rem;left:13.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpU96Q6zIzTsWyJshF47G5xsXfDITneQ { width:0.1875rem;height:18.75rem;top:6.375rem;left:39.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyqcb4ciD7bnDAVxlp5Ep1mz0PLnloh5 { width:12.375rem;height:2.3125rem;top:11.875rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3zlT3aCc3cTlVJR5ZEJaoDEOTHtHm2Z { display:block; }
 }@media only screen and (max-width: 763px) { #xPnfkG6z1iTTl44ZOhvOK74dw4m2IwDE { display:block; }#xPnfkG6z1iTTl44ZOhvOK74dw4m2IwDE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFOssqByPE5bwBSxPFOk9TfI94xvk41K { width:31rem;height:1.25rem;top:1.1875rem;left:8.3750019073488rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZTTJovcs1bp8bth61MaaP1S40xeJQueC { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/efc1b70b-f913-40d0-858e-40a020e70c50/madeira01.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC.adaptive-delivery-prevent-bg, #ZTTJovcs1bp8bth61MaaP1S40xeJQueC.lazyload, #ZTTJovcs1bp8bth61MaaP1S40xeJQueC.lazyloading { background-image: none; }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .row .container { background-color: transparent; background-image: none; }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.67); }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .row .container > .video-iframe-container { display: none; }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.67); }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .row > .video-iframe-container { display: none; }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .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); }#ZTTJovcs1bp8bth61MaaP1S40xeJQueC > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RPyTWuR2qh6xdvvofT937FJkSTlKBP9k { width:20rem;height:5.173825rem;top:7.2490234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #akaFiILZlcNoGg7O5t66dqJMaphMxGaw { width:20rem;height:12.59471875rem;top:12.7060546875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iwPGLrKHTdPte5nRJxTTcmvOgrRozAUw { width:17.0625rem;height:3.4375rem;top:43.96875rem;left:1.4687500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHKf5DMJ8mTPA0LUd33GP4E6I2khZXiN { display:block; }
 }@media only screen and (max-width: 763px) { #DOagwoo8sb9zL4EKHEZOcvHO0GiumQ7C { width:5.75rem;height:4.25rem;top:0.9375rem;left:7.1250000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob3OgAO5waxzttgWbxV8d6TTSnAnXk57 { display:flex;width:1.75rem;height:1.75rem;top:29.375000715256rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #q9CkcfxVzDCiOpCkXQTh8PnCixcMqOch { width:12rem;height:2.625rem;top:28.875rem;left:5.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HVZGNGDQ4dnzJUt7btQnT9anKPf4emD0 { width:12.625rem;height:1.3125rem;top:33.1875rem;left:5.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #o3CJmXRcLIPetV2iGoAV8IpWfRuuLEJw { display:flex;width:1.75rem;height:1.75rem;top:36.562502861023rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #alwd8cUAuT8drcQ3XacOlRqZgl7JubSk { display:flex;width:1.75rem;height:1.75rem;top:40.393230438233rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #TLfzsD2HH39cCagoccFQAg6XDo15dE9F { width:14.375rem;height:2.625rem;top:39.875rem;left:5.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aTRLBbcvoThMv0AV1L2uTd4DrTGvCEzv { width:13.0625rem;height:1.3125rem;top:36.6875rem;left:5.125rem;text-align:left;text-align-last:left;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Np6PTSUEXtu4suMpiup96EyVdVm3kaoJ { display:flex;width:1.75rem;height:1.75rem;top:33.031250953674rem;left:2.6875rem; }
 }@media only screen and (max-width: 763px) { #aoPRMrmIoCpGQZvHm9qwgDCG1SINHMoe { width:20rem;height:21.4375rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENyT7Jom7h99TP71HyENsghqh5Dx3etS { display:block; }#ENyT7Jom7h99TP71HyENsghqh5Dx3etS > .row .container { width:20rem;height:55rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U8tNdxflHbkn4KWQ38q9bbtoa75iuchT { width:20rem;height:5.59765625rem;top:10.1865234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ADtcwC3DUDwPOQBv6kFzNAxmvT4SkOOL { width:20rem;height:13.75rem;top:17.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNOyFEpTMZT3MTN5JgrAgKWCiDaOkVP1 { width:20rem;height:5.39941875rem;top:2.3124983310699rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DJ512lrEgNslBONtintAizcXesxZMqDD { width:20rem;height:18.1923875rem;top:34.309659957886rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #J7mv7y9sfdCEv5ohv2hkNZddLbvedu1O { width:9.375rem;height:0.3125rem;top:8.7314453125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diWhgFIZFdeQNq0PrBaWaRF1TNULNSGa { display:block; }#diWhgFIZFdeQNq0PrBaWaRF1TNULNSGa > .row .container { width:20rem;height:80.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pG468KheVPRqXKEAfC6D4XA98UXWJXho { width:20rem;height:19.5625rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRbsIMpwgv67y5zJ1FVcVZfEJFlqLo02 { width:16.625rem;height:1.95rem;top:20.5rem;left:1.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJyTRc4TGw0z0wiTsbUMUPXWg8tCFQL4 { width:9.5rem;height:20.8rem;top:16.375rem;left:5.25rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrZTBmU3mkKamJOnvNuMxvEE1kysOzfI { width:16.5rem;height:9.59375rem;top:23.4375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsSNdDxkdQePp1vmVdT7hRWlcT16vOaF { width:20rem;height:19.5625rem;top:36.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnWLUlE5sU6GEffdHaUBXsT0TPJcPut6 { width:20rem;height:19.5625rem;top:56rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPgV6X9cPyG9l8mgrGLpHTClO9wAoErf { width:9.5rem;height:20.8rem;top:34.875rem;left:5.25rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNGthWaJrRNn67ImFG3H6EsW53KwCouT { width:9.5rem;height:20.8rem;top:54.75rem;left:5.25rem;font-size:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQsLGbLtoXibh9MnAp2vrgiV40VppBU5 { width:20rem;height:3.59765625rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QmbfFHw5b34szecdt5rvLEwFTHg8JZ6z { width:20rem;height:4.19824375rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CzKxifKEg3eGz21vcg0v7zg6vAbzi67x { width:6.25rem;height:0.3125rem;top:9.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNpIT75yVLAfdTzUItoknGNpbJLfxtPF { width:20rem;height:8.39453125rem;top:43.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HrFeTKAmxfbCJXqdTT4nmA5ouHpIeEWa { width:20rem;height:1.95rem;top:40.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkugE4GlaSysZ8eXTkVZJb72oAOHwLeq { width:20rem;height:8.39453125rem;top:62.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLmEi5eHXBTJ6avAQiKSnP2zZ9e1rTLA { width:20rem;height:1.95rem;top:60.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9H5dVsHPV9ATnEmuVt6i7iFTUkEUVv6 { width:20rem;height:1.79980625rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KDaad8vu9WSoadzw3Kcv31swiK2FTU1y { display:block; }#KDaad8vu9WSoadzw3Kcv31swiK2FTU1y > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dNO64dbfFFvWPEGWlK7CysetF1nIcuPV { width:6.25rem;height:0.3125rem;top:7.0234375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itkTPrOUB37osuL8PKvHWlxeJxleb4au { width:20rem;height:2.798825rem;top:7.8984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #olVTU0kkTPRny5uTBvec2UqicE0FtKea { width:20rem;height:3.6rem;top:2.5447387695312rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BH9LHcEwSgD4BMbp6wr5MX5cOCP9pILn { display:block; }#BH9LHcEwSgD4BMbp6wr5MX5cOCP9pILn > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElXrnlBV5hpvQHC8iRf3pwwPRWQQ1CvU { width:19.75rem;height:17.125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2MzmpuhqTVi8xqmGUQUEEOkEoga2POu { width:16.875rem;height:8.3964875rem;top:6.125rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #f11Kx5asCa4L687WIgPcn7gwybi080Vo { width:16.25rem;height:1.625rem;top:15.1875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #K6eE7NBNwWr3BbR52qw7P5MR0BouEKm9 { width:3.125rem;height:0.125rem;top:17.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmJT3uucx1WRPFrCbTCrK5ZWio8ZHQXi { width:3.125rem;height:3.125rem;top:3.625rem;left:8.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMiJ2PQDHOWZBplAyd9s4r0SKfxwCzbD { width:20rem;height:5.59765rem;top:28.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #hNyQNs1VSVQhS326IVtE2qmrAVZfKcQt { width:20rem;height:1.625rem;top:34.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VzRGKakT4C4s6WGcW7guZnmQ9L7D99dE { width:3.125rem;height:0.125rem;top:37.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCByOqhxpmL1dKpuThx9z0eNwwEIIU4K { width:3.125rem;height:3.125rem;top:25.1875rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMzsZLMv1LVVCtiobbG4oGH7feRXgiPR { width:19.625rem;height:16.9375rem;top:22.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUFCi1Hf27zzB9GtMqhCrQM8DDXh9kos { display:block; }#eUFCi1Hf27zzB9GtMqhCrQM8DDXh9kos > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7TXZkv0n2tD9dC3go2qIJfyoqIenezb { width:6.25rem;height:0.3125rem;top:6.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWlkgGO1DQELGto7me0AGVKcgNvuKD2k { width:20rem;height:2.798825rem;top:6.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #k8ZNWN4cFecZ9EJ8n33drzAgx3U9QIlx { width:20rem;height:2.8496125rem;top:2.5445404052734rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oubCTlIgh2wgdCI20dGlKdJDNioN5GuK { display:block; }#oubCTlIgh2wgdCI20dGlKdJDNioN5GuK > .row .container { width:20rem;height:87.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhFPZ0EvWMTQNBhH3GXGfPmrvhb91VZL { width:15rem;height:1.3rem;top:2.3125rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlhXHHNKXgclg29mP99DdKhd0qsXCGyC { width:15rem;height:2.45rem;top:3.75rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d48P57TGO322RJJubLvuKZPgq09dtdQC { width:0.0625rem;height:13.75rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #u3KLkMrVXoWkwRSe8uoh3emd7LE7Lc28 { width:0.0625rem;height:13.75rem;top:58.0875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrgSs7zHBd22kzF7d24RTePIhThvpBnS { width:15rem;height:2.45rem;top:9.9375rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hrskbwxh00zBErGS2h9ITyShethlEalg { width:15rem;height:1.3rem;top:8.625rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIwHmFstiBtIfLRTENcU5ooDeXp8A2kh { width:20rem;height:13.375rem;top:58.999217987061rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #lBiVhQx1gesg7ED35hulMl62tkHQwLcg { width:15rem;height:2.45rem;top:22.4375rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxQVUFLmCsXITywkpv6wa4C1RKqVfDrI { width:15rem;height:1.3rem;top:21rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1xbGiB2WUvbJ7dJelPrqdEgS9wGlNba { width:15rem;height:2.45rem;top:15.875rem;left:3.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUyB9N5i5RyWxZ4QM4hdfbqmCqTplXFx { width:15rem;height:1.3rem;top:14.4375rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOFuX2ZoqaKaDNGxoMWJExITKtWAFqwQ { width:20rem;height:13.3125rem;top:47.599224090576rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8sKQSQb5bt9FJo1NvMkIJ5er4J8vSQT { display:flex;width:1.5625rem;height:1.5625rem;top:19.487500190735rem;left:1.2179687619209rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #xwlLcxhSnVtSL8bdCQiiZAVvbroCDKg6 { width:0.0625rem;height:13.75rem;top:51.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QQcDbMi4HXE1ux5qiTtu22IGTbTrgL8a { display:flex;width:1.5625rem;height:1.5625rem;top:5.38671875rem;left:1.2179687619209rem;opacity:0; }
 }@media only screen and (max-width: 763px) { #x5btXXOGdP6Ia1nwdrTMmvggSD8IFDMC { width:16rem;height:2.45rem;top:41.875rem;left:4rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlzzx7lB2LsGsTxXmCerOwkgb9htAyQV { width:13.3125rem;height:1.3rem;top:40.375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGVPzZdbKMGt6xNLe5aFt9RIEKu4rFNW { width:15.3125rem;height:2.45rem;top:35.25rem;left:3.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtBiltWZfTXK04rEp0OqnPLOCXn2h4AT { width:13.3125rem;height:1.3rem;top:33.8125rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4JgLZ5UTKNQIMxVnv9uPHJPmmrBJi1W { width:15.75rem;height:2.45rem;top:29.200000762939rem;left:4.0000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKfvQUbW1dxAoU0nzDoJDiBcTcSTxzWc { width:11.3125rem;height:1.3rem;top:27.550001144409rem;left:3.9375000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHTVSuJRCeBnT3G4efTkp4MILyQudUsK { width:20rem;height:13.75rem;top:70.499221801756rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVv84PORSXt1rFerkp0V3ToPpTb6v28p { width:1.875rem;height:1.875rem;top:2.0250000953674rem;left:1.0617187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #uknCO0EAsytyptVTc3hbkKoGV4di1iVt { width:1.875rem;height:1.875rem;top:8.3375005722044rem;left:1.0617187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkRDQF8lf5LMOTt8OV6XhmglZKftttTQ { width:2.1875rem;height:2.1875rem;top:13.993750572204rem;left:0.90546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZUyLTgHsWglTBfl9iM1TOddy60LM2eJ { width:2.1875rem;height:2.1875rem;top:20.55624961853rem;left:0.90546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJhKHQZVZKrWIxwNWJbecbRBOU6cltp7 { width:1.5625rem;height:1.5625rem;top:27.418750762939rem;left:1.2179687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2EdOOLwRQrVhtOK2vWX8rkNC4lbokkh { width:2.1875rem;height:2.1875rem;top:33.36874961853rem;left:0.90546876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo8mDf73TIuqAzsIRFcfDdx1Kb3w3D9D { width:1.875rem;height:1.875rem;top:40.050001144409rem;left:1.0617187619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp { display:block; }#Ks2RAh7FnTv530NbCUDfuIRKnpV1TQTp > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #glQrH1C2u5zE3XZv9AXD14XgV7DOgNER { width:20rem;height:3.1484375rem;top:3.0218749046326rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EpRf4b8TxFcPrHoUXWuzqSs7yLJQUrVD { width:20rem;height:5.09765625rem;top:9.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFtXdQGsMcVgccsZEdnhT5A0LbvXpPGZ { width:18.8125rem;height:18.8125rem;top:13.08437538147rem;left:0.59296876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0LJEfq1h79DupSITw7AIcK0Qb5NFI4v { width:6.25rem;height:0.3125rem;top:7.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khSyT5rGJnMwp7cAPNzbIcuvuksTTvlx { width:20rem;height:13.5rem;top:33.63671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G { background-color:rgba(243,243,243,0.7);background-image:none;display:block; }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .row .container { background-color: transparent; background-image: none; }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .row .container > .video-iframe-container { display: none; }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .row > .video-iframe-container { display: none; }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .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); }#R6EDL2TShFWJUEvvEwvDvlUoPmIe1y4G > .row .container { width:20rem;height:81.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-text {padding-top: 0; padding-bottom: 0;}#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-select {padding-top: 0; padding-bottom: 0;}#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;text-align:center;text-align-last:center;line-height:1;height:3.4375rem; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.5;overflow:hidden;height:auto; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy  { width:17.5rem;height:auto;top:12.560762405396rem;left:0rem; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy {display:block;}#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy { width:17.5rem;height:auto;top:12.560762405396rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #GDaMii0s8y1rhCQTf5OIWuKeCNofud4P {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #PzxeVAHZGR6Kx1hU3wdMelxiE8CUivXO { display:none; }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #Pus0vFMOeloOuuipEKnwp6Uh5qS1wsaH {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #Rfb8P5M0q07AobcJis8U5xtvWdtqhJC6 {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #vgwLxETXrn6r8Zho8k2SrD2L1Q8FOF35 { display:none; }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #l6rWWyiy7LOUcAyAaHuwkhH0kcH8m5mF {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #h4Hc3oMiykwowBWhXD5g9pNKk8qAbo7D {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #EPxfITfuk3TtmNyo92yXWAGcxaKc3uAN {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #ox7Ni0QMIdKTzsGVNFSH0GJQXr83oN2S {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #S5NEDlDRqhXHGk1U0avSUPHLFzSCDB3u {  }
#WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #S5NEDlDRqhXHGk1U0avSUPHLFzSCDB3u .container-column{width:50%;} }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #RIksbustTKJQT24ucAVWP0xOboOHSIdZ {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #X3Ba2AKVFuMlQX9iMwBJTgsoEk5okQzl {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #IHJ6gA57QdQbmrP6WQuQWiano8L0A8Zc {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #m1MgisdOnd7Jo2Z7vSU4cA2dGskse4rq {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #GVZKOhUKfMBWF4GHKX7h8Sza0eOa6dI2 {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #hZOkKlyqF8q74WWLy2P8tbpTFD2iUErC {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #xEes5Qo2dyAU2qcW2TWf1ggdiANx8oBl {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #VsdshK14Obn5O9QDPmi3t0CmPkZku9XV {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #XBVWm3a38HV9OPGZO08lGZtUERTOCgcR {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #XwnIkn2rXsVuhlt6PM8EVlGTeuoMNUuf {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #X6mNSqgZ19KIsLnrpPpmIbSbEewPirEQ {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #ckDT7WyT9K56sw9gc0HFvF3NhKUXpPZf {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #hUbq6FKzZcdxNzt4oKeHtStzM8pTERlq {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #zMtipiT0TqHGz8mTowy4ibf3RmNKZLQo {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #M8CDd0blUzUth6WmfaaOGCv0stvOQQtB {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #QdrdArLazuW4VwQPMbrKCKJySFLoZVqx {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #FbpQeyi4qJIRceQmUK3N6q25UQpUnIX0 {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #aWU2gMk3s0gICcv3AOxa3CR6cG3Ptu4l {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #AcgZ7PcvPm6KilSSRFAg6TGAFwnZ3Jnv {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #ch3JppzFOSiGJk8PhDXOKoRMR9RFpzGp {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #pEDI9fQVJhDakQMfzFVRLZZbRmkP9RBy {  }
 }@media only screen and (max-width: 763px) { #WwCvkhnlJkpoqCE8rdKfkptKi66R5Ovy #vn48iW7vkBTv0pB5G2T2k7wmgUGz6ydT {  }
 }@media only screen and (max-width: 763px) { #uhVMPq3qT51VmNXsfHB43PBh9hkVQJMT { width:20rem;height:3.6rem;top:2.2491183280945rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGFMGipGLku4uJnPoCTyGGM9vqTQ5tWK { width:20rem;height:3.59765625rem;top:8.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #D8eheRXlCiV16mZFTAaaBLcPaJbHeMls { width:6.25rem;height:0.3125rem;top:6.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6iL9B9LbONrnhL2yOQg3MiXNgE9qNg0 { width:18.3125rem;height:27.4375rem;top:54.246475219726rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp3KhDFb9lvSgLfJ6uxBAZUg9piuhLPg { display:block; }#wp3KhDFb9lvSgLfJ6uxBAZUg9piuhLPg > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ .accordion-heading-text { font-size:1rem;height:auto; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ .accordion-desc-text { line-height:1.2;overflow:hidden;height:auto;font-size:0.9375rem; }
#diqTmUFLZh78MUwqaq44MxfH2qB69FLQ { display:flex;height:auto;width:18.75rem;top:5.9368007779121rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #ug932TW4JfpWGIPoSephm0kX8JVe7071 {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #q2Qz2y1B6GS80DNon1mXkenvspskbJuE {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #kTaBARqBZ2c03MggTvfzlNSy40lnswch {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #FQ94Kc2ykdpEr0QSOGMNRld02T7WH1yn {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #XRfWe90w1CMf5RHXM09nVUlRLVOgGLsn {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #tl6rAlxZ9SbT5SERM9Bl1MWPg3fAVwqE {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #gxvxznOAmnmeT0ngFi2NTlIpMlMWLJzA {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #KeBI4AHna42pRz1TEwC98SyzQvuLXLzF {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #Xp7CE0Q1sJGeUOTNWhKt6D8ap0rl8bP9 {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #FzDTZVpkcTpev9ZVOps5OazULlX9SyBB {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #PETDDwfJzsek947BeoXiibcfc3N8bD7f {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #aZasKFmSTtqUvE9PUmSt8e97XC58TpAH {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #dOR00z7buvtgBKzC3SMFrOT4LEyVsqHa {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #O1if4B4vEp19AbmQ0vTB7cm7mmCM5kIB {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #bNp5W2XaRs1ouGHGSGriTylOT5GeIlIy {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #Wx9zQFFeSLbKZGKAxdMQVkagOt8weV1I {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #Cct9n849Fqgv1u9wpNs9R5DnzkThLfCC {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #T6adnTxwnwoIkdGSc7MtskJgPGsarmXo {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #fMaZgkCBmKhhDxP8t63qo4HUxXXwEKbi {  }
 }@media only screen and (max-width: 763px) { #diqTmUFLZh78MUwqaq44MxfH2qB69FLQ #X7VUTTvLcXLskOOVbLm8NlKUVbdtDqy3 {  }
 }@media only screen and (max-width: 763px) { #TqRo476EesVSLutJgws5PQKVHmysvpoz { width:20rem;height:1.8rem;top:1.9943183064461rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqcHXXpTLCbqoxxuaLmq5SIIP1NTxrES { display:block; }#ZqcHXXpTLCbqoxxuaLmq5SIIP1NTxrES > .row .container { width:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZvmoaHec2fZTc4xcf8Shf8aoNvFHWnd { width:2.8125rem;height:2.8125rem;top:20.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKvl8nG0AghAO0QK3SRkgCcxWduZTDS7 { width:2.8125rem;height:2.8125rem;top:31.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJi43TrEiSwzktrtz7FSLTRaZDavDwty { width:12.5rem;height:0.1875rem;top:44.5625rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nReHtROUmn3lfs6dDz4fHR0hQlcCy5cg { width:9.75rem;height:7.25rem;top:2.6865908354521rem;left:5.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xalrrUF0wmVuZmOvZ8UFHP2OEbxPA7ii { width:2.8125rem;height:2.8125rem;top:24.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #La1CLbA69sz6T8mMahLIbsdyAxBrhEsv { display:flex;width:1.375rem;height:1.375rem;top:17.275000095367rem;left:1.6562500596046rem; }
 }@media only screen and (max-width: 763px) { #nyS2JwxL3Z5qiTpvyBWKNXSvgxqPrOqv { display:flex;width:1.375rem;height:1.375rem;top:21.1875rem;left:1.6562500596046rem; }
 }@media only screen and (max-width: 763px) { #o0WTUUMliWObVe9xu8eH6aHtLzeciDv5 { display:flex;width:1.375rem;height:1.375rem;top:25.15625rem;left:1.6562500596046rem; }
 }@media only screen and (max-width: 763px) { #QizJuiaTV2RTeESiZNoT0CRoz7FRu7wd { width:13.5625rem;height:1.3rem;top:25.1875rem;left:4.5625rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #M9kh9vvPqmxTy7oIu8Ax5JdrygOcmFMz { width:14.375rem;height:1.3rem;top:21rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wyLSGMKCf42PVu2FK7JGskJCxVXoIKMv { width:10.125rem;height:1.3rem;top:17.3125rem;left:4.6875rem;text-align:left;text-align-last:left;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #twtzlosWImmp3xO1hqLEeNLZrSwFw4Xn { width:2.8125rem;height:2.8125rem;top:31.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #feyfzGzL3V6icHWA5TNfZ5v8PishzKUa { width:2.8125rem;height:2.8125rem;top:16.5rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrEfVIIWrhPuptFTyqkTgusC47yIB5mt { width:2.8125rem;height:2.8125rem;top:31.4375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmBnqqJReFhhaitZaLoJmk4clvviIFIu { display:flex;width:1.375rem;height:1.375rem;top:32.1875rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #n062EEbrRXdWGRQp012hWmfx2DE3P5HJ { display:flex;width:1.375rem;height:1.375rem;top:32.1875rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #RxUa9KTReFT0veMHSe74e6zglvcckmsx { display:flex;width:1.375rem;height:1.375rem;top:32.1875rem;left:14.0625rem; }
 }@media only screen and (max-width: 763px) { #XBorJBhaWeTxtvlcFtTcyDJf50cCCIqG { width:17.625rem;height:1.3rem;top:39.5rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #JMJXlINTu9fgC428JvD20aVbtOkKGtg1 { width:17.625rem;height:1.625rem;top:37.1875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HuPbFdRPTar9utwd4OLu6VABbswmgqvO { width:17.625rem;height:1.625rem;top:28.375rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #COUTcg92IrimeZW7S1QpxzRf9MpoAS1c { width:20rem;height:1.625rem;top:13.250020980835rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ZpU96Q6zIzTsWyJshF47G5xsXfDITneQ { width:0.1875rem;height:18.75rem;top:6.375rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xyqcb4ciD7bnDAVxlp5Ep1mz0PLnloh5 { width:12.375rem;height:2.3125rem;top:40.7998046875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3zlT3aCc3cTlVJR5ZEJaoDEOTHtHm2Z { display:block; }
 }@media only screen and (max-width: 763px) { #xPnfkG6z1iTTl44ZOhvOK74dw4m2IwDE { display:block; }#xPnfkG6z1iTTl44ZOhvOK74dw4m2IwDE > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aFOssqByPE5bwBSxPFOk9TfI94xvk41K { width:20rem;height:0.975rem;top:0.91832351684569rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#000000;display:block; }
 }