.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:255,235,206;--color-primary-1:254,194,109;--color-primary-2:253,153,12;--color-primary-3:156,100,46;--color-primary-4:146,106,7;--color-secondary-0:224,221,222;--color-secondary-1:152,141,144;--color-secondary-2:49,26,32;--color-secondary-3:25,13,16;--color-secondary-4:7,4,5;--color-tertiary-0:255,255,255;--color-tertiary-1:229,229,229;--color-tertiary-2:136,136,136;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:rgba(var(--color-tertiary-0),1);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); }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row .container { background-color: transparent; background-image: none; }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row .container > .video-iframe-container { display: none; }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row > .video-iframe-container { display: none; }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .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); }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row .container { border-width: 0; border-radius: 0; }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;overflow:visible;position:relative;display:block; }#ANuAoZ0SVhQTq5wUWpXOVGD9sslzLoSF { background-color:transparent;background-image:none;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:#251d12;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.1875rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:2.75rem;left:65.4375rem;display:block; }
#T1L4Rl8HC2oProaavsmdEP0T1H1UoTBv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OSS2LbTFIRxXcJocdJGop8fgzdfAv5dR { position:absolute;display:block;z-index:15013;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:3rem;width:3rem;top:1.9375rem;left:61.8125rem;overflow:hidden;display:block; }
#fMDqlUbJwmLGT0E35hCmE1QvM3ACZGGS { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.787109375rem;left:30.75rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivvsaqP7FZwlXT7wWBUyAwcW5wK6Tv5v { color:rgba(var(--color-tertiary-4),1);display:block;width:5.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.787109375rem;left:38rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vc8oFONnO0swomaRDC99lDEf8AqUD6gB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:12.75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dJydUAHHCFJ3TXI1HIUe0oLHRSb3paDy { color:rgba(var(--color-tertiary-4),1);display:block;width:8.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:65.5625rem;height:0.9746125rem;display:block; }
#bwtgb0sb0smI4nNUyuAlJmemXXnwi4CA { color:rgba(var(--color-tertiary-4),1);display:block;width:6.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:2.787109375rem;left:44.375rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#as3xZw4v2XL8CJy6K1gdHy8nmwsu8Ull { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.787109375rem;left:51.8125rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH { position:relative;display:block; }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH { background-color: transparent; background-image: none; }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .row .container > .video-iframe-container { display: none; }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .row > .video-iframe-container { display: none; }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .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); }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH { border-width: 0; border-radius: 0; }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .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; }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.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; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 { position:relative;display:none; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 { border-width: 0; border-radius: 0; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .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; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.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:none; }#hybaCLSoHomxQTgSEmmOHkzucCIApSNS { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15000;opacity:1;display:none; }
#pUXtHNudflaRvuoRFim3vPDsKb8QixCG { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:25.5rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#TH47QF6POE5ykuOVerH7etqpIFfsylvA { color:rgba(var(--color-tertiary-4),1);display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1875rem;left:32.375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sxxpcyRyM0XXaMCXtaOK8rsDffXhnv9L { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1875rem;left:38.875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#EQgFQUfHqBLmL3dSAitHoW23bLubrMxR { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.1875rem;left:50.4375rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#r2La0oRXSAhtLb8FkhnWtRyvQwbaKuGu { color:rgba(var(--color-tertiary-2),1);display:block;width:8.8125rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:65.75rem;height:1.13671875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#bSH7ZWDFHI60Gkd3lnpCtToBhUPy3cKK { background-color:transparent;background-image:none;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:#251d12;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:2.1875rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:2.5rem;left:65.75rem;display:none; }
#a9tTrcfWCKLfvxHiRSiprO8w702scJV4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gkEm1v8Tp6my6EgweE5oxSSVkPhiEmLx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:20rem;display:none; }
#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5c9355f3-5285-40b8-bba8-5b277786d8b4/vecteezy_floodedroomwithdamagedcouchandpaintingshomedamaged_5793340811.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t.adaptive-delivery-prevent-bg, #vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t.lazyload, #vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t.lazyloading { background-image: none; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container { background-color: transparent; background-image: none; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container > .video-iframe-container { display: none; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row > .video-iframe-container { display: none; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .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); }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container { border-width: 0; border-radius: 0; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;overflow:visible;position:relative;display:block; }#MVJTXwpXgcaL20neQWiiAZzxAeIilbsh { color:rgba(var(--color-tertiary-0),1);display:block;width:44.187rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:10.68603515625rem;left:0rem;height:9.8984375rem;font-style:normal;display:block; }
#BnAxzIic4qa2ew6BzeatsSlT5m5DSNqL { box-sizing:content-box;height:35.5625rem;width:26.875rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3.499755859375rem;left:48.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FpsXcyDibNsZuxBi6HiSNSVPRDBzFVPc { color:rgba(var(--color-tertiary-0),1);display:block;width:42.8125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:21.146240234375rem;left:0rem;height:8.25rem;display:block; }
#FlwDdgcoxEaIsTpEEslNdL0bvcELzRy9 { color:rgba(var(--color-primary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:6.6875rem;left:50.625rem;height:2.0996125rem;font-style:normal;display:block; }
#gahe41G6elXGu8Ci8F0Jy8KxzVpvaIWH { color:#251d12;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:5.1875rem;left:52.5625rem;height:1.19986875rem;font-style:normal;display:block; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-form-header {  }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:21.5625rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-text { 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.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:21.5625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-text {padding-top: 0; padding-bottom: 0;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-textarea { 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.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:21.5625rem;box-sizing:border-box;height:4.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .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:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-select {padding-top: 0; padding-bottom: 0;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-checkbox { width:1rem;height:1rem;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; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-button { 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:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top: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;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.5625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr [class*="-text"]:-moz-placeholder { color:#373737;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr [class*="-text"]::-moz-placeholder { color:#373737;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr [class*="-text"]:-ms-input-placeholder { color:#373737;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr [class*="-text"]::-webkit-input-placeholder { color:#373737;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:20.3125rem;overflow:hidden;font-style:normal;float:none; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .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; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-container:first-of-type{padding-top:0;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-container:last-of-type{padding-bottom:0;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.311767578125rem;left:49.561767578125rem; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem;display:block;vertical-align:top; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr {display:block;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.311767578125rem;left:49.561767578125rem; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #x0EK92QOOU8AT9tTFUnbT6SxQiW0zaqb { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bHzl7XaPQxFy2I7211RTCS71NAlpw6Uq { position:relative;display:none; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #laguD10eTxRkb5ThZ6n3Kn1wQCH7ltn0 { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #QNr9limNtERFfkrbVWITTUWXi8NG6htf { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #dUXbZhRyS912R6wuU6Fy7mEe8pUz08NV { position:relative;display:none; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #cvshCulToSi9uvTCSzT5rOcfs4NqUxcm { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #LItvu0oNzCN6eU0aNvhrLClpIayP3tTQ { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #O0MGixumT4wxJDuvSTFPOscKE1KNeSUy { position:relative;display:none; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #OgHpGkR8TnhzLOeJy968pnTMvuvPmsfc { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #oUyOZ4nzfbmqTnC1ezTdlTQ9IHQ6oNWq { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #OLEMo5vLHRWT5vlagX87IBQ7UIGtFSQ1 { position:relative;display:none; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #QorsA66h183PsUNI0R1xXIx79bihio23 { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #wm1yMIn6ypTm4FOMRk3U5pe0ntUtSxUG { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #LCHmUNRVqpqATF9sT7oIkEykyllT0fxu { position:relative;display:none; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #ucSMmwyFS24slnBuGzyW54TvAf2LTbTn { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #KBCwtT35bUi3s4lH5nBg0msAWHRLGE2y { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #wgpW2UTLAmnKGaDC7XSay7NLQg4sRrR8 { position:relative;z-index:2; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #yg9KIAsMAX7XHUhMAQAr7FKy429teG7i { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bl6BxiPm9FTFNHAekkIAEx4UUphfxTya { position:relative; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bpLVCwoGGfQIPNstTF1poFF4h2O58Z5C { position:relative; }
#rbOWnkTnQw6uTET63K5irainpybWTnR8 { box-sizing:content-box;height:0.1875rem;width:1.5625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.6875rem;left:50.625rem;display:block; }
#avWJBHmhSk71abA3b5RlBJk4B0oRV8Hr { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:34.75rem;left:52.4375rem;height:1.13769375rem;display:block; }#avWJBHmhSk71abA3b5RlBJk4B0oRV8Hr li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#avWJBHmhSk71abA3b5RlBJk4B0oRV8Hr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32af471f3016d098f0a060f489e20bcc.svg); }
#Edh2opW7rGA14WBSVMmG6zD3Upo4Km0F { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.90625rem;height:3.40625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:31.390380859375rem;left:0rem;display:block; }
#VFPRinTh6vdUBIX4gsCqwV3CTeiXETrA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB { position:relative;display:block; }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB { background-color: transparent; background-image: none; }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .row .container > .video-iframe-container { display: none; }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .row > .video-iframe-container { display: none; }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .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); }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB { border-width: 0; border-radius: 0; }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .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; }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.0625rem;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; }#cUx2Lmqo7Hy5FMWVBzOqpn5ui3N73Nwe { color:rgba(var(--color-primary-4),1);display:block;width:30.18675rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:8.623046875rem;left:0rem;height:2.3997375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WlHJBGukHL8zokZnts3fGqmcJRZvJ7VW { color:rgba(var(--color-tertiary-3),1);display:block;width:33.562rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:14.1357421875rem;left:0rem;height:20.25rem;text-align:justify;text-align-last:initial;display:block; }
#lf61T8vV7maJDbv3atWiSwmVD0AqPhCS { position:absolute;display:block;z-index:15044;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:32.8125rem;width:24.5625rem;top:5.123291015625rem;left:45.372314453125rem;overflow:hidden;display:block; }
#sgHGFkxPQ7cUy9CzUsdPxJyi9XDQrTJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#sgHGFkxPQ7cUy9CzUsdPxJyi9XDQrTJb > .row .container { background-color: transparent; background-image: none; }#sgHGFkxPQ7cUy9CzUsdPxJyi9XDQrTJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgHGFkxPQ7cUy9CzUsdPxJyi9XDQrTJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgHGFkxPQ7cUy9CzUsdPxJyi9XDQrTJb > .row .container > .video-iframe-container { display: none; }#sgHGFkxPQ7cUy9CzUsdPxJyi9XDQrTJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sgHGFkxPQ7cUy9CzUsdPxJyi9XDQrTJb > .row > .video-iframe-container { display: none; }#sgHGFkxPQ7cUy9CzUsdPxJyi9XDQrTJb > .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); }#sgHGFkxPQ7cUy9CzUsdPxJyi9XDQrTJb > .row .container { border-width: 0; border-radius: 0; }#sgHGFkxPQ7cUy9CzUsdPxJyi9XDQrTJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sgHGFkxPQ7cUy9CzUsdPxJyi9XDQrTJb > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#SrXKsEcx2iZ0fKqrtgoLVHI1WUuGDWly { color:rgba(var(--color-tertiary-0),1);display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:0.25rem;left:31.749877929688rem;height:2.3999rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NstQTyBWuPb969X4S602upd02cprSxxT { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:5.061525rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.3427734375rem;left:0.43505859375rem;display:block; }
#pp60DHmXi58mkG2u3W6imfGX9W7CfyRi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qGO2AXsZg21Mir0zJn6LDmpNRnRxRE2U { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:4.888675rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:3.39697265625rem;left:7.748046875rem;display:block; }
#PcTyl78dNat69JvERtv5HVeTptvAwuyc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PPrsM5kgBJ2IeCTmCiph43wu5BK16vyl { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:4.888675rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:3.39697265625rem;left:22.68359375rem;display:block; }
#WQuqTsBqfKqH6tO3Aa2GMpuI316Qh0RR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w7fSNZTorDlHJSBTTtpw4Q0nk60I4NvQ { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:4.93555rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:3.37353515625rem;left:15.1201171875rem;display:block; }
#tdToQMxlKGJM13coZpIGuKLeoZSgTiqI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vr6yvXLXex5JOoZpLmwLzplmBCiNoTi5 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:4.9516625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3.42919921875rem;left:67.68603515625rem;display:block; }
#kcMIV8IWuJnr63vvq0u1RJPpSd95DDKJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HQSM49OnsFdzKyNXWp7VIuwF66FRngRe { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:5.061525rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:3.310546875rem;left:45.1845703125rem;display:block; }
#SeBXH2teiAUInknf2pD4N7qvqrtfP4wk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dqQ7gJm6V0bAqTSswc47dTWWZsVWVs9G { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:4.874025rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:3.404296875rem;left:37.6201171875rem;display:block; }
#HDPH23nPFF3a2S7311mJorTmZ6iidQnn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DQMtQveJhJqBEcIMCnBxrmTP7D3m1O3e { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:5.061525rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:3.375rem;left:52.71728515625rem;display:block; }
#VXnCAZTMqlpduwb4TvDT4ft2Xn0vLKdA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I4dxe14dN23NXUubaVsPcKUtftDVstC2 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:4.8110375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:3.46728515625rem;left:30.24609375rem;display:block; }
#hTNHCJiC9RbDXuq1llzJZp9ZG67KHGya { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pCVizUzSGRLl0WZsn4P6BVdDo6UP8Jv6 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.812rem;height:4.9985375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3.37353515625rem;left:60.21826171875rem;display:block; }
#wpKzhI819TycIZgLJttIrxNJhIrqMvXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qkXGFqTCZUshrMEeAhBHtTEnTcXnXeFK { background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom: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; }#qkXGFqTCZUshrMEeAhBHtTEnTcXnXeFK > .row .container { background-color: transparent; background-image: none; }#qkXGFqTCZUshrMEeAhBHtTEnTcXnXeFK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkXGFqTCZUshrMEeAhBHtTEnTcXnXeFK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkXGFqTCZUshrMEeAhBHtTEnTcXnXeFK > .row .container > .video-iframe-container { display: none; }#qkXGFqTCZUshrMEeAhBHtTEnTcXnXeFK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qkXGFqTCZUshrMEeAhBHtTEnTcXnXeFK > .row > .video-iframe-container { display: none; }#qkXGFqTCZUshrMEeAhBHtTEnTcXnXeFK > .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); }#qkXGFqTCZUshrMEeAhBHtTEnTcXnXeFK > .row .container { border-width: 0; border-radius: 0; }#qkXGFqTCZUshrMEeAhBHtTEnTcXnXeFK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qkXGFqTCZUshrMEeAhBHtTEnTcXnXeFK > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#iqfhoRS9d1Ek5hy24BnwpQwcsESmmSyZ { color:#b58109;display:block;width:58.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.75rem;left:8.21875rem;height:2.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FNyB9G2DCeo6mitbywXuF7U1z4BiGVvI { box-sizing:content-box;height:27.3125rem;width:75rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.125rem;left:0rem;border-top:0.0625rem solid #b58109;border-left:0.0625rem solid #b58109;border-right:0.0625rem solid #b58109;border-bottom:0.0625rem solid #b58109;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#QOrbQqzMKoc83I0lDO3OGdDH6Ls00y3B { color:rgba(var(--color-tertiary-3),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:11.125rem;left:1.5rem;height:1.79948125rem;font-style:normal;display:block; }
#cO0aF5Pha6MzZ2WM4Wml4lms6QNLw3HT { color:rgba(var(--color-tertiary-3),1);display:block;width:42.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:13.5625rem;left:1.5rem;height:20.71875rem;text-align:justify;text-align-last:initial;display:block; }
#Wc6kXzhp6aipTHE1RULoyk7td9J4TUAJ { box-sizing:content-box;height:22.5rem;width:26.25rem;position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/72c3ca4c-b119-40bb-9b3d-7eabe9470210/image768x576.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.75rem;left:47.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#Wc6kXzhp6aipTHE1RULoyk7td9J4TUAJ.adaptive-delivery-prevent-bg, #Wc6kXzhp6aipTHE1RULoyk7td9J4TUAJ.lazyload, #Wc6kXzhp6aipTHE1RULoyk7td9J4TUAJ.lazyloading { background-image: none; }
#LcFmbuexprxtWV89t0JDh6zR9NwiNFnQ { background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom: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; }#LcFmbuexprxtWV89t0JDh6zR9NwiNFnQ > .row .container { background-color: transparent; background-image: none; }#LcFmbuexprxtWV89t0JDh6zR9NwiNFnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcFmbuexprxtWV89t0JDh6zR9NwiNFnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcFmbuexprxtWV89t0JDh6zR9NwiNFnQ > .row .container > .video-iframe-container { display: none; }#LcFmbuexprxtWV89t0JDh6zR9NwiNFnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LcFmbuexprxtWV89t0JDh6zR9NwiNFnQ > .row > .video-iframe-container { display: none; }#LcFmbuexprxtWV89t0JDh6zR9NwiNFnQ > .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); }#LcFmbuexprxtWV89t0JDh6zR9NwiNFnQ > .row .container { border-width: 0; border-radius: 0; }#LcFmbuexprxtWV89t0JDh6zR9NwiNFnQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LcFmbuexprxtWV89t0JDh6zR9NwiNFnQ > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#u7G4EhVrvK9BRNPItieV4ZmWUykgVenT { box-sizing:content-box;height:27.3125rem;width:75rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #b58109;border-left:0.0625rem solid #b58109;border-right:0.0625rem solid #b58109;border-bottom:0.0625rem solid #b58109;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#w06odgnTtGxDHe3TDK8zMMsHJ7ZEl60g { color:rgba(var(--color-tertiary-3),1);display:block;width:42.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:4.4375rem;left:29.8125rem;height:17.53125rem;text-align:justify;text-align-last:initial;display:block; }
#ckKHsDu9iuVhlkrCroTp2RsbIZJPxssc { color:rgba(var(--color-tertiary-3),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:2rem;left:29.8125rem;height:1.799925rem;font-style:normal;display:block; }
#KkBpHZoCNArKkWuZr74VhOqZPhmvMhmV { box-sizing:content-box;height:22.5rem;width:26.25rem;position:absolute;display:block;z-index:15030;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4defdf29-9289-4903-8347-bf6290b63105/Rectangle916.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.625rem;left:1.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#KkBpHZoCNArKkWuZr74VhOqZPhmvMhmV.adaptive-delivery-prevent-bg, #KkBpHZoCNArKkWuZr74VhOqZPhmvMhmV.lazyload, #KkBpHZoCNArKkWuZr74VhOqZPhmvMhmV.lazyloading { background-image: none; }
#cJcmxnyR6WF3VOLo1eUTbsBGwkuUfnXq { background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom: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; }#cJcmxnyR6WF3VOLo1eUTbsBGwkuUfnXq > .row .container { background-color: transparent; background-image: none; }#cJcmxnyR6WF3VOLo1eUTbsBGwkuUfnXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJcmxnyR6WF3VOLo1eUTbsBGwkuUfnXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJcmxnyR6WF3VOLo1eUTbsBGwkuUfnXq > .row .container > .video-iframe-container { display: none; }#cJcmxnyR6WF3VOLo1eUTbsBGwkuUfnXq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cJcmxnyR6WF3VOLo1eUTbsBGwkuUfnXq > .row > .video-iframe-container { display: none; }#cJcmxnyR6WF3VOLo1eUTbsBGwkuUfnXq > .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); }#cJcmxnyR6WF3VOLo1eUTbsBGwkuUfnXq > .row .container { border-width: 0; border-radius: 0; }#cJcmxnyR6WF3VOLo1eUTbsBGwkuUfnXq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cJcmxnyR6WF3VOLo1eUTbsBGwkuUfnXq > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#WxFAVXG5F0FeVTLJCfpmPEHT0HdQhVlT { box-sizing:content-box;height:27.3125rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #b58109;border-left:0.0625rem solid #b58109;border-right:0.0625rem solid #b58109;border-bottom:0.0625rem solid #b58109;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#eu226CieFwyJtt3eulIExD8u4oPHsZN9 { color:rgba(var(--color-tertiary-3),1);display:block;width:42.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:4.4375rem;left:1.5rem;height:22.3125rem;text-align:justify;text-align-last:initial;display:block; }
#NXlVAJhsOTFZXESLcTDrhCqkMfLTcAMA { box-sizing:content-box;height:22.5rem;width:26.25rem;position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ec97e2df-f49d-4ac6-9ddc-15f7684b0d0b/Rectangle917.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.48291015625rem;left:47.4365234375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#NXlVAJhsOTFZXESLcTDrhCqkMfLTcAMA.adaptive-delivery-prevent-bg, #NXlVAJhsOTFZXESLcTDrhCqkMfLTcAMA.lazyload, #NXlVAJhsOTFZXESLcTDrhCqkMfLTcAMA.lazyloading { background-image: none; }
#GoSG28q5KAn6BQGg3vKdBtVkpnZ0Ql1W { color:rgba(var(--color-tertiary-3),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:2rem;left:1.5rem;height:1.799925rem;font-style:normal;display:block; }
#orgDQUu6pP7XhnfNt4VppMw4iqLpKbX9 { background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom: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; }#orgDQUu6pP7XhnfNt4VppMw4iqLpKbX9 > .row .container { background-color: transparent; background-image: none; }#orgDQUu6pP7XhnfNt4VppMw4iqLpKbX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orgDQUu6pP7XhnfNt4VppMw4iqLpKbX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orgDQUu6pP7XhnfNt4VppMw4iqLpKbX9 > .row .container > .video-iframe-container { display: none; }#orgDQUu6pP7XhnfNt4VppMw4iqLpKbX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#orgDQUu6pP7XhnfNt4VppMw4iqLpKbX9 > .row > .video-iframe-container { display: none; }#orgDQUu6pP7XhnfNt4VppMw4iqLpKbX9 > .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); }#orgDQUu6pP7XhnfNt4VppMw4iqLpKbX9 > .row .container { border-width: 0; border-radius: 0; }#orgDQUu6pP7XhnfNt4VppMw4iqLpKbX9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#orgDQUu6pP7XhnfNt4VppMw4iqLpKbX9 > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;overflow:visible;position:relative;display:block; }#RS0Wn3CsMzSZltbOIxxSxqMa23SDT0Tz { box-sizing:content-box;height:26rem;width:75rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #b58109;border-left:0.0625rem solid #b58109;border-right:0.0625rem solid #b58109;border-bottom:0.0625rem solid #b58109;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#QA4lzTtbqfvqmgKi3vwnGozIUEDa5VZK { box-sizing:content-box;height:22.5rem;width:26.25rem;position:absolute;display:block;z-index:15034;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fb053a41-ba4f-4a80-a975-ed4a37de3253/Rectangle918.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.6875rem;left:1.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#QA4lzTtbqfvqmgKi3vwnGozIUEDa5VZK.adaptive-delivery-prevent-bg, #QA4lzTtbqfvqmgKi3vwnGozIUEDa5VZK.lazyload, #QA4lzTtbqfvqmgKi3vwnGozIUEDa5VZK.lazyloading { background-image: none; }
#s6zaznphs90BfEAzPa4dkCqOBEd5k0dk { color:rgba(var(--color-tertiary-3),1);display:block;width:42.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.5;letter-spacing:0;top:4.4375rem;left:29.8125rem;height:17.53125rem;text-align:justify;text-align-last:initial;display:block; }
#HOdukcnBgxpq6py8GhTrEIVb6IVWTaFm { color:rgba(var(--color-tertiary-3),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:2rem;left:29.8125rem;height:1.799925rem;font-style:normal;display:block; }
#Megq1Mzkxi6cVhFFQwsG68NFZuq4d8mD { background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom: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; }#Megq1Mzkxi6cVhFFQwsG68NFZuq4d8mD > .row .container { background-color: transparent; background-image: none; }#Megq1Mzkxi6cVhFFQwsG68NFZuq4d8mD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Megq1Mzkxi6cVhFFQwsG68NFZuq4d8mD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Megq1Mzkxi6cVhFFQwsG68NFZuq4d8mD > .row .container > .video-iframe-container { display: none; }#Megq1Mzkxi6cVhFFQwsG68NFZuq4d8mD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Megq1Mzkxi6cVhFFQwsG68NFZuq4d8mD > .row > .video-iframe-container { display: none; }#Megq1Mzkxi6cVhFFQwsG68NFZuq4d8mD > .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); }#Megq1Mzkxi6cVhFFQwsG68NFZuq4d8mD > .row .container { border-width: 0; border-radius: 0; }#Megq1Mzkxi6cVhFFQwsG68NFZuq4d8mD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Megq1Mzkxi6cVhFFQwsG68NFZuq4d8mD > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;overflow:visible;position:relative;display:block; }#DwOsgJ9TUJg8tOQdZrpaF04x12TI5PHt { box-sizing:content-box;height:25.6875rem;width:75rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #b58109;border-left:0.0625rem solid #b58109;border-right:0.0625rem solid #b58109;border-bottom:0.0625rem solid #b58109;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#QoeiA32V2PfWMUBrBp63f6EJbBOttyNW { color:rgba(var(--color-tertiary-3),1);display:block;width:42.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:4.4375rem;left:1.5rem;height:20.71875rem;text-align:justify;text-align-last:initial;display:block; }
#NDU4ocNh6VGFkKtZqtFQtJc8bweUs6TT { box-sizing:content-box;height:22.5rem;width:26.25rem;position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/947ccd16-c3a3-47c5-95c6-a844550db84e/Rectangle919.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.625rem;left:47.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#NDU4ocNh6VGFkKtZqtFQtJc8bweUs6TT.adaptive-delivery-prevent-bg, #NDU4ocNh6VGFkKtZqtFQtJc8bweUs6TT.lazyload, #NDU4ocNh6VGFkKtZqtFQtJc8bweUs6TT.lazyloading { background-image: none; }
#Tc9sbgOu9fCqWB5RfTShsMTsG3VRAOoM { color:rgba(var(--color-tertiary-3),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:2rem;left:1.5rem;height:1.799925rem;font-style:normal;display:block; }
#aonxTFCIf2wQ4aLbWt93MtpTkMVDOSg1 { background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom: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; }#aonxTFCIf2wQ4aLbWt93MtpTkMVDOSg1 > .row .container { background-color: transparent; background-image: none; }#aonxTFCIf2wQ4aLbWt93MtpTkMVDOSg1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aonxTFCIf2wQ4aLbWt93MtpTkMVDOSg1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aonxTFCIf2wQ4aLbWt93MtpTkMVDOSg1 > .row .container > .video-iframe-container { display: none; }#aonxTFCIf2wQ4aLbWt93MtpTkMVDOSg1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aonxTFCIf2wQ4aLbWt93MtpTkMVDOSg1 > .row > .video-iframe-container { display: none; }#aonxTFCIf2wQ4aLbWt93MtpTkMVDOSg1 > .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); }#aonxTFCIf2wQ4aLbWt93MtpTkMVDOSg1 > .row .container { border-width: 0; border-radius: 0; }#aonxTFCIf2wQ4aLbWt93MtpTkMVDOSg1 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aonxTFCIf2wQ4aLbWt93MtpTkMVDOSg1 > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;overflow:visible;position:relative;display:block; }#Ws0UtCulXHlPs8iTKaCGpWnAx7HnD7hy { box-sizing:content-box;height:26rem;width:75rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #b58109;border-left:0.0625rem solid #b58109;border-right:0.0625rem solid #b58109;border-bottom:0.0625rem solid #b58109;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#iGn3Rh8AOKyn012zoAhZ2wKsLZTyTrgC { box-sizing:content-box;height:22.5rem;width:26.25rem;position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/dabda7f5-01e2-4bd8-b289-2c75004c5f4b/Rectangle920.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.6875rem;left:1.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#iGn3Rh8AOKyn012zoAhZ2wKsLZTyTrgC.adaptive-delivery-prevent-bg, #iGn3Rh8AOKyn012zoAhZ2wKsLZTyTrgC.lazyload, #iGn3Rh8AOKyn012zoAhZ2wKsLZTyTrgC.lazyloading { background-image: none; }
#BkzP8IlMxU4E4fhxUWd5bssgduDuGrVU { color:rgba(var(--color-tertiary-3),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:3.0615234375rem;left:29.81201171875rem;height:1.79948125rem;font-style:normal;display:block; }
#Ra53kwowsHBTJuAi3I7cc4xutw9sN6A2 { color:rgba(var(--color-tertiary-3),1);display:block;width:42.68675rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:6.767578125rem;left:29.81201171875rem;height:14.34375rem;text-align:justify;text-align-last:initial;display:block; }
#f7P0NT7m5e47r9TQCMXKemgaV0d9TxAs { background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom: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; }#f7P0NT7m5e47r9TQCMXKemgaV0d9TxAs > .row .container { background-color: transparent; background-image: none; }#f7P0NT7m5e47r9TQCMXKemgaV0d9TxAs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7P0NT7m5e47r9TQCMXKemgaV0d9TxAs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7P0NT7m5e47r9TQCMXKemgaV0d9TxAs > .row .container > .video-iframe-container { display: none; }#f7P0NT7m5e47r9TQCMXKemgaV0d9TxAs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7P0NT7m5e47r9TQCMXKemgaV0d9TxAs > .row > .video-iframe-container { display: none; }#f7P0NT7m5e47r9TQCMXKemgaV0d9TxAs > .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); }#f7P0NT7m5e47r9TQCMXKemgaV0d9TxAs > .row .container { border-width: 0; border-radius: 0; }#f7P0NT7m5e47r9TQCMXKemgaV0d9TxAs > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#f7P0NT7m5e47r9TQCMXKemgaV0d9TxAs > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#SMTt23TyccoaFlVx9fx1qWENdufTHQ6R { box-sizing:content-box;height:25.8125rem;width:75rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #b58109;border-left:0.0625rem solid #b58109;border-right:0.0625rem solid #b58109;border-bottom:0.0625rem solid #b58109;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#F5d2lEciPiv3y3TTWcchKQozaKt8qrz7 { color:rgba(var(--color-tertiary-3),1);display:block;width:42.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:4.4375rem;left:1.5rem;height:17.53125rem;text-align:justify;text-align-last:initial;display:block; }
#gNg19eU4fc5tTEXBzSXXlwDS3Zs4hDqL { box-sizing:content-box;height:22.5rem;width:26.25rem;position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b499fb14-f0a0-4114-b7ca-a0e3ad1a407d/Rectangle921.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.625rem;left:47.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#gNg19eU4fc5tTEXBzSXXlwDS3Zs4hDqL.adaptive-delivery-prevent-bg, #gNg19eU4fc5tTEXBzSXXlwDS3Zs4hDqL.lazyload, #gNg19eU4fc5tTEXBzSXXlwDS3Zs4hDqL.lazyloading { background-image: none; }
#GAwV2VUpTB6JzTir6k8ipRTH0JJ9cHEJ { color:rgba(var(--color-tertiary-3),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:2rem;left:1.5rem;height:1.799925rem;font-style:normal;display:block; }
#PTFyAgFQlHgJUDOk7UlW9Qx4cNZKCTdK { background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom: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; }#PTFyAgFQlHgJUDOk7UlW9Qx4cNZKCTdK > .row .container { background-color: transparent; background-image: none; }#PTFyAgFQlHgJUDOk7UlW9Qx4cNZKCTdK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTFyAgFQlHgJUDOk7UlW9Qx4cNZKCTdK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTFyAgFQlHgJUDOk7UlW9Qx4cNZKCTdK > .row .container > .video-iframe-container { display: none; }#PTFyAgFQlHgJUDOk7UlW9Qx4cNZKCTdK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTFyAgFQlHgJUDOk7UlW9Qx4cNZKCTdK > .row > .video-iframe-container { display: none; }#PTFyAgFQlHgJUDOk7UlW9Qx4cNZKCTdK > .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); }#PTFyAgFQlHgJUDOk7UlW9Qx4cNZKCTdK > .row .container { border-width: 0; border-radius: 0; }#PTFyAgFQlHgJUDOk7UlW9Qx4cNZKCTdK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PTFyAgFQlHgJUDOk7UlW9Qx4cNZKCTdK > .row .container { font-size:0.875rem;font-family:arial;height:27.875rem;width:75rem;overflow:visible;position:relative;display:block; }#XDafysX9wuGksTZgpk19BaXUr84gGrlb { box-sizing:content-box;height:26rem;width:75rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #b58109;border-left:0.0625rem solid #b58109;border-right:0.0625rem solid #b58109;border-bottom:0.0625rem solid #b58109;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#LEyThyPDl4F4plw8cXLpEyTxWLMPCZue { box-sizing:content-box;height:22.5rem;width:26.25rem;position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/96c8d236-a957-4513-9b3a-93123b6c663c/image768x5761.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.6875rem;left:1.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#LEyThyPDl4F4plw8cXLpEyTxWLMPCZue.adaptive-delivery-prevent-bg, #LEyThyPDl4F4plw8cXLpEyTxWLMPCZue.lazyload, #LEyThyPDl4F4plw8cXLpEyTxWLMPCZue.lazyloading { background-image: none; }
#a8NVfq1e267BAWm3Mwh9DrukPb8xKQ2Q { color:rgba(var(--color-tertiary-3),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:1.68701171875rem;left:29.81201171875rem;height:1.79948125rem;font-style:normal;display:block; }
#ZPeLUaUCeqwTme16bAtCQ9Op2yJTCaT0 { color:rgba(var(--color-tertiary-3),1);display:block;width:42.6855625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:3.58154296875rem;left:29.81201171875rem;height:20.71875rem;text-align:justify;text-align-last:initial;display:block; }
#WCIL0H7NJikLy7dehiQftJXbga3lyIQp { background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom: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; }#WCIL0H7NJikLy7dehiQftJXbga3lyIQp > .row .container { background-color: transparent; background-image: none; }#WCIL0H7NJikLy7dehiQftJXbga3lyIQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCIL0H7NJikLy7dehiQftJXbga3lyIQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCIL0H7NJikLy7dehiQftJXbga3lyIQp > .row .container > .video-iframe-container { display: none; }#WCIL0H7NJikLy7dehiQftJXbga3lyIQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WCIL0H7NJikLy7dehiQftJXbga3lyIQp > .row > .video-iframe-container { display: none; }#WCIL0H7NJikLy7dehiQftJXbga3lyIQp > .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); }#WCIL0H7NJikLy7dehiQftJXbga3lyIQp > .row .container { border-width: 0; border-radius: 0; }#WCIL0H7NJikLy7dehiQftJXbga3lyIQp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WCIL0H7NJikLy7dehiQftJXbga3lyIQp > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#UKJSWtbHiSPU7ZB5TWk5pJSk9IlyZNRy { box-sizing:content-box;height:28.3125rem;width:75rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #b58109;border-left:0.0625rem solid #b58109;border-right:0.0625rem solid #b58109;border-bottom:0.0625rem solid #b58109;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#D4WvhFTGGTWDGhu09ZO9kg1pTIeFt3mL { color:rgba(var(--color-tertiary-3),1);display:block;width:42.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:4.4375rem;left:1.5rem;height:20.71875rem;text-align:justify;text-align-last:initial;display:block; }
#nLxme9ZiKS3xgqrRgBEuiIPA4tFUxFK8 { box-sizing:content-box;height:22.5rem;width:26.25rem;position:absolute;display:block;z-index:15042;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ce4a608b-4436-4e5b-8310-392cbb4433c0/Rectangle850.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.625rem;left:47.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#nLxme9ZiKS3xgqrRgBEuiIPA4tFUxFK8.adaptive-delivery-prevent-bg, #nLxme9ZiKS3xgqrRgBEuiIPA4tFUxFK8.lazyload, #nLxme9ZiKS3xgqrRgBEuiIPA4tFUxFK8.lazyloading { background-image: none; }
#f4dAHfmFcfyiqKQydN8vlOLG6ws421Oi { color:rgba(var(--color-tertiary-3),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15040;line-height:1.2;letter-spacing:0;top:2rem;left:1.5rem;height:1.79948125rem;font-style:normal;display:block; }
#aqpAPbfoJ38xdFFV6CqEIaITpsNrf2DQ { background-color:#f2f2f2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom: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; }#aqpAPbfoJ38xdFFV6CqEIaITpsNrf2DQ > .row .container { background-color: transparent; background-image: none; }#aqpAPbfoJ38xdFFV6CqEIaITpsNrf2DQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqpAPbfoJ38xdFFV6CqEIaITpsNrf2DQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqpAPbfoJ38xdFFV6CqEIaITpsNrf2DQ > .row .container > .video-iframe-container { display: none; }#aqpAPbfoJ38xdFFV6CqEIaITpsNrf2DQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aqpAPbfoJ38xdFFV6CqEIaITpsNrf2DQ > .row > .video-iframe-container { display: none; }#aqpAPbfoJ38xdFFV6CqEIaITpsNrf2DQ > .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); }#aqpAPbfoJ38xdFFV6CqEIaITpsNrf2DQ > .row .container { border-width: 0; border-radius: 0; }#aqpAPbfoJ38xdFFV6CqEIaITpsNrf2DQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aqpAPbfoJ38xdFFV6CqEIaITpsNrf2DQ > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#NAaU1fv48oIOyzFoumdQM4M2TppfFEUZ { box-sizing:content-box;height:26rem;width:75rem;position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:0rem;border-top:0.0625rem solid #b58109;border-left:0.0625rem solid #b58109;border-right:0.0625rem solid #b58109;border-bottom:0.0625rem solid #b58109;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#efczN6TdC62QE2xWpMrvdMpy7ApTWfOp { box-sizing:content-box;height:22.5rem;width:26.25rem;position:absolute;display:block;z-index:15038;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/20bdc395-42bb-4cbb-9fd4-f4ebb4b4aeca/image14.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.6875rem;left:1.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#efczN6TdC62QE2xWpMrvdMpy7ApTWfOp.adaptive-delivery-prevent-bg, #efczN6TdC62QE2xWpMrvdMpy7ApTWfOp.lazyload, #efczN6TdC62QE2xWpMrvdMpy7ApTWfOp.lazyloading { background-image: none; }
#O5HadThtXWavTm9nLxLndk5DFpWWsOEl { color:rgba(var(--color-tertiary-3),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15036;line-height:1.2;letter-spacing:0;top:1.43603515625rem;left:29.81103515625rem;height:1.79948125rem;font-style:normal;display:block; }
#ZA7ZmBRtTzbCqXt5wXU5aPMB5xKJcE5O { color:rgba(var(--color-tertiary-3),1);display:block;width:42.6855625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:3.58154296875rem;left:29.81201171875rem;height:22.3125rem;text-align:justify;text-align-last:initial;display:block; }
#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl { z-index:;position:relative;display:block; }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl { background-color: transparent; background-image: none; }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl > .row .container > .video-iframe-container { display: none; }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl > .row > .video-iframe-container { display: none; }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl > .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); }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl { border-width: 0; border-radius: 0; }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:37.6875rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#vN5MQd3hrRZbvviyUMB4VwGWxakuc9Ct { color:rgba(var(--color-primary-4),1);display:block;width:39.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:3.4375rem;left:17.65625rem;height:2.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GPs3Asoc1uFDWJKogZyZpDe1dV57SU7D { box-sizing:content-box;height:18.25rem;width:24.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.9375rem;left:0rem;box-shadow: 0rem 1.25rem 3.125rem rgba(var(--color-tertiary-4),0.07) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#z58i5QmdXJI3xBJBWdNRaUIXHa8OaBFV { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:21.358642578125rem;left:8.90625rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AbM66dtn7tMufWifQp6uxfESaMIBtmVb { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:14.437255859375rem;left:1.40625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#PZWOB2Tq9WEsUcXp0RCl8owqoxaw52TL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:22.764892578125rem;left:8.59375rem;overflow:hidden;display:block; }
#lcGd4QvBGyypgdsv4EPTdnfPtB8m0TvT { background-color:rgba(var(--color-primary-4),1);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.875rem;left:27.1875rem;display:block; }
#J19SqmD9VEtS9vTTWQZvJ7fMiRDTB5IE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Aa5ekl1DrlvhNiJMRQndL2Amvy3nHPLF { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.875rem;left:1.40625rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gvnG7T7yhVPuXN1vcJPLd0nZBFCnVUMs { box-sizing:content-box;height:18.25rem;width:24.0625rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.9375rem;left:25.5rem;box-shadow: 0rem 1.25rem 3.125rem rgba(var(--color-tertiary-4),0.07) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#IEgdzxIorPdc3aoxmH9pB2a6rXS4eAOv { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.875rem;top:22.7490234375rem;left:31.80908203125rem;overflow:hidden;display:block; }
#TXUU3HpWx1G0kF1NfI9HQ5NuWusL0GkR { color:rgba(var(--color-tertiary-4),1);display:block;width:7.312rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:21.3427734375rem;left:31.591796875rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gZlAdnnbXvozrQ4ofZAxT17aG1GUMLau { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:14.4375rem;left:26.9375rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#cpklN493C7zfkegbWqF4nJrBWHt3SJ7h { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.875rem;left:26.875rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U67GSqRK2KfE75cqLdrqgiTdpoA48hfE { box-sizing:content-box;height:18.25rem;width:24.0625rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:8.9375rem;left:50.9375rem;box-shadow: 0rem 1.25rem 3.125rem rgba(var(--color-tertiary-4),0.07) ;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#CHbfk9ozetcsW4t6JPmcXqAJCyQfLucR { position:absolute;display:block;z-index:15026;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:1.25rem;width:6.875rem;top:22.7490234375rem;left:57.24609375rem;overflow:hidden;display:block; }
#WKVS2uNhcP1B5gfTP850biTl8Ih1Gimb { color:rgba(var(--color-tertiary-4),1);display:block;width:5.81176875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:21.3427734375rem;left:57.777099609375rem;height:1.40625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ruMITyapiuBvIUt2kWuKzdhyHtty6SLG { color:rgba(var(--color-tertiary-4),1);display:block;width:21.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:14.4375rem;left:52.375rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#kwxuGUoVxNsfqAvxu7NTcbCeIFvs5dnC { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:10.875rem;left:52.3125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L0roLHQXVLrU04WHF760RbkhIkrqsz9u { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom: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; }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row .container { background-color: transparent; background-image: none; }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row .container > .video-iframe-container { display: none; }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row > .video-iframe-container { display: none; }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .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); }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row .container { border-width: 0; border-radius: 0; }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:75rem;overflow:visible;position:relative;display:block; }#BMpSDuJgK3eip2PHWJwhZvDhg1siUqtG { color:rgba(var(--color-tertiary-0),1);display:block;width:41rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:3.9375rem;left:17rem;height:2.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThpaU2pOIfrTzRrW5CfsP8xbt1tCKkV6 { position:absolute;display:block;z-index:15006;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:18.125rem;top:8.812255859375rem;left:0rem;overflow:hidden;display:block; }
#TMMxHMwwa7bzs8Nfzssbh7Z0xwp3K6UQ { position:absolute;display:block;z-index:15007;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:18.125rem;top:8.8125rem;left:18.9375rem;overflow:hidden;display:block; }
#Mvw0w7cP0wTkLoFZ4gsgaATFizyes10Z { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:18.125rem;top:8.8125rem;left:37.8125rem;overflow:hidden;display:block; }
#s9tPQKmdeLLD6dFC0VuH6QfCMvsGKmTT { position:absolute;display:block;z-index:15009;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:18.125rem;top:8.8125rem;left:56.75rem;overflow:hidden;display:block; }
#yX0l0aS6W1971mihuLfQrIZ5aVcnDqEW { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:18.125rem;top:26.125rem;left:18.9375rem;overflow:hidden;display:block; }
#c2Z3x4x5Jy3oR7hqo1FKHJHPxNkaSduX { position:absolute;display:block;z-index:15012;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:18.125rem;top:26.125rem;left:37.8125rem;overflow:hidden;display:block; }
#z2wO4fR2xdyTRJ9OzvmQZlTbchifJSmM { position:absolute;display:block;z-index:15013;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:18.125rem;top:26.125rem;left:56.75rem;overflow:hidden;display:block; }
#vNITW0vBwAZaf4ZFaLsz5STZvMUA1V3H { position:absolute;display:block;z-index:15010;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:16.25rem;width:18.125rem;top:26.125rem;left:0rem;overflow:hidden;display:block; }
#et7ToAl8n7BTMy9CR4mLTVPuPr1GKkFi { position:relative;display:none; }#et7ToAl8n7BTMy9CR4mLTVPuPr1GKkFi { border-width: 0; border-radius: 0; }#et7ToAl8n7BTMy9CR4mLTVPuPr1GKkFi > .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; }#et7ToAl8n7BTMy9CR4mLTVPuPr1GKkFi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.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:none; }#OQQTSuu0v4emU54UTwW7HIzaNFqFgNhc { color:rgba(var(--color-primary-4),1);display:block;width:47.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:4.0625rem;left:13.71875rem;height:2.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VKJNPX4EOlocHGFCIIOLH7G7yA6vQbRG { box-sizing:content-box;height:37.1875rem;width:23.6875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.6875rem;left:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.12) ;display:block; }
#anrtXuI3bHbbDxuz5Xc3lTnTnbcK1JXd { color:rgba(var(--color-primary-4),1);display:block;width:21.93725rem;position:absolute;font-family:"kumbh sans";font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:10.435791015625rem;left:0.872802734375rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owos9yHZAUPsifAEVmV172w3UJTtCLxJ { position:absolute;display:block;z-index:15005;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.875rem;width:17.75rem;top:13.499755859375rem;left:2.967529296875rem;overflow:hidden;display:block; }
#nuAK9CNKPoAdl0yPRHttgngDWhfTuLK5 { position:absolute;display:block;z-index:15031;height:9.6228125rem;width:17.7478125rem;top:28.7353515625rem;left:2.96875rem;display:block; }
#mHrNEeif2ToXHma5pIRp3xPsde6SdZCW { box-sizing:content-box;height:37.125rem;width:23.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.6875rem;left:25.6875rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.12) ;display:block; }
#iCGdKXtgNezfMZRO5g9kxLfzxQo6XcIZ { position:absolute;display:block;z-index:15036;height:9.6228125rem;width:17.7478125rem;top:28.7353515625rem;left:28.62548828125rem;display:block; }
#u83wWD17WhXqMRrFnL9O0Z0rqzidSkw3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:17.75rem;top:13.49853515625rem;left:28.624267578125rem;overflow:hidden;display:block; }
#hOEblkzoryeUwhrKGRGhsg7ayVPQkgX2 { color:rgba(var(--color-primary-4),1);display:block;width:21.93725rem;position:absolute;font-family:"kumbh sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:10.4375rem;left:26.5625rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oqUBN1zgUAgu4MnlJPL2ifO9PunlZrHi { box-sizing:content-box;height:37rem;width:23.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.6875rem;left:51.375rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.125rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.12) ;display:block; }
#KBymTz7fKzJv7KNKNymkDQQdtKLSG8rT { position:absolute;display:block;z-index:15041;height:9.6228125rem;width:17.7478125rem;top:28.7353515625rem;left:54.34326171875rem;display:block; }
#Er83l4c970ZimB1KlQTNu4gECxvQWec9 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:17.75rem;top:13.49853515625rem;left:54.342041015625rem;overflow:hidden;display:block; }
#ots9sMToR8b8IfTocd38Q8oN2w5wRiVE { color:rgba(var(--color-primary-4),1);display:block;width:21.93725rem;position:absolute;font-family:"kumbh sans";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:10.4375rem;left:52.25rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XwnppvKgkIoQQu1pP7OWp3zp3lzL87kX { color:rgba(var(--color-tertiary-3),1);display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15042;line-height:1.5;letter-spacing:0;top:23.95751953125rem;left:2.967529296875rem;height:3.1875rem;text-align:justify;text-align-last:initial;display:block; }
#wOayCcAUQS2yPMo5uGwRfaIfySf4Nhu9 { color:rgba(var(--color-tertiary-3),1);display:block;width:17.749rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:23.95751953125rem;left:28.62548828125rem;height:4.78125rem;text-align:justify;text-align-last:initial;display:block; }
#A212lV77yNDPSckUWfnTtrNe1uT0rHmu { color:rgba(var(--color-tertiary-3),1);display:block;width:17.7478125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15044;line-height:1.5;letter-spacing:0;top:23.95751953125rem;left:54.34326171875rem;height:4.78125rem;text-align:justify;text-align-last:initial;display:block; }
#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH > .row .container { background-color: transparent; background-image: none; }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH > .row .container > .video-iframe-container { display: none; }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH > .row > .video-iframe-container { display: none; }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH > .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); }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH > .row .container { border-width: 0; border-radius: 0; }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH > .row .container { font-size:0.875rem;font-family:arial;height:32.5rem;width:75rem;position:relative;display:block; }#iWT8625lP6EtiKF1vAqFAWdiwL6Pm4sG { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.5625rem;width:34.875rem;top:6.46875rem;left:32.625rem;display:block; }
#uvnGJdf83T445EqW69C8nRl29pTNAkTw { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);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:2rem;width:12.5rem;top:4.625rem;left:55rem;display:block; }
#gLqB98XIZeOQsdELH3t6MHe807JHTATa { color:rgba(var(--color-primary-4),1);display:block;width:24.43725rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:4.6240234375rem;left:6.1865234375rem;height:2.69986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RI4LUImVm3IQMTuAe4hN7UhccORqLsAZ { color:rgba(var(--color-tertiary-3),1);display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1.5;letter-spacing:0;top:8.011474609375rem;left:1.8125rem;height:16.875rem;text-align:justify;text-align-last:initial;display:block; }
#TmZbouLE4m5Eqh1wG4mlywmKmiODJObg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#TmZbouLE4m5Eqh1wG4mlywmKmiODJObg > .row .container { background-color: transparent; background-image: none; }#TmZbouLE4m5Eqh1wG4mlywmKmiODJObg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmZbouLE4m5Eqh1wG4mlywmKmiODJObg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmZbouLE4m5Eqh1wG4mlywmKmiODJObg > .row .container > .video-iframe-container { display: none; }#TmZbouLE4m5Eqh1wG4mlywmKmiODJObg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TmZbouLE4m5Eqh1wG4mlywmKmiODJObg > .row > .video-iframe-container { display: none; }#TmZbouLE4m5Eqh1wG4mlywmKmiODJObg > .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); }#TmZbouLE4m5Eqh1wG4mlywmKmiODJObg > .row .container { border-width: 0; border-radius: 0; }#TmZbouLE4m5Eqh1wG4mlywmKmiODJObg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TmZbouLE4m5Eqh1wG4mlywmKmiODJObg > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;position:relative;display:block; }#sgJsABU6whPwKyl1qo4HcE4L9e3yQfMZ { color:rgba(var(--color-primary-4),1);display:block;width:72.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.625rem;left:1.03125rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr .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:#f5f5f5;background-image:none;vertical-align:top; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr .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; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);height:auto;color:#102039; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr .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:var(--paragraphs-font-family);height:auto;line-height:1.5;overflow:hidden;color:#787878; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr .accordion-trigger.adaptive-delivery-prevent-bg, #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr .accordion-trigger.lazyload, #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr .accordion-trigger.lazyloading { background-image: none; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr { box-sizing:content-box;height:auto;width:69.0625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.68701171875rem;left:1.8125rem; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #rrDqvBbf31HNDqAn7iMe3TwpkWV9v0TB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #RaSDC84VptJaTGXJNL75P71UScsQqm0T { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #Z8CJXIaPE6IDk3WcWpTzPZ4FRgDFf7uy { display:block;position:relative; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #neyLEP3rPhWpHVB8ZdlPQ1Eto0aX8DeX {  }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #Z3FkrvUdTCN8Mt6ryrAg5qAOqV3gzPpm {  }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #pmRvsAQmSSqCnwlfUZ88795R4lNBVXTk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #zI8ZzQRKsWZ4MzNMFHn0akBxkxhtv65G { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #nzWRoveQVlxqSZCLd5mX4RLs1kLraNkk { display:block;position:relative; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #q9QxBVC58RbsOe2NVHlx1ukvKiA5uOLJ {  }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #SGoIJ8rTwb6w0so1unGCAZ07icebJNid { display:none; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #S9ro4TAxdEc6b6KHLfozkQSaE88GchNh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #vswA4ix5M2xIE8G2mT1f8TibMhGyTfoZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #Q2qg8SXc78KvsyGtTd0Grxnw3ai8AwT0 { display:block;position:relative; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #i3NVx81v0nmXwt4wiUQFafdrQIlIE8Ke {  }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #qlFgcnqvMMfz9pDSLTxViJevaguDJTTx { display:none; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #VxxDwbVO6gDGDE0htROC0MwVkoabm6FZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #ICt124d4XCozNwruv9xkhZ9a0LXkhelT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #wvsrZ6AVsaS9TWR9713xxFoEDT8UvDzh { display:block;position:relative; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #lI41GGHzOO45MwTXvadTJaTMSn6eg168 {  }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #btpgvJNay1HuopTozQJmMHgRxoSWeJRe { display:none; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #shSo0qkJQpZCbdfHIUfNX81QOxZBpvDT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #RZcwUrBC8R92t6ET0pxOSzQfelw0STRn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #nComJRSTr9VF59GGy0TLgl7B16hFMMpw { display:block;position:relative; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #pRia3Mxxsy7hZ6bQfwBqp9JebW3mMMCo {  }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #T3B9l1Z368X5DAlaXoqhtckRnngJakIK { display:none; }
#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfd15e56-04af-4f31-ad30-3b87923d7f87/vecteezy_luxuriousoldfashionedruginancienteastasiandesign_2477287211.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX.adaptive-delivery-prevent-bg, #eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX.lazyload, #eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX.lazyloading { background-image: none; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row .container { background-color: transparent; background-image: none; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row .container > .video-iframe-container { display: none; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.46); }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row > .video-iframe-container { display: none; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .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); }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row .container { border-width: 0; border-radius: 0; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row .container { font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#Rl3AD4mXxCt8l1EPrBTKTsFI0LuS1uTM { box-sizing:content-box;height:39.4375rem;width:32.5625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.6875rem;left:38.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#y0Nad7wgTMN1AbIRKCb2xavVIsV8mfNo { color:rgba(var(--color-primary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:7.1744804382325rem;left:41.5625rem;height:2.0996125rem;font-style:normal;display:block; }
#q5eu5eCHJkOZ6SRQ0qvImxA1nNvqlgEc { color:#251d12;display:block;width:20.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:4.375rem;left:43.5rem;height:1.19986875rem;font-style:normal;display:block; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-form-header {  }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:27.125rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-text { 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.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:27.125rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-text {padding-top: 0; padding-bottom: 0;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-textarea { 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.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:27.125rem;box-sizing:border-box;height:4.625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .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:27.125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-select {padding-top: 0; padding-bottom: 0;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-checkbox { width:1rem;height:1rem;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; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-button { 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:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top: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;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:27.125rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv [class*="-text"]:-moz-placeholder { color:#373737;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv [class*="-text"]::-moz-placeholder { color:#373737;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv [class*="-text"]:-ms-input-placeholder { color:#373737;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv [class*="-text"]::-webkit-input-placeholder { color:#373737;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:25.875rem;overflow:hidden;font-style:normal;float:none; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .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; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .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:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-container:first-of-type{padding-top:0;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-container:last-of-type{padding-bottom:0;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.492839813233rem;left:40.15625rem; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.125rem;display:block;vertical-align:top; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv {display:block;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15009;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.492839813233rem;left:40.15625rem; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #kan7xszXveilV1reyXoHk1J3QxmZrxJI { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #M7fvhdah3rdOtGg4DM0Pnl7rcTJuJNym { position:relative;display:none; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #XFUh79QbJUXdLmSVWxWKEUhwxl5PS0wJ { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #sFgIQmCPTteZBhZGw0HPD8G1TbkTWONr { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #SedACeDtkihXH4zrHn7m8tlma4SFyi7l { position:relative;display:none; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #H6uGNbTdAQ5Z6Kp1hcUvpXqUbB9WbeAF { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #cKP6mfFz3tOT3LSlOQEUvJfAknhSLDOc { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #DvwXsxTPcQGx8OaqkrMh52D098EK59qd { position:relative;display:none; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #BIVWB2pQptBQXI2qXMUU1Thnvrgg9Rgc { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #Ck83pHUQiupk1BQNEt3athTWBRQubJFT { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #WzlAN5KGwisCCwQw78dlKJWxBI9o4EkL { position:relative;display:none; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #uQs41T1GhT1yJfu15LhLdHvkrzG5E4r8 { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #PX5ws3xrwnbR81HA42Vl5xs368TI5nUG { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #fnMTgzwOofV1rErG1OuXPo1qHAPV4bx3 { position:relative;z-index:2; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #TKTGU7xuqDyELNP1Pq17dJePZ577P1ry { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #rKVk6MdEIVqBg36eMgycQL5WQbHRO0BZ { position:relative; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #dcWCO1PG8lDHUxkxS2ramKDI2ml2uRwW { position:relative; }
#cvcx62TNgEwDwcOisDmzIoHg9Px0WdrS { box-sizing:content-box;height:0.1875rem;width:1.5625rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),1);background-image:none;top:4.875rem;left:41.5625rem;display:block; }
#gnnE7dUCu5zoRbiSB0805qWF9Hdcbrd7 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.2486875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:38.062501907349rem;left:45.34375rem;height:1.13736875rem;display:block; }#gnnE7dUCu5zoRbiSB0805qWF9Hdcbrd7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gnnE7dUCu5zoRbiSB0805qWF9Hdcbrd7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32af471f3016d098f0a060f489e20bcc.svg); }
#O8fT317Uvd2Q28Hr3uGfrzbNtRBcMJZN { box-sizing:content-box;height:39.5625rem;width:23.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.6875rem;left:7.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.12) ;display:block; }
#TawsfRUU7xJAibuHrClEiEwTui3hwTXS { position:absolute;display:block;z-index:15036;height:7.75rem;width:17.747375rem;top:25.498698234558rem;left:10.469402313233rem;display:block; }
#Urk9qwP201IkQdVBPmpfCzAkQvINM5sG { color:rgba(var(--color-tertiary-3),1);display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15047;line-height:1.5;letter-spacing:0;top:18.875rem;left:10.4375rem;height:4.78125rem;text-align:justify;text-align-last:initial;display:block; }
#UNEtvtgQ1eJzdNunORgMFX4h7zitwU7a { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.875rem;width:17.75rem;top:8.4375rem;left:10.4375rem;overflow:hidden;display:block; }
#WmkgJ4tI2hPvUt8vZq32uWnxsVGgfKhq { color:rgba(var(--color-primary-4),1);display:block;width:21.93725rem;position:absolute;font-family:"kumbh sans";font-size:1.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:5.375rem;left:8.375rem;height:1.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q2dUiH6DertoZSxLlEXgxXakETcww4BO { background-color:#1c1c1c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom: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; }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row .container { background-color: transparent; background-image: none; }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row .container > .video-iframe-container { display: none; }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row > .video-iframe-container { display: none; }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .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); }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row .container { border-width: 0; border-radius: 0; }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#PCxJvy6lIr3k9ad3e6RI2glByaK5NnTI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:6.1865234375rem;left:35.8740234375rem;height:10.23631875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zo2nGq2RmuFw4Od8kTt3V7OzcPM2KVo7 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.76953125rem;left:35.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tNPX2TX2saJBKbVTTPTxsPRgoLHQKRhN { color:rgba(var(--color-tertiary-0),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.45703125rem;left:53.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h6v9XRqT5I2m1B20pzgifq0mdvyu1Ixx { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.1875rem;left:53.9375rem;height:1.13769375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#h6v9XRqT5I2m1B20pzgifq0mdvyu1Ixx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#h6v9XRqT5I2m1B20pzgifq0mdvyu1Ixx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
#uoecSRdRZcb5QcroETLQvMv5UhFnuqwq { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:8.1875rem;left:53.875rem;height:1.05615rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#uoecSRdRZcb5QcroETLQvMv5UhFnuqwq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uoecSRdRZcb5QcroETLQvMv5UhFnuqwq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
#sHnkAOK3So288yHJoIW9nTPQi0nNC2p6 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.1875rem;left:53.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#sHnkAOK3So288yHJoIW9nTPQi0nNC2p6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sHnkAOK3So288yHJoIW9nTPQi0nNC2p6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
#N0SparTmLqMpKKkwTJ6ZuZohsCMzedAr { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15015;background-color:#787878;background-image:none;top:18.25rem;left:0rem;display:block; }
#XgnhSAibdl78LsqpqCEb9C5KRV11KEdw { color:rgba(var(--color-tertiary-1),1);display:block;width:29.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:19.75rem;left:0rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#xkFkWaR9bMADeIXodRqHuGvAZuhLgrcl { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:13.5625rem;top:4.703369140625rem;left:0.5615234375rem;overflow:hidden;display:block; }
#HEF0KJZ5TI2inG9sETIcvPwSpwhMunQz { background-color:rgba(var(--color-tertiary-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:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:19.327392578125rem;left:63.4365234375rem;display:block; }
#vKoAuG8wcwUJx8gOcoDlv99MvIpwoZt1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TyXiI5OoWsefX5D2xLXHX1M3tcqxVvoA { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:none; }#TyXiI5OoWsefX5D2xLXHX1M3tcqxVvoA { border-width: 0; border-radius: 0; }#TyXiI5OoWsefX5D2xLXHX1M3tcqxVvoA > .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; }#TyXiI5OoWsefX5D2xLXHX1M3tcqxVvoA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.0625rem;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:none; }#aTN6JTZkGzxcgtslHRfG4z892mm34oDM { box-sizing:content-box;color:#5d92ff;font-size:2.375rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0rem;left:71.875rem; }
#aTN6JTZkGzxcgtslHRfG4z892mm34oDM > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; }#RSanGnqhEST4qzXJQARtXwmL8TELkx6c { background-color:rgba(var(--color-primary-2),1);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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:33.1875rem;left:0rem;display:none; }
#DyDzHrwopgTzZO2SZgDHSTCOEwB1A6aT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt { display:block; }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANuAoZ0SVhQTq5wUWpXOVGD9sslzLoSF { width:9.5625rem;height:2.1875rem;top:2.75rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1L4Rl8HC2oProaavsmdEP0T1H1UoTBv { display:block; }
 }@media only screen and (max-width: 763px) { #OSS2LbTFIRxXcJocdJGop8fgzdfAv5dR { top:1.9375rem;left:44.75rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMDqlUbJwmLGT0E35hCmE1QvM3ACZGGS { top:2.75rem;left:17.125rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivvsaqP7FZwlXT7wWBUyAwcW5wK6Tv5v { top:2.75rem;left:24.375rem;width:5.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc8oFONnO0swomaRDC99lDEf8AqUD6gB { top:0rem;left:0rem;width:12.75rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJydUAHHCFJ3TXI1HIUe0oLHRSb3paDy { top:2.0625rem;left:39.5625rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwtgb0sb0smI4nNUyuAlJmemXXnwi4CA { top:2.75rem;left:30.75rem;width:6.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #as3xZw4v2XL8CJy6K1gdHy8nmwsu8Ull { top:2.75rem;left:38.1875rem;width:4.75rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH { display:block; }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zXk4JpChilETFqfSz567NBDPZ9UPT9y7 { display:none; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hybaCLSoHomxQTgSEmmOHkzucCIApSNS { display:none; }
 }@media only screen and (max-width: 763px) { #pUXtHNudflaRvuoRFim3vPDsKb8QixCG { top:7.8125rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TH47QF6POE5ykuOVerH7etqpIFfsylvA { top:9.9375rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sxxpcyRyM0XXaMCXtaOK8rsDffXhnv9L { top:11.9375rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #EQgFQUfHqBLmL3dSAitHoW23bLubrMxR { top:14.125rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #r2La0oRXSAhtLb8FkhnWtRyvQwbaKuGu { top:1.625rem;left:38.9375rem;width:8.8125rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bSH7ZWDFHI60Gkd3lnpCtToBhUPy3cKK { width:9.25rem;height:2.1875rem;top:2.5rem;left:38.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #a9tTrcfWCKLfvxHiRSiprO8w702scJV4 { display:block; }
 }@media only screen and (max-width: 763px) { #gkEm1v8Tp6my6EgweE5oxSSVkPhiEmLx { width:20rem;height:11rem;display:none; }
 }@media only screen and (max-width: 763px) { #vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t { display:block; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVJTXwpXgcaL20neQWiiAZzxAeIilbsh { top:10.625rem;left:0rem;width:44.125rem;height:9.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnAxzIic4qa2ew6BzeatsSlT5m5DSNqL { top:3.4375rem;left:20.875rem;width:26.875rem;height:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpsXcyDibNsZuxBi6HiSNSVPRDBzFVPc { top:21.125rem;left:0rem;width:42.8125rem;height:8.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlwDdgcoxEaIsTpEEslNdL0bvcELzRy9 { top:6.6875rem;left:25.875rem;width:21.875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gahe41G6elXGu8Ci8F0Jy8KxzVpvaIWH { top:5.1875rem;left:27.0625rem;width:20.6875rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-text {padding-top: 0; padding-bottom: 0;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-select {padding-top: 0; padding-bottom: 0;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-button { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-checkbox-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr  { width:21.5625rem;height:auto;top:8.25rem;left:23.6875rem; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr {display:block;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr { width:21.5625rem;height:auto;top:8.25rem;left:23.6875rem; }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #x0EK92QOOU8AT9tTFUnbT6SxQiW0zaqb {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bHzl7XaPQxFy2I7211RTCS71NAlpw6Uq {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #laguD10eTxRkb5ThZ6n3Kn1wQCH7ltn0 {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #QNr9limNtERFfkrbVWITTUWXi8NG6htf {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #dUXbZhRyS912R6wuU6Fy7mEe8pUz08NV {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #cvshCulToSi9uvTCSzT5rOcfs4NqUxcm {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #LItvu0oNzCN6eU0aNvhrLClpIayP3tTQ {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #O0MGixumT4wxJDuvSTFPOscKE1KNeSUy {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #OgHpGkR8TnhzLOeJy968pnTMvuvPmsfc {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #oUyOZ4nzfbmqTnC1ezTdlTQ9IHQ6oNWq {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #OLEMo5vLHRWT5vlagX87IBQ7UIGtFSQ1 {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #QorsA66h183PsUNI0R1xXIx79bihio23 {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #wm1yMIn6ypTm4FOMRk3U5pe0ntUtSxUG {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #LCHmUNRVqpqATF9sT7oIkEykyllT0fxu {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #ucSMmwyFS24slnBuGzyW54TvAf2LTbTn {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #KBCwtT35bUi3s4lH5nBg0msAWHRLGE2y {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #wgpW2UTLAmnKGaDC7XSay7NLQg4sRrR8 {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #yg9KIAsMAX7XHUhMAQAr7FKy429teG7i {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bl6BxiPm9FTFNHAekkIAEx4UUphfxTya {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bpLVCwoGGfQIPNstTF1poFF4h2O58Z5C {  }
 }@media only screen and (max-width: 763px) { #rbOWnkTnQw6uTET63K5irainpybWTnR8 { top:5.6875rem;left:37rem;width:1.5625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #avWJBHmhSk71abA3b5RlBJk4B0oRV8Hr { top:34.75rem;left:28.5rem;width:19.25rem;height:1.125rem;font-size:0.8125rem;display:block; }#avWJBHmhSk71abA3b5RlBJk4B0oRV8Hr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32af471f3016d098f0a060f489e20bcc.svg); }
 }@media only screen and (max-width: 763px) { #Edh2opW7rGA14WBSVMmG6zD3Upo4Km0F { width:20.875rem;height:3.375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFPRinTh6vdUBIX4gsCqwV3CTeiXETrA { display:block; }
 }@media only screen and (max-width: 763px) { #PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB { display:block; }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUx2Lmqo7Hy5FMWVBzOqpn5ui3N73Nwe { top:8.5625rem;left:0rem;width:30.125rem;height:2.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlHJBGukHL8zokZnts3fGqmcJRZvJ7VW { top:14.125rem;left:0rem;width:33.5rem;height:20.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf61T8vV7maJDbv3atWiSwmVD0AqPhCS { top:5.0625rem;left:23.1875rem;width:24.5625rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgHGFkxPQ7cUy9CzUsdPxJyi9XDQrTJb { display:block; }#sgHGFkxPQ7cUy9CzUsdPxJyi9XDQrTJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrXKsEcx2iZ0fKqrtgoLVHI1WUuGDWly { top:0.25rem;left:18.124877929688rem;width:13.375rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NstQTyBWuPb969X4S602upd02cprSxxT { width:6.875rem;height:5rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp60DHmXi58mkG2u3W6imfGX9W7CfyRi { display:block; }
 }@media only screen and (max-width: 763px) { #qGO2AXsZg21Mir0zJn6LDmpNRnRxRE2U { width:6.875rem;height:4.8125rem;top:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcTyl78dNat69JvERtv5HVeTptvAwuyc { display:block; }
 }@media only screen and (max-width: 763px) { #PPrsM5kgBJ2IeCTmCiph43wu5BK16vyl { width:6.875rem;height:4.8125rem;top:3.375rem;left:9.05859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQuqTsBqfKqH6tO3Aa2GMpuI316Qh0RR { display:block; }
 }@media only screen and (max-width: 763px) { #w7fSNZTorDlHJSBTTtpw4Q0nk60I4NvQ { width:6.875rem;height:4.875rem;top:3.3125rem;left:1.4951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdToQMxlKGJM13coZpIGuKLeoZSgTiqI { display:block; }
 }@media only screen and (max-width: 763px) { #vr6yvXLXex5JOoZpLmwLzplmBCiNoTi5 { width:6.875rem;height:4.875rem;top:3.375rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcMIV8IWuJnr63vvq0u1RJPpSd95DDKJ { display:block; }
 }@media only screen and (max-width: 763px) { #HQSM49OnsFdzKyNXWp7VIuwF66FRngRe { width:6.875rem;height:5rem;top:3.25rem;left:31.5595703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeBXH2teiAUInknf2pD4N7qvqrtfP4wk { display:block; }
 }@media only screen and (max-width: 763px) { #dqQ7gJm6V0bAqTSswc47dTWWZsVWVs9G { width:6.875rem;height:4.8125rem;top:3.375rem;left:23.9951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDPH23nPFF3a2S7311mJorTmZ6iidQnn { display:block; }
 }@media only screen and (max-width: 763px) { #DQMtQveJhJqBEcIMCnBxrmTP7D3m1O3e { width:6.875rem;height:5rem;top:3.375rem;left:39.09228515625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXnCAZTMqlpduwb4TvDT4ft2Xn0vLKdA { display:block; }
 }@media only screen and (max-width: 763px) { #I4dxe14dN23NXUubaVsPcKUtftDVstC2 { width:6.875rem;height:4.75rem;top:3.4375rem;left:16.62109375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTNHCJiC9RbDXuq1llzJZp9ZG67KHGya { display:block; }
 }@media only screen and (max-width: 763px) { #pCVizUzSGRLl0WZsn4P6BVdDo6UP8Jv6 { width:6.75rem;height:4.9375rem;top:3.3125rem;left:41rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpKzhI819TycIZgLJttIrxNJhIrqMvXw { display:block; }
 }@media only screen and (max-width: 763px) { #qkXGFqTCZUshrMEeAhBHtTEnTcXnXeFK { display:block; }#qkXGFqTCZUshrMEeAhBHtTEnTcXnXeFK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqfhoRS9d1Ek5hy24BnwpQwcsESmmSyZ { top:3.75rem;left:0rem;width:47.75rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNyB9G2DCeo6mitbywXuF7U1z4BiGVvI { top:9.125rem;left:0rem;width:47.625rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOrbQqzMKoc83I0lDO3OGdDH6Ls00y3B { top:11.0625rem;left:0rem;width:40.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO0aF5Pha6MzZ2WM4Wml4lms6QNLw3HT { top:13.5rem;left:0rem;width:42.625rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc6kXzhp6aipTHE1RULoyk7td9J4TUAJ { top:10.75rem;left:21.5rem;width:26.25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcFmbuexprxtWV89t0JDh6zR9NwiNFnQ { display:block; }#LcFmbuexprxtWV89t0JDh6zR9NwiNFnQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7G4EhVrvK9BRNPItieV4ZmWUykgVenT { top:0rem;left:0rem;width:47.625rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w06odgnTtGxDHe3TDK8zMMsHJ7ZEl60g { top:4.375rem;left:5.125rem;width:42.625rem;height:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckKHsDu9iuVhlkrCroTp2RsbIZJPxssc { top:2rem;left:6.8125rem;width:40.9375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkBpHZoCNArKkWuZr74VhOqZPhmvMhmV { top:1.625rem;left:0rem;width:26.25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJcmxnyR6WF3VOLo1eUTbsBGwkuUfnXq { display:block; }#cJcmxnyR6WF3VOLo1eUTbsBGwkuUfnXq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxFAVXG5F0FeVTLJCfpmPEHT0HdQhVlT { top:0rem;left:0rem;width:47.625rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu226CieFwyJtt3eulIExD8u4oPHsZN9 { top:4.375rem;left:0rem;width:42.625rem;height:22.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXlVAJhsOTFZXESLcTDrhCqkMfLTcAMA { top:2.4375rem;left:21.5rem;width:26.25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoSG28q5KAn6BQGg3vKdBtVkpnZ0Ql1W { top:2rem;left:0rem;width:40.9375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orgDQUu6pP7XhnfNt4VppMw4iqLpKbX9 { display:block; }#orgDQUu6pP7XhnfNt4VppMw4iqLpKbX9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RS0Wn3CsMzSZltbOIxxSxqMa23SDT0Tz { top:0rem;left:0rem;width:47.625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA4lzTtbqfvqmgKi3vwnGozIUEDa5VZK { top:1.6875rem;left:0rem;width:26.25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6zaznphs90BfEAzPa4dkCqOBEd5k0dk { top:4.375rem;left:5.125rem;width:42.625rem;height:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOdukcnBgxpq6py8GhTrEIVb6IVWTaFm { top:2rem;left:6.8125rem;width:40.9375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Megq1Mzkxi6cVhFFQwsG68NFZuq4d8mD { display:block; }#Megq1Mzkxi6cVhFFQwsG68NFZuq4d8mD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwOsgJ9TUJg8tOQdZrpaF04x12TI5PHt { top:0rem;left:0rem;width:47.625rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoeiA32V2PfWMUBrBp63f6EJbBOttyNW { top:4.375rem;left:0rem;width:42.625rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDU4ocNh6VGFkKtZqtFQtJc8bweUs6TT { top:1.625rem;left:21.5rem;width:26.25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc9sbgOu9fCqWB5RfTShsMTsG3VRAOoM { top:2rem;left:0rem;width:40.9375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aonxTFCIf2wQ4aLbWt93MtpTkMVDOSg1 { display:block; }#aonxTFCIf2wQ4aLbWt93MtpTkMVDOSg1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ws0UtCulXHlPs8iTKaCGpWnAx7HnD7hy { top:0rem;left:0rem;width:47.625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGn3Rh8AOKyn012zoAhZ2wKsLZTyTrgC { top:1.6875rem;left:0rem;width:26.25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkzP8IlMxU4E4fhxUWd5bssgduDuGrVU { top:3rem;left:6.8125rem;width:40.9375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra53kwowsHBTJuAi3I7cc4xutw9sN6A2 { top:6.75rem;left:5.125rem;width:42.625rem;height:14.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7P0NT7m5e47r9TQCMXKemgaV0d9TxAs { display:block; }#f7P0NT7m5e47r9TQCMXKemgaV0d9TxAs > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMTt23TyccoaFlVx9fx1qWENdufTHQ6R { top:0rem;left:0rem;width:47.625rem;height:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5d2lEciPiv3y3TTWcchKQozaKt8qrz7 { top:4.375rem;left:0rem;width:42.625rem;height:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNg19eU4fc5tTEXBzSXXlwDS3Zs4hDqL { top:1.625rem;left:21.5rem;width:26.25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAwV2VUpTB6JzTir6k8ipRTH0JJ9cHEJ { top:2rem;left:0rem;width:40.9375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTFyAgFQlHgJUDOk7UlW9Qx4cNZKCTdK { display:block; }#PTFyAgFQlHgJUDOk7UlW9Qx4cNZKCTdK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDafysX9wuGksTZgpk19BaXUr84gGrlb { top:0rem;left:0rem;width:47.625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEyThyPDl4F4plw8cXLpEyTxWLMPCZue { top:1.6875rem;left:0rem;width:26.25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8NVfq1e267BAWm3Mwh9DrukPb8xKQ2Q { top:1.625rem;left:6.8125rem;width:40.9375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPeLUaUCeqwTme16bAtCQ9Op2yJTCaT0 { top:3.5625rem;left:5.125rem;width:42.625rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCIL0H7NJikLy7dehiQftJXbga3lyIQp { display:block; }#WCIL0H7NJikLy7dehiQftJXbga3lyIQp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKJSWtbHiSPU7ZB5TWk5pJSk9IlyZNRy { top:0rem;left:0rem;width:47.625rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4WvhFTGGTWDGhu09ZO9kg1pTIeFt3mL { top:4.375rem;left:0rem;width:42.625rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLxme9ZiKS3xgqrRgBEuiIPA4tFUxFK8 { top:1.625rem;left:21.5rem;width:26.25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4dAHfmFcfyiqKQydN8vlOLG6ws421Oi { top:1.9375rem;left:0rem;width:40.875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqpAPbfoJ38xdFFV6CqEIaITpsNrf2DQ { display:block; }#aqpAPbfoJ38xdFFV6CqEIaITpsNrf2DQ > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAaU1fv48oIOyzFoumdQM4M2TppfFEUZ { top:0rem;left:0rem;width:47.625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efczN6TdC62QE2xWpMrvdMpy7ApTWfOp { top:1.6875rem;left:0rem;width:26.25rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5HadThtXWavTm9nLxLndk5DFpWWsOEl { top:1.375rem;left:6.875rem;width:40.875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA7ZmBRtTzbCqXt5wXU5aPMB5xKJcE5O { top:3.5625rem;left:5.125rem;width:42.625rem;height:22.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl { display:block; }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vN5MQd3hrRZbvviyUMB4VwGWxakuc9Ct { top:3.4375rem;left:4.03125rem;width:39.6875rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPs3Asoc1uFDWJKogZyZpDe1dV57SU7D { top:8.9375rem;left:0rem;width:24.0625rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z58i5QmdXJI3xBJBWdNRaUIXHa8OaBFV { top:21.3125rem;left:0rem;width:6.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbM66dtn7tMufWifQp6uxfESaMIBtmVb { top:14.375rem;left:0rem;width:21.25rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZWOB2Tq9WEsUcXp0RCl8owqoxaw52TL { top:22.75rem;left:0rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcGd4QvBGyypgdsv4EPTdnfPtB8m0TvT { width:19.9375rem;height:3.4375rem;top:29.875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J19SqmD9VEtS9vTTWQZvJ7fMiRDTB5IE { display:block; }
 }@media only screen and (max-width: 763px) { #Aa5ekl1DrlvhNiJMRQndL2Amvy3nHPLF { top:10.8125rem;left:0rem;width:21.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvnG7T7yhVPuXN1vcJPLd0nZBFCnVUMs { top:8.9375rem;left:11.875rem;width:24.0625rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEgdzxIorPdc3aoxmH9pB2a6rXS4eAOv { top:22.6875rem;left:18.18408203125rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXUU3HpWx1G0kF1NfI9HQ5NuWusL0GkR { top:21.3125rem;left:17.966796875rem;width:7.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZlAdnnbXvozrQ4ofZAxT17aG1GUMLau { top:14.375rem;left:13.312255859375rem;width:21.25rem;height:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpklN493C7zfkegbWqF4nJrBWHt3SJ7h { top:10.8125rem;left:13.25rem;width:16.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U67GSqRK2KfE75cqLdrqgiTdpoA48hfE { top:8.9375rem;left:23.6875rem;width:24.0625rem;height:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHbfk9ozetcsW4t6JPmcXqAJCyQfLucR { top:22.6875rem;left:40.875rem;width:6.875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKVS2uNhcP1B5gfTP850biTl8Ih1Gimb { top:21.3125rem;left:41.9375rem;width:5.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruMITyapiuBvIUt2kWuKzdhyHtty6SLG { top:14.375rem;left:26.5rem;width:21.25rem;height:4.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwxuGUoVxNsfqAvxu7NTcbCeIFvs5dnC { top:10.8125rem;left:31.0625rem;width:16.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0roLHQXVLrU04WHF760RbkhIkrqsz9u { display:block; }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMpSDuJgK3eip2PHWJwhZvDhg1siUqtG { top:3.9375rem;left:3.375rem;width:41rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThpaU2pOIfrTzRrW5CfsP8xbt1tCKkV6 { top:8.75rem;left:0rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMMxHMwwa7bzs8Nfzssbh7Z0xwp3K6UQ { top:8.8125rem;left:5.3125rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvw0w7cP0wTkLoFZ4gsgaATFizyes10Z { top:8.8125rem;left:23.25rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9tPQKmdeLLD6dFC0VuH6QfCMvsGKmTT { top:8.8125rem;left:29.5rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX0l0aS6W1971mihuLfQrIZ5aVcnDqEW { top:26.125rem;left:5.3125rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Z3x4x5Jy3oR7hqo1FKHJHPxNkaSduX { top:26.125rem;left:24.1875rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2wO4fR2xdyTRJ9OzvmQZlTbchifJSmM { top:26.125rem;left:29.5rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNITW0vBwAZaf4ZFaLsz5STZvMUA1V3H { top:26.125rem;left:0rem;width:18.125rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #et7ToAl8n7BTMy9CR4mLTVPuPr1GKkFi { display:block; }#et7ToAl8n7BTMy9CR4mLTVPuPr1GKkFi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OQQTSuu0v4emU54UTwW7HIzaNFqFgNhc { top:4.0625rem;left:0.09326171875rem;width:47.5rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKJNPX4EOlocHGFCIIOLH7G7yA6vQbRG { top:9.6875rem;left:0rem;width:23.6875rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anrtXuI3bHbbDxuz5Xc3lTnTnbcK1JXd { top:10.375rem;left:0rem;width:21.875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #owos9yHZAUPsifAEVmV172w3UJTtCLxJ { top:13.4375rem;left:0rem;width:17.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuAK9CNKPoAdl0yPRHttgngDWhfTuLK5 { top:28.6875rem;left:0rem;width:17.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHrNEeif2ToXHma5pIRp3xPsde6SdZCW { top:9.6875rem;left:12.0625rem;width:23.6875rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCGdKXtgNezfMZRO5g9kxLfzxQo6XcIZ { top:28.6875rem;left:15.00048828125rem;width:17.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u83wWD17WhXqMRrFnL9O0Z0rqzidSkw3 { top:13.4375rem;left:14.999267578125rem;width:17.75rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOEblkzoryeUwhrKGRGhsg7ayVPQkgX2 { top:10.375rem;left:12.9375rem;width:21.875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqUBN1zgUAgu4MnlJPL2ifO9PunlZrHi { top:9.6875rem;left:24.0625rem;width:23.6875rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBymTz7fKzJv7KNKNymkDQQdtKLSG8rT { top:28.6875rem;left:30.0625rem;width:17.6875rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er83l4c970ZimB1KlQTNu4gECxvQWec9 { top:13.4375rem;left:30rem;width:17.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ots9sMToR8b8IfTocd38Q8oN2w5wRiVE { top:10.375rem;left:25.875rem;width:21.875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwnppvKgkIoQQu1pP7OWp3zp3lzL87kX { top:23.9375rem;left:0rem;width:17.75rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOayCcAUQS2yPMo5uGwRfaIfySf4Nhu9 { top:23.9375rem;left:15.00048828125rem;width:17.6875rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A212lV77yNDPSckUWfnTtrNe1uT0rHmu { top:23.9375rem;left:30.0625rem;width:17.6875rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH { display:block; }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWT8625lP6EtiKF1vAqFAWdiwL6Pm4sG { width:34.875rem;height:19.562170691843rem;top:6.4375rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvnGJdf83T445EqW69C8nRl29pTNAkTw { top:4.5625rem;left:35.25rem;width:12.5rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLqB98XIZeOQsdELH3t6MHe807JHTATa { top:4.5625rem;left:0rem;width:24.375rem;height:2.6875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RI4LUImVm3IQMTuAe4hN7UhccORqLsAZ { top:8rem;left:0rem;width:28.5rem;height:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmZbouLE4m5Eqh1wG4mlywmKmiODJObg { display:block; }#TmZbouLE4m5Eqh1wG4mlywmKmiODJObg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgJsABU6whPwKyl1qo4HcE4L9e3yQfMZ { top:2.625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr { display:flex;height:auto;width:45.25rem;top:6.6875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #rrDqvBbf31HNDqAn7iMe3TwpkWV9v0TB {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #RaSDC84VptJaTGXJNL75P71UScsQqm0T {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #Z8CJXIaPE6IDk3WcWpTzPZ4FRgDFf7uy {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #neyLEP3rPhWpHVB8ZdlPQ1Eto0aX8DeX {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #Z3FkrvUdTCN8Mt6ryrAg5qAOqV3gzPpm {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #pmRvsAQmSSqCnwlfUZ88795R4lNBVXTk {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #zI8ZzQRKsWZ4MzNMFHn0akBxkxhtv65G {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #nzWRoveQVlxqSZCLd5mX4RLs1kLraNkk {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #q9QxBVC58RbsOe2NVHlx1ukvKiA5uOLJ {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #SGoIJ8rTwb6w0so1unGCAZ07icebJNid {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #S9ro4TAxdEc6b6KHLfozkQSaE88GchNh {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #vswA4ix5M2xIE8G2mT1f8TibMhGyTfoZ {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #Q2qg8SXc78KvsyGtTd0Grxnw3ai8AwT0 {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #i3NVx81v0nmXwt4wiUQFafdrQIlIE8Ke {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #qlFgcnqvMMfz9pDSLTxViJevaguDJTTx {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #VxxDwbVO6gDGDE0htROC0MwVkoabm6FZ {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #ICt124d4XCozNwruv9xkhZ9a0LXkhelT {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #wvsrZ6AVsaS9TWR9713xxFoEDT8UvDzh {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #lI41GGHzOO45MwTXvadTJaTMSn6eg168 {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #btpgvJNay1HuopTozQJmMHgRxoSWeJRe {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #shSo0qkJQpZCbdfHIUfNX81QOxZBpvDT {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #RZcwUrBC8R92t6ET0pxOSzQfelw0STRn {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #nComJRSTr9VF59GGy0TLgl7B16hFMMpw {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #pRia3Mxxsy7hZ6bQfwBqp9JebW3mMMCo {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #T3B9l1Z368X5DAlaXoqhtckRnngJakIK {  }
 }@media only screen and (max-width: 763px) { #eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX { display:block; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rl3AD4mXxCt8l1EPrBTKTsFI0LuS1uTM { top:2.6875rem;left:15.1875rem;width:32.5625rem;height:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Nad7wgTMN1AbIRKCb2xavVIsV8mfNo { top:7.125rem;left:25.875rem;width:21.875rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5eu5eCHJkOZ6SRQ0qvImxA1nNvqlgEc { top:4.375rem;left:27.0625rem;width:20.625rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-regular-label { width:27.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-text { width:27.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-text {padding-top: 0; padding-bottom: 0;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-textarea { width:27.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-select { width:27.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-select {padding-top: 0; padding-bottom: 0;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-button { width:27.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-checkbox-label { width:25.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv  { width:27.125rem;height:23.4375rem;top:10.4375rem;left:18.125rem; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .radio-container { width:27.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv {display:block;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv { width:27.125rem;height:23.4375rem;top:10.4375rem;left:18.125rem; }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #kan7xszXveilV1reyXoHk1J3QxmZrxJI {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #M7fvhdah3rdOtGg4DM0Pnl7rcTJuJNym {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #XFUh79QbJUXdLmSVWxWKEUhwxl5PS0wJ {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #sFgIQmCPTteZBhZGw0HPD8G1TbkTWONr {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #SedACeDtkihXH4zrHn7m8tlma4SFyi7l {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #H6uGNbTdAQ5Z6Kp1hcUvpXqUbB9WbeAF {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #cKP6mfFz3tOT3LSlOQEUvJfAknhSLDOc {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #DvwXsxTPcQGx8OaqkrMh52D098EK59qd {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #BIVWB2pQptBQXI2qXMUU1Thnvrgg9Rgc {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #Ck83pHUQiupk1BQNEt3athTWBRQubJFT {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #WzlAN5KGwisCCwQw78dlKJWxBI9o4EkL {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #uQs41T1GhT1yJfu15LhLdHvkrzG5E4r8 {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #PX5ws3xrwnbR81HA42Vl5xs368TI5nUG {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #fnMTgzwOofV1rErG1OuXPo1qHAPV4bx3 {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #TKTGU7xuqDyELNP1Pq17dJePZ577P1ry {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #rKVk6MdEIVqBg36eMgycQL5WQbHRO0BZ {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #dcWCO1PG8lDHUxkxS2ramKDI2ml2uRwW {  }
 }@media only screen and (max-width: 763px) { #cvcx62TNgEwDwcOisDmzIoHg9Px0WdrS { top:4.875rem;left:27.9375rem;width:1.5625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnnE7dUCu5zoRbiSB0805qWF9Hdcbrd7 { top:38.0625rem;left:28.5625rem;width:19.1875rem;height:1.125rem;font-size:0.8125rem;display:block; }#gnnE7dUCu5zoRbiSB0805qWF9Hdcbrd7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32af471f3016d098f0a060f489e20bcc.svg); }
 }@media only screen and (max-width: 763px) { #O8fT317Uvd2Q28Hr3uGfrzbNtRBcMJZN { top:2.6875rem;left:0rem;width:23.6875rem;height:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TawsfRUU7xJAibuHrClEiEwTui3hwTXS { top:25.4375rem;left:0rem;width:17.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urk9qwP201IkQdVBPmpfCzAkQvINM5sG { top:18.875rem;left:0rem;width:17.75rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNEtvtgQ1eJzdNunORgMFX4h7zitwU7a { top:8.4375rem;left:0rem;width:17.75rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmkgJ4tI2hPvUt8vZq32uWnxsVGgfKhq { top:5.375rem;left:0rem;width:21.875rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2dUiH6DertoZSxLlEXgxXakETcww4BO { display:block; }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PCxJvy6lIr3k9ad3e6RI2glByaK5NnTI { top:6.125rem;left:22.2490234375rem;width:14.375rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo2nGq2RmuFw4Od8kTt3V7OzcPM2KVo7 { top:3.75rem;left:22.25rem;width:6.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNPX2TX2saJBKbVTTPTxsPRgoLHQKRhN { top:3.4375rem;left:36.8125rem;width:10.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6v9XRqT5I2m1B20pzgifq0mdvyu1Ixx { top:6.125rem;left:36.75rem;width:11rem;height:;font-size:0.875rem;display:block; }#h6v9XRqT5I2m1B20pzgifq0mdvyu1Ixx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #uoecSRdRZcb5QcroETLQvMv5UhFnuqwq { top:8.125rem;left:30.25rem;width:17.5rem;height:;font-size:0.8125rem;display:block; }#uoecSRdRZcb5QcroETLQvMv5UhFnuqwq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #sHnkAOK3So288yHJoIW9nTPQi0nNC2p6 { top:10.1875rem;left:31.125rem;width:16.625rem;height:;font-size:0.875rem;display:block; }#sHnkAOK3So288yHJoIW9nTPQi0nNC2p6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #N0SparTmLqMpKKkwTJ6ZuZohsCMzedAr { top:18.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgnhSAibdl78LsqpqCEb9C5KRV11KEdw { top:19.75rem;left:0rem;width:29.5625rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkFkWaR9bMADeIXodRqHuGvAZuhLgrcl { top:4.6875rem;left:0rem;width:13.5625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEF0KJZ5TI2inG9sETIcvPwSpwhMunQz { width:9.5625rem;height:2.3125rem;top:19.3125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKoAuG8wcwUJx8gOcoDlv99MvIpwoZt1 { display:block; }
 }@media only screen and (max-width: 763px) { #TyXiI5OoWsefX5D2xLXHX1M3tcqxVvoA { display:none; }#TyXiI5OoWsefX5D2xLXHX1M3tcqxVvoA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aTN6JTZkGzxcgtslHRfG4z892mm34oDM { top:0rem;left:44.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
#aTN6JTZkGzxcgtslHRfG4z892mm34oDM > img { max-width: 100%;max-height:100%; width:3.4375rem; height:3.4375rem; } }@media only screen and (max-width: 763px) { #RSanGnqhEST4qzXJQARtXwmL8TELkx6c { width:23.625rem;height:3.4375rem;top:33.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DyDzHrwopgTzZO2SZgDHSTCOEwB1A6aT { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt { position:relative;z-index:auto;display:none; }#TwEJzVJxzHTMfiW2EfFDBvbSqWMEpnbt > .row .container { width:20rem;height:38.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ANuAoZ0SVhQTq5wUWpXOVGD9sslzLoSF { width:10.5rem;height:2.5rem;top:11.1875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1L4Rl8HC2oProaavsmdEP0T1H1UoTBv { display:block; }
 }@media only screen and (max-width: 763px) { #OSS2LbTFIRxXcJocdJGop8fgzdfAv5dR { width:3.125rem;height:3.125rem;top:19.779296875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMDqlUbJwmLGT0E35hCmE1QvM3ACZGGS { width:11.5625rem;height:1.29980625rem;top:19.5rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivvsaqP7FZwlXT7wWBUyAwcW5wK6Tv5v { width:4rem;height:1.29980625rem;top:22rem;left:8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc8oFONnO0swomaRDC99lDEf8AqUD6gB { width:5.625rem;height:3.0625rem;top:24.54980625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJydUAHHCFJ3TXI1HIUe0oLHRSb3paDy { width:8.1875rem;height:0;top:31.42480625rem;left:5.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwtgb0sb0smI4nNUyuAlJmemXXnwi4CA { width:6.6875rem;height:0;top:33.61230625rem;left:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #as3xZw4v2XL8CJy6K1gdHy8nmwsu8Ull { width:4.75rem;height:0;top:36.11230625rem;left:7.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH { display:none; }#SFwwNOWLKNTEzxwKamkX6t7U0lp0qaoH > .row .container { width:20rem;height:3.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zXk4JpChilETFqfSz567NBDPZ9UPT9y7 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row .container { background-color: transparent; background-image: none; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row .container > .video-iframe-container { display: none; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row > .video-iframe-container { display: none; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .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); }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row .container { border-width: 0; border-radius: 0; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXk4JpChilETFqfSz567NBDPZ9UPT9y7 > .row .container { width:20rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hybaCLSoHomxQTgSEmmOHkzucCIApSNS { display:flex;top:2.5rem;left:7.8125rem;width:1.875rem;height:1.875rem;z-index:15010;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #pUXtHNudflaRvuoRFim3vPDsKb8QixCG { width:17.5rem;height:1.29948125rem;top:7.8125rem;left:1.25rem;font-size:1rem;z-index:15011;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #TH47QF6POE5ykuOVerH7etqpIFfsylvA { width:17.5rem;height:1.29948125rem;top:9.9375rem;left:1.25rem;font-size:1rem;z-index:15012;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #sxxpcyRyM0XXaMCXtaOK8rsDffXhnv9L { width:17.5rem;height:1.29948125rem;top:12rem;left:1.25rem;font-size:1rem;z-index:15013;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #EQgFQUfHqBLmL3dSAitHoW23bLubrMxR { width:17.5rem;height:1.29948125rem;top:14.125rem;left:1.25rem;font-size:1rem;z-index:15014;text-align:center;text-align-last:center;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #r2La0oRXSAhtLb8FkhnWtRyvQwbaKuGu { width:7.875rem;height:1.05615rem;top:2.1875rem;left:11.5rem;font-size:0.8125rem;z-index:15007;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #bSH7ZWDFHI60Gkd3lnpCtToBhUPy3cKK { width:8.1875rem;height:2.5625rem;top:2.5rem;left:11.5rem;z-index:15014;font-size:1.125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #a9tTrcfWCKLfvxHiRSiprO8w702scJV4 { display:block; }
 }@media only screen and (max-width: 763px) { #gkEm1v8Tp6my6EgweE5oxSSVkPhiEmLx { top:1.4990234375rem;left:0rem;width:7.312rem;height:3.8745125rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bfd15e56-04af-4f31-ad30-3b87923d7f87/vecteezy_luxuriousoldfashionedruginancienteastasiandesign_2477287211.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t.adaptive-delivery-prevent-bg, #vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t.lazyload, #vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t.lazyloading { background-image: none; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container { background-color: transparent; background-image: none; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container > .video-iframe-container { display: none; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.5); }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row > .video-iframe-container { display: none; }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .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); }#vh8Jmt8oqFVQNyVJFC1DVPTFiKOkZe8t > .row .container { width:20rem;height:72.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MVJTXwpXgcaL20neQWiiAZzxAeIilbsh { width:20rem;height:12.747375rem;top:2.734375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnAxzIic4qa2ew6BzeatsSlT5m5DSNqL { width:20rem;height:33.6875rem;top:31.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpsXcyDibNsZuxBi6HiSNSVPRDBzFVPc { width:20rem;height:14.25rem;top:14.046630859375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlwDdgcoxEaIsTpEEslNdL0bvcELzRy9 { width:17.4365rem;height:1.79948125rem;top:34.339599609375rem;left:1.28173828125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gahe41G6elXGu8Ci8F0Jy8KxzVpvaIWH { width:13.9375rem;height:1.19986875rem;top:32.5rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-text {padding-top: 0; padding-bottom: 0;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-select {padding-top: 0; padding-bottom: 0;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr  { width:17.5rem;height:auto;top:36.0625rem;left:0rem; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr {display:block;}#rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr { width:17.5rem;height:auto;top:36.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #x0EK92QOOU8AT9tTFUnbT6SxQiW0zaqb {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bHzl7XaPQxFy2I7211RTCS71NAlpw6Uq {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #laguD10eTxRkb5ThZ6n3Kn1wQCH7ltn0 {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #QNr9limNtERFfkrbVWITTUWXi8NG6htf {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #dUXbZhRyS912R6wuU6Fy7mEe8pUz08NV {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #cvshCulToSi9uvTCSzT5rOcfs4NqUxcm {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #LItvu0oNzCN6eU0aNvhrLClpIayP3tTQ {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #O0MGixumT4wxJDuvSTFPOscKE1KNeSUy {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #OgHpGkR8TnhzLOeJy968pnTMvuvPmsfc {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #oUyOZ4nzfbmqTnC1ezTdlTQ9IHQ6oNWq {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #OLEMo5vLHRWT5vlagX87IBQ7UIGtFSQ1 {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #QorsA66h183PsUNI0R1xXIx79bihio23 {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #wm1yMIn6ypTm4FOMRk3U5pe0ntUtSxUG {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #LCHmUNRVqpqATF9sT7oIkEykyllT0fxu {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #ucSMmwyFS24slnBuGzyW54TvAf2LTbTn {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #KBCwtT35bUi3s4lH5nBg0msAWHRLGE2y {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #wgpW2UTLAmnKGaDC7XSay7NLQg4sRrR8 {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #yg9KIAsMAX7XHUhMAQAr7FKy429teG7i {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bl6BxiPm9FTFNHAekkIAEx4UUphfxTya {  }
 }@media only screen and (max-width: 763px) { #rUGtpZQmO3UmKAn4BTLgrrIwxXMVDATr #bpLVCwoGGfQIPNstTF1poFF4h2O58Z5C {  }
 }@media only screen and (max-width: 763px) { #rbOWnkTnQw6uTET63K5irainpybWTnR8 { width:1.5625rem;height:0.1875rem;top:33rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avWJBHmhSk71abA3b5RlBJk4B0oRV8Hr { width:17.4375rem;height:1.05615rem;top:62.5rem;left:2rem;font-size:0.8125rem;display:block; }#avWJBHmhSk71abA3b5RlBJk4B0oRV8Hr li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32af471f3016d098f0a060f489e20bcc.svg); }
 }@media only screen and (max-width: 763px) { #Edh2opW7rGA14WBSVMmG6zD3Upo4Km0F { width:19.96875rem;height:3.40625rem;top:67.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFPRinTh6vdUBIX4gsCqwV3CTeiXETrA { display:block; }
 }@media only screen and (max-width: 763px) { #PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB { display:block; }#PpiF6gAsJGCOzPbmiiGWJRqTssCCCvrB > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cUx2Lmqo7Hy5FMWVBzOqpn5ui3N73Nwe { width:18.4985625rem;height:2.0996125rem;top:2.896728515625rem;left:0.74951171875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlHJBGukHL8zokZnts3fGqmcJRZvJ7VW { width:20rem;height:35.4375rem;top:30.12451171875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf61T8vV7maJDbv3atWiSwmVD0AqPhCS { width:15.9375rem;height:21.31225rem;top:6.895751953125rem;left:2.03125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sgHGFkxPQ7cUy9CzUsdPxJyi9XDQrTJb { display:block; }#sgHGFkxPQ7cUy9CzUsdPxJyi9XDQrTJb > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrXKsEcx2iZ0fKqrtgoLVHI1WUuGDWly { width:20rem;height:2.0996125rem;top:2.107421875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NstQTyBWuPb969X4S602upd02cprSxxT { width:8.4375rem;height:4.6875rem;top:5.90576171875rem;left:0.999755859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pp60DHmXi58mkG2u3W6imfGX9W7CfyRi { display:block; }
 }@media only screen and (max-width: 763px) { #qGO2AXsZg21Mir0zJn6LDmpNRnRxRE2U { width:8.4375rem;height:4.6875rem;top:5.90576171875rem;left:10.59326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcTyl78dNat69JvERtv5HVeTptvAwuyc { display:block; }
 }@media only screen and (max-width: 763px) { #PPrsM5kgBJ2IeCTmCiph43wu5BK16vyl { width:8.4375rem;height:4.6875rem;top:11.717529296875rem;left:10.59326171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQuqTsBqfKqH6tO3Aa2GMpuI316Qh0RR { display:block; }
 }@media only screen and (max-width: 763px) { #w7fSNZTorDlHJSBTTtpw4Q0nk60I4NvQ { width:8.4375rem;height:4.6875rem;top:11.717529296875rem;left:0.999755859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdToQMxlKGJM13coZpIGuKLeoZSgTiqI { display:block; }
 }@media only screen and (max-width: 763px) { #vr6yvXLXex5JOoZpLmwLzplmBCiNoTi5 { width:8.3125rem;height:4.5625rem;top:23.499145507812rem;left:1.060791015625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcMIV8IWuJnr63vvq0u1RJPpSd95DDKJ { display:block; }
 }@media only screen and (max-width: 763px) { #HQSM49OnsFdzKyNXWp7VIuwF66FRngRe { width:8.4375rem;height:4.5625rem;top:17.343139648438rem;left:10.59326171875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeBXH2teiAUInknf2pD4N7qvqrtfP4wk { display:block; }
 }@media only screen and (max-width: 763px) { #dqQ7gJm6V0bAqTSswc47dTWWZsVWVs9G { width:8.4375rem;height:4.5625rem;top:17.40478515625rem;left:0.999755859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDPH23nPFF3a2S7311mJorTmZ6iidQnn { display:block; }
 }@media only screen and (max-width: 763px) { #DQMtQveJhJqBEcIMCnBxrmTP7D3m1O3e { width:8.375rem;height:4.499025rem;top:23.4990234375rem;left:10.59228515625rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #VXnCAZTMqlpduwb4TvDT4ft2Xn0vLKdA { display:block; }
 }@media only screen and (max-width: 763px) { #I4dxe14dN23NXUubaVsPcKUtftDVstC2 { width:8.375rem;height:4.499025rem;top:29.06103515625rem;left:0.9990234375rem;font-size:0.9375rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #hTNHCJiC9RbDXuq1llzJZp9ZG67KHGya { display:block; }
 }@media only screen and (max-width: 763px) { #pCVizUzSGRLl0WZsn4P6BVdDo6UP8Jv6 { width:8.375rem;height:4.5rem;top:28.87353515625rem;left:10.62158203125rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #wpKzhI819TycIZgLJttIrxNJhIrqMvXw { display:block; }
 }@media only screen and (max-width: 763px) { #qkXGFqTCZUshrMEeAhBHtTEnTcXnXeFK { display:block; }#qkXGFqTCZUshrMEeAhBHtTEnTcXnXeFK > .row .container { width:20rem;height:75.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqfhoRS9d1Ek5hy24BnwpQwcsESmmSyZ { width:18.6875rem;height:2.25rem;top:2.4873046875rem;left:0.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNyB9G2DCeo6mitbywXuF7U1z4BiGVvI { width:19.875rem;height:67.3125rem;top:6.4365234375rem;left:0.046875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #QOrbQqzMKoc83I0lDO3OGdDH6Ls00y3B { width:18rem;height:3rem;top:24.18701171875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO0aF5Pha6MzZ2WM4Wml4lms6QNLw3HT { width:18.0625rem;height:43.5rem;top:28.687133789062rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc6kXzhp6aipTHE1RULoyk7td9J4TUAJ { width:18.125rem;height:15rem;top:7.75rem;left:0.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcFmbuexprxtWV89t0JDh6zR9NwiNFnQ { display:block; }#LcFmbuexprxtWV89t0JDh6zR9NwiNFnQ > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u7G4EhVrvK9BRNPItieV4ZmWUykgVenT { width:20rem;height:58rem;top:1.06201171875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #w06odgnTtGxDHe3TDK8zMMsHJ7ZEl60g { width:18.125rem;height:36rem;top:21.875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckKHsDu9iuVhlkrCroTp2RsbIZJPxssc { width:18.125rem;height:3rem;top:17.6875rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkBpHZoCNArKkWuZr74VhOqZPhmvMhmV { width:18.125rem;height:15rem;top:1.875rem;left:0.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJcmxnyR6WF3VOLo1eUTbsBGwkuUfnXq { display:block; }#cJcmxnyR6WF3VOLo1eUTbsBGwkuUfnXq > .row .container { width:20rem;height:69.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WxFAVXG5F0FeVTLJCfpmPEHT0HdQhVlT { width:19.875rem;height:67.4375rem;top:1.125rem;left:0.1875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu226CieFwyJtt3eulIExD8u4oPHsZN9 { width:18.125rem;height:46.5rem;top:22.125rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXlVAJhsOTFZXESLcTDrhCqkMfLTcAMA { width:18.125rem;height:15rem;top:2.125rem;left:1.125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoSG28q5KAn6BQGg3vKdBtVkpnZ0Ql1W { width:18.125rem;height:3.29948125rem;top:18.375rem;left:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #orgDQUu6pP7XhnfNt4VppMw4iqLpKbX9 { display:block; }#orgDQUu6pP7XhnfNt4VppMw4iqLpKbX9 > .row .container { width:20rem;height:64.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RS0Wn3CsMzSZltbOIxxSxqMa23SDT0Tz { width:19.875rem;height:61.5625rem;top:1.3125rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA4lzTtbqfvqmgKi3vwnGozIUEDa5VZK { width:18.125rem;height:15rem;top:2.375rem;left:0.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6zaznphs90BfEAzPa4dkCqOBEd5k0dk { width:18.125rem;height:39rem;top:22.5625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOdukcnBgxpq6py8GhTrEIVb6IVWTaFm { width:18.125rem;height:3.29948125rem;top:18.8125rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Megq1Mzkxi6cVhFFQwsG68NFZuq4d8mD { display:block; }#Megq1Mzkxi6cVhFFQwsG68NFZuq4d8mD > .row .container { width:20rem;height:65.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DwOsgJ9TUJg8tOQdZrpaF04x12TI5PHt { width:19.875rem;height:63.3125rem;top:1.1875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoeiA32V2PfWMUBrBp63f6EJbBOttyNW { width:18.125rem;height:42rem;top:21.875rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDU4ocNh6VGFkKtZqtFQtJc8bweUs6TT { width:18.125rem;height:15rem;top:2.1875rem;left:0.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc9sbgOu9fCqWB5RfTShsMTsG3VRAOoM { width:18.125rem;height:3.29948125rem;top:18.3125rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aonxTFCIf2wQ4aLbWt93MtpTkMVDOSg1 { display:block; }#aonxTFCIf2wQ4aLbWt93MtpTkMVDOSg1 > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ws0UtCulXHlPs8iTKaCGpWnAx7HnD7hy { width:19.875rem;height:54.3125rem;top:1.68701171875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGn3Rh8AOKyn012zoAhZ2wKsLZTyTrgC { width:18.125rem;height:15rem;top:2.6875rem;left:0.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkzP8IlMxU4E4fhxUWd5bssgduDuGrVU { width:18.125rem;height:3.29948125rem;top:19.0625rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ra53kwowsHBTJuAi3I7cc4xutw9sN6A2 { width:18.125rem;height:31.5rem;top:22.8125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7P0NT7m5e47r9TQCMXKemgaV0d9TxAs { display:block; }#f7P0NT7m5e47r9TQCMXKemgaV0d9TxAs > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMTt23TyccoaFlVx9fx1qWENdufTHQ6R { width:19.875rem;height:57.25rem;top:1.5rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5d2lEciPiv3y3TTWcchKQozaKt8qrz7 { width:18.125rem;height:37.5rem;top:20.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNg19eU4fc5tTEXBzSXXlwDS3Zs4hDqL { width:18.125rem;height:15rem;top:2.5625rem;left:0.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAwV2VUpTB6JzTir6k8ipRTH0JJ9cHEJ { width:18.125rem;height:1.6497375rem;top:18.75rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTFyAgFQlHgJUDOk7UlW9Qx4cNZKCTdK { display:block; }#PTFyAgFQlHgJUDOk7UlW9Qx4cNZKCTdK > .row .container { width:20rem;height:70.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDafysX9wuGksTZgpk19BaXUr84gGrlb { width:19.875rem;height:66.75rem;top:1.68701171875rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEyThyPDl4F4plw8cXLpEyTxWLMPCZue { width:18.125rem;height:15rem;top:2.6875rem;left:0.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8NVfq1e267BAWm3Mwh9DrukPb8xKQ2Q { width:18.125rem;height:3.29948125rem;top:19.0625rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPeLUaUCeqwTme16bAtCQ9Op2yJTCaT0 { width:18.125rem;height:45rem;top:22.8125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCIL0H7NJikLy7dehiQftJXbga3lyIQp { display:block; }#WCIL0H7NJikLy7dehiQftJXbga3lyIQp > .row .container { width:20rem;height:69rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UKJSWtbHiSPU7ZB5TWk5pJSk9IlyZNRy { width:19.875rem;height:65.4375rem;top:1.5rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4WvhFTGGTWDGhu09ZO9kg1pTIeFt3mL { width:18.125rem;height:45rem;top:20.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLxme9ZiKS3xgqrRgBEuiIPA4tFUxFK8 { width:18.125rem;height:15rem;top:2.5625rem;left:0.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4dAHfmFcfyiqKQydN8vlOLG6ws421Oi { width:18.125rem;height:1.6497375rem;top:18.75rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqpAPbfoJ38xdFFV6CqEIaITpsNrf2DQ { display:block; }#aqpAPbfoJ38xdFFV6CqEIaITpsNrf2DQ > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NAaU1fv48oIOyzFoumdQM4M2TppfFEUZ { width:19.875rem;height:71.1875rem;top:1.68603515625rem;left:0rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #efczN6TdC62QE2xWpMrvdMpy7ApTWfOp { width:18.125rem;height:15rem;top:2.6875rem;left:0.9375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5HadThtXWavTm9nLxLndk5DFpWWsOEl { width:18.125rem;height:3.29948125rem;top:19.0625rem;left:0.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA7ZmBRtTzbCqXt5wXU5aPMB5xKJcE5O { width:18.125rem;height:49.5rem;top:22.8125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl { display:block; }#fWLPqSPWtVvLedDXAKa5T8lSQomgMCTl > .row .container { width:20rem;height:73.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vN5MQd3hrRZbvviyUMB4VwGWxakuc9Ct { width:20rem;height:4.5rem;top:1.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GPs3Asoc1uFDWJKogZyZpDe1dV57SU7D { width:20rem;height:18.1875rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z58i5QmdXJI3xBJBWdNRaUIXHa8OaBFV { width:6.31225rem;height:1.40625rem;top:20.67138671875rem;left:6.842041015625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbM66dtn7tMufWifQp6uxfESaMIBtmVb { width:18.125rem;height:6rem;top:12.210693359375rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZWOB2Tq9WEsUcXp0RCl8owqoxaw52TL { width:6.875rem;height:1.25rem;top:22.07763671875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcGd4QvBGyypgdsv4EPTdnfPtB8m0TvT { width:20rem;height:3.4375rem;top:67.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J19SqmD9VEtS9vTTWQZvJ7fMiRDTB5IE { display:block; }
 }@media only screen and (max-width: 763px) { #Aa5ekl1DrlvhNiJMRQndL2Amvy3nHPLF { width:18.125rem;height:1.4624rem;top:9.561767578125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvnG7T7yhVPuXN1vcJPLd0nZBFCnVUMs { width:20rem;height:18.25rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEgdzxIorPdc3aoxmH9pB2a6rXS4eAOv { width:6.875rem;height:1.25rem;top:42.015380859375rem;left:6.356201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXUU3HpWx1G0kF1NfI9HQ5NuWusL0GkR { width:7.5rem;height:1.40625rem;top:40.609130859375rem;left:6.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZlAdnnbXvozrQ4ofZAxT17aG1GUMLau { width:18.125rem;height:6rem;top:32.125rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpklN493C7zfkegbWqF4nJrBWHt3SJ7h { width:18.125rem;height:2.92480625rem;top:28.6875rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U67GSqRK2KfE75cqLdrqgiTdpoA48hfE { width:20rem;height:17.875rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHbfk9ozetcsW4t6JPmcXqAJCyQfLucR { width:6.875rem;height:1.25rem;top:60.703125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKVS2uNhcP1B5gfTP850biTl8Ih1Gimb { width:5.874025rem;height:1.40625rem;top:59.296875rem;left:7.061767578125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruMITyapiuBvIUt2kWuKzdhyHtty6SLG { width:18.125rem;height:6rem;top:52.0625rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwxuGUoVxNsfqAvxu7NTcbCeIFvs5dnC { width:18.125rem;height:1.4624rem;top:48.5625rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0roLHQXVLrU04WHF760RbkhIkrqsz9u { display:block; }#L0roLHQXVLrU04WHF760RbkhIkrqsz9u > .row .container { width:20rem;height:159.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMpSDuJgK3eip2PHWJwhZvDhg1siUqtG { width:20rem;height:2.25rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThpaU2pOIfrTzRrW5CfsP8xbt1tCKkV6 { width:20rem;height:17.8125rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMMxHMwwa7bzs8Nfzssbh7Z0xwp3K6UQ { width:20rem;height:17.8125rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvw0w7cP0wTkLoFZ4gsgaATFizyes10Z { width:20rem;height:17.8125rem;top:43.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9tPQKmdeLLD6dFC0VuH6QfCMvsGKmTT { width:20rem;height:17.8125rem;top:62.9345703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX0l0aS6W1971mihuLfQrIZ5aVcnDqEW { width:20rem;height:17.8125rem;top:100.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2Z3x4x5Jy3oR7hqo1FKHJHPxNkaSduX { width:20rem;height:17.8125rem;top:119.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2wO4fR2xdyTRJ9OzvmQZlTbchifJSmM { width:20rem;height:17.8125rem;top:138.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNITW0vBwAZaf4ZFaLsz5STZvMUA1V3H { width:20rem;height:17.8125rem;top:81.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #et7ToAl8n7BTMy9CR4mLTVPuPr1GKkFi { display:none; }#et7ToAl8n7BTMy9CR4mLTVPuPr1GKkFi > .row .container { width:20rem;height:129.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OQQTSuu0v4emU54UTwW7HIzaNFqFgNhc { width:20rem;height:4.79948125rem;top:2.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKJNPX4EOlocHGFCIIOLH7G7yA6vQbRG { width:20rem;height:35.0625rem;top:9.046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #anrtXuI3bHbbDxuz5Xc3lTnTnbcK1JXd { width:20rem;height:1.6499rem;top:10.296875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #owos9yHZAUPsifAEVmV172w3UJTtCLxJ { width:20rem;height:14.375rem;top:13.046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuAK9CNKPoAdl0yPRHttgngDWhfTuLK5 { width:18.75rem;height:16.25rem;top:27.935791015625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHrNEeif2ToXHma5pIRp3xPsde6SdZCW { width:20rem;height:37.125rem;top:49.606930859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCGdKXtgNezfMZRO5g9kxLfzxQo6XcIZ { width:17.68675rem;height:9.56175rem;top:68.59130859375rem;left:1.15478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u83wWD17WhXqMRrFnL9O0Z0rqzidSkw3 { width:20rem;height:14.375rem;top:53.41796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOEblkzoryeUwhrKGRGhsg7ayVPQkgX2 { width:20rem;height:1.79948125rem;top:50.356442578125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqUBN1zgUAgu4MnlJPL2ifO9PunlZrHi { width:20rem;height:37rem;top:87.981930859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBymTz7fKzJv7KNKNymkDQQdtKLSG8rT { width:17.68675rem;height:9.56175rem;top:112.59033203125rem;left:1.156005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er83l4c970ZimB1KlQTNu4gECxvQWec9 { width:20rem;height:14.375rem;top:91.54296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ots9sMToR8b8IfTocd38Q8oN2w5wRiVE { width:20rem;height:1.79948125rem;top:88.731442578125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwnppvKgkIoQQu1pP7OWp3zp3lzL87kX { width:17.749rem;height:3rem;top:45.358880859375rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOayCcAUQS2yPMo5uGwRfaIfySf4Nhu9 { width:17.6855625rem;height:4.5rem;top:80.501708984375rem;left:1.766357421875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A212lV77yNDPSckUWfnTtrNe1uT0rHmu { width:17.6855625rem;height:4.5rem;top:107.06298828125rem;left:1.156005859375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH { display:block; }#gW5sTPhHbVnTW3ZraAMEsrnqnDJGxvHH > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iWT8625lP6EtiKF1vAqFAWdiwL6Pm4sG { height:11.1875rem;width:20rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvnGJdf83T445EqW69C8nRl29pTNAkTw { width:12.5rem;height:2rem;top:5.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLqB98XIZeOQsdELH3t6MHe807JHTATa { width:20rem;height:2.25rem;top:1.871337890625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RI4LUImVm3IQMTuAe4hN7UhccORqLsAZ { width:20rem;height:25.3125rem;top:19.43603515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmZbouLE4m5Eqh1wG4mlywmKmiODJObg { display:block; }#TmZbouLE4m5Eqh1wG4mlywmKmiODJObg > .row .container { width:20rem;height:39.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sgJsABU6whPwKyl1qo4HcE4L9e3yQfMZ { width:20rem;height:2.3999rem;top:0.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr { display:flex;height:auto;width:20rem;top:4.8125rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #rrDqvBbf31HNDqAn7iMe3TwpkWV9v0TB {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #RaSDC84VptJaTGXJNL75P71UScsQqm0T {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #Z8CJXIaPE6IDk3WcWpTzPZ4FRgDFf7uy {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #neyLEP3rPhWpHVB8ZdlPQ1Eto0aX8DeX {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #Z3FkrvUdTCN8Mt6ryrAg5qAOqV3gzPpm {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #pmRvsAQmSSqCnwlfUZ88795R4lNBVXTk {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #zI8ZzQRKsWZ4MzNMFHn0akBxkxhtv65G {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #nzWRoveQVlxqSZCLd5mX4RLs1kLraNkk {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #q9QxBVC58RbsOe2NVHlx1ukvKiA5uOLJ {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #SGoIJ8rTwb6w0so1unGCAZ07icebJNid {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #S9ro4TAxdEc6b6KHLfozkQSaE88GchNh {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #vswA4ix5M2xIE8G2mT1f8TibMhGyTfoZ {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #Q2qg8SXc78KvsyGtTd0Grxnw3ai8AwT0 {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #i3NVx81v0nmXwt4wiUQFafdrQIlIE8Ke {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #qlFgcnqvMMfz9pDSLTxViJevaguDJTTx {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #VxxDwbVO6gDGDE0htROC0MwVkoabm6FZ {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #ICt124d4XCozNwruv9xkhZ9a0LXkhelT {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #wvsrZ6AVsaS9TWR9713xxFoEDT8UvDzh {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #lI41GGHzOO45MwTXvadTJaTMSn6eg168 {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #btpgvJNay1HuopTozQJmMHgRxoSWeJRe {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #shSo0qkJQpZCbdfHIUfNX81QOxZBpvDT {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #RZcwUrBC8R92t6ET0pxOSzQfelw0STRn {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #nComJRSTr9VF59GGy0TLgl7B16hFMMpw {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #pRia3Mxxsy7hZ6bQfwBqp9JebW3mMMCo {  }
 }@media only screen and (max-width: 763px) { #Uv6IMSdnnh87T9UWgTo8VBrHy9ueuSmr #T3B9l1Z368X5DAlaXoqhtckRnngJakIK {  }
 }@media only screen and (max-width: 763px) { #eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX { display:block; }#eT0a2pWe6rJbotwMchdQBi9dCN3TcmVX > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rl3AD4mXxCt8l1EPrBTKTsFI0LuS1uTM { width:20rem;height:34.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0Nad7wgTMN1AbIRKCb2xavVIsV8mfNo { width:17.4375rem;height:1.79948125rem;top:5.5625rem;left:1.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5eu5eCHJkOZ6SRQ0qvImxA1nNvqlgEc { width:13.93675rem;height:1.19986875rem;top:3.3125rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-text {padding-top: 0; padding-bottom: 0;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-select {padding-top: 0; padding-bottom: 0;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv  { width:17.5rem;height:auto;top:7rem;left:0rem; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv {display:block;}#EXxydi5ZBXy33aCgATIimbdKbCWdnNpv { width:17.5rem;height:auto;top:7rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #kan7xszXveilV1reyXoHk1J3QxmZrxJI {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #M7fvhdah3rdOtGg4DM0Pnl7rcTJuJNym {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #XFUh79QbJUXdLmSVWxWKEUhwxl5PS0wJ {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #sFgIQmCPTteZBhZGw0HPD8G1TbkTWONr {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #SedACeDtkihXH4zrHn7m8tlma4SFyi7l {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #H6uGNbTdAQ5Z6Kp1hcUvpXqUbB9WbeAF {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #cKP6mfFz3tOT3LSlOQEUvJfAknhSLDOc {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #DvwXsxTPcQGx8OaqkrMh52D098EK59qd {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #BIVWB2pQptBQXI2qXMUU1Thnvrgg9Rgc {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #Ck83pHUQiupk1BQNEt3athTWBRQubJFT {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #WzlAN5KGwisCCwQw78dlKJWxBI9o4EkL {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #uQs41T1GhT1yJfu15LhLdHvkrzG5E4r8 {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #PX5ws3xrwnbR81HA42Vl5xs368TI5nUG {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #fnMTgzwOofV1rErG1OuXPo1qHAPV4bx3 {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #TKTGU7xuqDyELNP1Pq17dJePZ577P1ry {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #rKVk6MdEIVqBg36eMgycQL5WQbHRO0BZ {  }
 }@media only screen and (max-width: 763px) { #EXxydi5ZBXy33aCgATIimbdKbCWdnNpv #dcWCO1PG8lDHUxkxS2ramKDI2ml2uRwW {  }
 }@media only screen and (max-width: 763px) { #cvcx62TNgEwDwcOisDmzIoHg9Px0WdrS { width:1.5625rem;height:0.1867675rem;top:5.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnnE7dUCu5zoRbiSB0805qWF9Hdcbrd7 { width:17.4375rem;height:1.0559875rem;top:33.5625rem;left:1.6875rem;font-size:0.8125rem;display:block; }#gnnE7dUCu5zoRbiSB0805qWF9Hdcbrd7 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_32af471f3016d098f0a060f489e20bcc.svg); }
 }@media only screen and (max-width: 763px) { #O8fT317Uvd2Q28Hr3uGfrzbNtRBcMJZN { width:20rem;height:39.375rem;top:38rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TawsfRUU7xJAibuHrClEiEwTui3hwTXS { width:17.6875rem;height:9.5625rem;top:60.8125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Urk9qwP201IkQdVBPmpfCzAkQvINM5sG { width:17.75rem;height:4.5rem;top:54.1875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNEtvtgQ1eJzdNunORgMFX4h7zitwU7a { width:17.75rem;height:9.875rem;top:44.375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmkgJ4tI2hPvUt8vZq32uWnxsVGgfKhq { width:20rem;height:1.6497375rem;top:40.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2dUiH6DertoZSxLlEXgxXakETcww4BO { display:block; }#Q2dUiH6DertoZSxLlEXgxXakETcww4BO > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PCxJvy6lIr3k9ad3e6RI2glByaK5NnTI { width:15rem;height:10.23631875rem;top:9.3359375rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zo2nGq2RmuFw4Od8kTt3V7OzcPM2KVo7 { width:5.249025rem;height:1.4624rem;top:7.060546875rem;left:6.749267578125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNPX2TX2saJBKbVTTPTxsPRgoLHQKRhN { width:10rem;height:1.4624rem;top:22.999267578125rem;left:4.373779296875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6v9XRqT5I2m1B20pzgifq0mdvyu1Ixx { width:11.0625rem;height:1.13769375rem;top:25.25rem;left:0rem;font-size:0.875rem;display:block; }#h6v9XRqT5I2m1B20pzgifq0mdvyu1Ixx li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_04d5779f623855744e27922b559d15c06ae5f5c9.svg); }
 }@media only screen and (max-width: 763px) { #uoecSRdRZcb5QcroETLQvMv5UhFnuqwq { width:18.75rem;height:1.13769375rem;top:27.25rem;left:0rem;font-size:0.875rem;display:block; }#uoecSRdRZcb5QcroETLQvMv5UhFnuqwq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_5183f43be8d8745ef4faaff0a1b447e3991d65ca.svg); }
 }@media only screen and (max-width: 763px) { #sHnkAOK3So288yHJoIW9nTPQi0nNC2p6 { width:19.75rem;height:1.13736875rem;top:29.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#sHnkAOK3So288yHJoIW9nTPQi0nNC2p6 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_b66afbb86de862b154920caafc5798913af2eec7.svg); }
 }@media only screen and (max-width: 763px) { #N0SparTmLqMpKKkwTJ6ZuZohsCMzedAr { width:20rem;height:0.0625rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgnhSAibdl78LsqpqCEb9C5KRV11KEdw { width:20rem;height:1.125rem;top:34.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xkFkWaR9bMADeIXodRqHuGvAZuhLgrcl { width:9.0625rem;height:5rem;top:1.31103515625rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEF0KJZ5TI2inG9sETIcvPwSpwhMunQz { width:9.56175rem;height:2.3120125rem;top:20.093994140625rem;left:4.591064453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKoAuG8wcwUJx8gOcoDlv99MvIpwoZt1 { display:block; }
 }@media only screen and (max-width: 763px) { #TyXiI5OoWsefX5D2xLXHX1M3tcqxVvoA { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#TyXiI5OoWsefX5D2xLXHX1M3tcqxVvoA > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTN6JTZkGzxcgtslHRfG4z892mm34oDM { display:flex;width:3.75rem;height:3.75rem;top:0rem;left:16.25rem;font-size:2.625rem;display:none; }
#aTN6JTZkGzxcgtslHRfG4z892mm34oDM > img { max-width: 100%;max-height:100%; width:3.75rem; height:3.75rem; } }@media only screen and (max-width: 763px) { #RSanGnqhEST4qzXJQARtXwmL8TELkx6c { width:18.125rem;height:3.4375rem;top:0rem;left:0.9375rem;font-size:1.125rem;z-index:15010;background-color:#926a07;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:poppins;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DyDzHrwopgTzZO2SZgDHSTCOEwB1A6aT { display:block; }
 }