.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:246,238,226;--color-primary-1:229,203,167;--color-primary-2:211,169,109;--color-primary-3:165,123,62;--color-primary-4:125,88,35;--color-secondary-0:93,165,49;--color-secondary-1:72,148,26;--color-secondary-2:41,98,5;--color-secondary-3:27,72,1;--color-secondary-4:11,33,2;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { 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:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.adaptive-delivery-prevent-bg, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyload, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyloading { background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { background-color: transparent; background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .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); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { border-width: 0; border-radius: 0; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { 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:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e582f424-6054-411c-a2cc-8c23ea1f7b24/MainBG1.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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.8115234375rem;left:33.3115234375rem;height:1.7068125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bab3a1, #a2987f);background-image: -moz-linear-gradient(180deg, #bab3a1, #a2987f);background-image: -ms-linear-gradient(180deg, #bab3a1, #a2987f);background-image: -o-linear-gradient(180deg, #bab3a1, #a2987f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab3a1', endColorstr='#a2987f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab3a1', endColorstr='#a2987f' );";background-image: linear-gradient(180deg, #bab3a1, #a2987f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:30.9365234375rem;left:25.8125rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:2.875rem;width:23rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;top:27.0625rem;left:25.8125rem;border-top:0.125rem solid #a2987f;border-left:0.125rem solid #a2987f;border-right:0.125rem solid #a2987f;border-bottom:0.125rem solid #a2987f;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:28.0615234375rem;left:25.8740234375rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:28.1865234375rem;left:40.6240234375rem;height:1.1002625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MpMDu5XCiJ1XOMU1nDm8XeN4GqCS9Uuz { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top: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:8.3125rem;width:7.625rem;top:3.75rem;left:33.6875rem;overflow:hidden;display:block; }
#A1ziNAwCFIms3AGh4aciRNNasMWmHcVU { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:13.1875rem;left:33.375rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CRVqsTnN9oA0ob55PVa5S8UXs0rkXLDh { box-sizing:content-box;color:#5d92ff;font-size:0.6875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:13.3125rem;left:32.375rem; }
#rQCR4BurhZnf6unCPT8VbrVaNifnD5oi { color:#d7c8a3;display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:21.0625rem;left:26.75rem;height:2.400175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S2s90J6Dl1qgnAvPNt2EJ3k0TcyCwKI0 { color:#d7c8a3;display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:21.0625rem;left:38.75rem;height:2.400175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBcu7IN1lKN5iQRAlv2kIKNTVs9P2zfO { color:#d7c8a3;display:block;width:7.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:21.0625rem;left:50.6875rem;height:2.400175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bWKB7tNmU6UEQIdaX408uwDHmOlwsbCS { color:#d7c8a3;display:block;width:7.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:21.0625rem;left:16.9375rem;height:2.400175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bspWJnATrZTv2nFzF8cdQPo1zeQLyg8n { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:17.875rem;left:19.5rem;overflow:hidden;display:block; }
#pyH3wtCdqi5TZNBzBgVvA8xd2J9lkIIq { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:2.625rem;top:17.625rem;left:30.625rem;overflow:hidden;display:block; }
#RGh0scZPJJlKKWFmpJy6Pp9LTFcwNd8p { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:17.625rem;left:41.75rem;overflow:hidden;display:block; }
#tzu4XPywPpJohCb2qqS5P8SxXGFaEuwN { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:17.75rem;left:53.0625rem;overflow:hidden;display:block; }
#NJ0H4dGDMGXWA3L3dWoyZu7KaXCo3Pe0 { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.625rem;left:26.9375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#SX4180nd1eipcIlQ2KGukscsWHEd8Na8 { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.625rem;left:15.75rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#CKLCGQucT2DEJiVGnCsMSC7dSEIPvqrB { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.625rem;left:38.1875rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#vvMrMSFvyqTmfElvFZQwUqwDOixBEJ2d { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-4),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.625rem;left:49.4375rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:block; }
#TmM704TWkw9dFPVAhDqTQuiDd5CsIQTt { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.625rem;left:15.75rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:none; }
#dAfeWeOhvIG5FJitlBGDdN5nIEhaBxL4 { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.625rem;left:15.75rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:none; }
#uLMos2VRG6nbmBJNC7g5BvdLL22nlTV7 { box-sizing:content-box;height:10rem;width:10rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.45);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.625rem;left:15.75rem;border-top-right-radius:31.25rem;border-bottom-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-top-left-radius:31.25rem;display:none; }
#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bab3a1;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; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { background-color: transparent; background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .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); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { border-width: 0; border-radius: 0; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;position:relative;display:block; }#y7233XsTKTG273vqVNX48syDDN5yMVKM { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:56.6875rem;left:52.5625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:56.4375rem;left:44.875rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { color:#bab3a1;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:56.625rem;left:39.6875rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:56.625rem;left:26.9375rem;height:1.21875rem;display:block; }
#BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:56.1875rem;left:28.125rem; }
#fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:56.625rem;left:30rem;height:1.21875rem;display:block; }
#s8HidyypToFlxfn8eQL54likrDIv9CUH { color:#ffffff;display:block;width:27.9980625rem;position:absolute;font-family:oswald;font-size:3.375rem;font-weight:300;z-index:15061;line-height:1.3;letter-spacing:0;top:3.75rem;left:23.5rem;height:4.3869375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:56.375rem;left:24.9375rem; }
#t6a0ikqn1PiDRVEGTlOchSVX0LqHewKG { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:56.625rem;left:33rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#k9RLMTxl8tE4Z21V9rTeqbknBQ6wdMQL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:56.375rem;left:31.125rem; }
#F2SOAw82f3sMmT49N07c44B8IuWwrVIU { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#IuIHLs4iPIiUvgvvxZT0dfH8iUuTquFk { color:#1a1637;display:block;width:20.3125rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:300;z-index:15158;line-height:1.3;letter-spacing:0;top:56.1875rem;left:1.25rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LfD3WOP88emDTx6nFHOMQfpEAmIKs6x5 { box-sizing:content-box;height:20rem;width:36.25rem;position:absolute;display:block;z-index:15269;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/57e8d1dd-b880-4d68-adf4-147768a24e8f/1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);top:11.1875rem;left:0rem;display:block; }#LfD3WOP88emDTx6nFHOMQfpEAmIKs6x5.adaptive-delivery-prevent-bg, #LfD3WOP88emDTx6nFHOMQfpEAmIKs6x5.lazyload, #LfD3WOP88emDTx6nFHOMQfpEAmIKs6x5.lazyloading { background-image: none; }
#UFwf8MOSO4KztKPoeuSFhVsrngDz5tnQ { box-sizing:content-box;height:20rem;width:36.25rem;position:absolute;display:block;z-index:15270;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/d174bb0c-d7b5-4765-be07-22d401781653/2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);top:11.1875rem;left:38.125rem;display:block; }#UFwf8MOSO4KztKPoeuSFhVsrngDz5tnQ.adaptive-delivery-prevent-bg, #UFwf8MOSO4KztKPoeuSFhVsrngDz5tnQ.lazyload, #UFwf8MOSO4KztKPoeuSFhVsrngDz5tnQ.lazyloading { background-image: none; }
#HDTV9pfGqRKGIOuMyae3PAk2K3kvKJPi { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15069;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.4375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#uq0TJNICfS2gBMNDq2dM0i6i1qX1gv2k { color:#1a1637;display:block;width:20.3125rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:300;z-index:15170;line-height:1.3;letter-spacing:0;top:60.625rem;left:1.25rem;height:2.11263125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#olIb3fsU6AnT4DIdz04EIep5kWTrvxSn { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:61.125rem;left:26.9375rem;height:1.21875rem;display:block; }
#ZwIgxRgQmuxmDf4DIAzG5odcOtP66ucd { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15156;opacity:1;top:60.6875rem;left:28.125rem; }
#BotKvKwoQIh2dcw6HTZDyNFqGTn60Z4d { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:61.125rem;left:30rem;height:1.21875rem;display:block; }
#hEhDquwPwdLU7qrgJsL90Xx0PaaiVgMv { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15155;opacity:1;top:60.875rem;left:24.9375rem; }
#i4lvVGJ4nGJNoaQZ7VnefZ8eLm0K6iHX { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:61.125rem;left:33rem;height:1.21875rem;text-align:left;text-align-last:left;display:block; }
#pusuHa61ARDqqc5NHvWiVEg03Wu5W3tE { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:1;top:60.875rem;left:31.125rem; }
#QTF8IC2tLuOBArdkXBrQefTa0567XTKC { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15169;line-height:1.3;letter-spacing:0;top:60.9375rem;left:45rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pryyv9PObFmFq6OeRfcDW3U8BSxEw5JH { color:#bab3a1;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:61.125rem;left:39.75rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#vyzJWkKmSc8xwQKGEec21BNuAdGNzm8t { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:61.1875rem;left:52.5625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:block; }
#yFg7ZtHsDdaREPVT8sk4sL8aTPoRLDiw { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c1dfec, #6b99ae);background-image: -moz-linear-gradient(180deg, #c1dfec, #6b99ae);background-image: -ms-linear-gradient(180deg, #c1dfec, #6b99ae);background-image: -o-linear-gradient(180deg, #c1dfec, #6b99ae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1dfec', endColorstr='#6b99ae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1dfec', endColorstr='#6b99ae' );";background-image: linear-gradient(180deg, #c1dfec, #6b99ae);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#7d4849;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1.375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.4365234375rem;left:25.8125rem;display:none; }
#VcmfIMOubPMZMWq0HyFtAS5qEN5BTMgt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IoKtVoBVqfzfVwltGdJEk8xFmZ6nAiKq { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bab3a1, #a2987f);background-image: -moz-linear-gradient(180deg, #bab3a1, #a2987f);background-image: -ms-linear-gradient(180deg, #bab3a1, #a2987f);background-image: -o-linear-gradient(180deg, #bab3a1, #a2987f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab3a1', endColorstr='#a2987f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab3a1', endColorstr='#a2987f' );";background-image: linear-gradient(180deg, #bab3a1, #a2987f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5rem;text-decoration:none;z-index:15271;text-align:center;text-align-last:center;top:55.875rem;left:60.3125rem;display:block; }
#mNlhv5A4Nc3sHIK0D2ryevCCCVvkAhkB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AKKxalPLzFemzoW7htFDkueQ2M30eFpB { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bab3a1, #a2987f);background-image: -moz-linear-gradient(180deg, #bab3a1, #a2987f);background-image: -ms-linear-gradient(180deg, #bab3a1, #a2987f);background-image: -o-linear-gradient(180deg, #bab3a1, #a2987f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab3a1', endColorstr='#a2987f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab3a1', endColorstr='#a2987f' );";background-image: linear-gradient(180deg, #bab3a1, #a2987f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5rem;text-decoration:none;z-index:15272;text-align:center;text-align-last:center;top:60.375rem;left:60.3125rem;display:block; }
#yFFe67GTCmhNC62XsBG2Ibb1RPGWuGKJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GK92yQNsNQzGuFMFV8FV9myKz095Xmlk { box-sizing:content-box;height:20rem;width:36.25rem;position:absolute;display:block;z-index:15271;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/3d1e6702-392f-49d3-af30-6381fad974fc/3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);top:33.0625rem;left:0rem;display:block; }#GK92yQNsNQzGuFMFV8FV9myKz095Xmlk.adaptive-delivery-prevent-bg, #GK92yQNsNQzGuFMFV8FV9myKz095Xmlk.lazyload, #GK92yQNsNQzGuFMFV8FV9myKz095Xmlk.lazyloading { background-image: none; }
#A3iaED9rKD8QFA9A6XV457TzGAKAPrEX { box-sizing:content-box;height:20rem;width:36.25rem;position:absolute;display:block;z-index:15272;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3b798c33-7286-44fd-90d4-e338a65b7214/4.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.3125rem solid rgba(var(--color-tertiary-0),1);border-left:0.3125rem solid rgba(var(--color-tertiary-0),1);border-right:0.3125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-0),1);top:33.0625rem;left:38.125rem;display:block; }#A3iaED9rKD8QFA9A6XV457TzGAKAPrEX.adaptive-delivery-prevent-bg, #A3iaED9rKD8QFA9A6XV457TzGAKAPrEX.lazyload, #A3iaED9rKD8QFA9A6XV457TzGAKAPrEX.lazyloading { background-image: none; }
#RMwFGKvaVsBJIiUPoJmKWQm7RaA2t3fq { box-sizing:content-box;height:4.375rem;width:75rem;position:absolute;display:block;z-index:15057;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.9375rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#MkxVihFzr4oWdcAiA82ysSDq4AH9OD6R { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:56.375rem;left:24.375rem;display:none; }
#GsVQ4SE6orwQxKeIEWUxAgcVZI4vodgq { color:rgba(var(--color-tertiary-4),1);display:block;width:1.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:56.625rem;left:26.375rem;height:1.21875rem;display:none; }
#qw8yae677qeLvP4yWqZeXMQlxrOAHBDi { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:56.1875rem;left:27.5rem;display:none; }
#hwtwlLH1BZIcUEW6RdpbwvFzRZpG8FHp { color:rgba(var(--color-tertiary-4),1);display:block;width:1.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:56.625rem;left:29.375rem;height:1.21875rem;display:none; }
#sWbKAfQGhm30J7DNv9JaQJfpSAVS8BtU { color:#1a1637;display:block;width:20.3125rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:300;z-index:15158;line-height:1.3;letter-spacing:0;top:56.1875rem;left:1.25rem;height:2.11230625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IChAWq8MmqlJ8kgPOiFZGkNkD3gvAZfO { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:56.375rem;left:31.125rem;display:none; }
#ezNbqbqdT423BVqC9RFg3unWhcoeXfh6 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:56.625rem;left:33rem;height:1.21875rem;text-align:left;text-align-last:left;display:none; }
#u1zPP57NuOIn3xtf7uVQmHLnd6dmSG5r { color:rgba(var(--color-tertiary-4),1);display:block;width:7.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:56.4375rem;left:44.75rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#rKGLBUez6601puDUvTS6ETN66sfFiG6r { color:rgba(var(--color-tertiary-4),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:56.6875rem;left:52.5625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#AWWMXE5iRGBp9ikPLNHHD0ucLmwzyJtH { color:#bab3a1;display:block;width:5.811525rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:56.625rem;left:39.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx { position:relative;display:none; }#BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx { border-width: 0; border-radius: 0; }#BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx > .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; }#BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx > .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; }#ea0vZCto5xbgispSckW8FXFtCMhuemR6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#oJCaTpbNfJpgy83D30li1WfvIWdqJCoL { 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; }#oJCaTpbNfJpgy83D30li1WfvIWdqJCoL > .row .container { background-color: transparent; background-image: none; }#oJCaTpbNfJpgy83D30li1WfvIWdqJCoL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJCaTpbNfJpgy83D30li1WfvIWdqJCoL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJCaTpbNfJpgy83D30li1WfvIWdqJCoL > .row .container > .video-iframe-container { display: none; }#oJCaTpbNfJpgy83D30li1WfvIWdqJCoL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJCaTpbNfJpgy83D30li1WfvIWdqJCoL > .row > .video-iframe-container { display: block; }#oJCaTpbNfJpgy83D30li1WfvIWdqJCoL > .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); }#oJCaTpbNfJpgy83D30li1WfvIWdqJCoL > .row .container { border-width: 0; border-radius: 0; }#oJCaTpbNfJpgy83D30li1WfvIWdqJCoL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJCaTpbNfJpgy83D30li1WfvIWdqJCoL > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c322793e-e93d-4faf-aba7-824d8e7691e6/Hero12.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.45); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { border-width: 0; border-radius: 0; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.2;letter-spacing:0;top:13.9404296875rem;left:38.5rem;height:12.73873125rem;text-align:left;text-align-last:left;display:block; }
#Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { color:#ffffff;display:block;width:34.6875rem;position:absolute;font-family:oswald;font-size:3.375rem;font-weight:300;z-index:15034;line-height:1.2;letter-spacing:0;top:17.974609375rem;left:2.34375rem;height:4.04980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#I2vvZsaIiZDsTP3xGTpcqnTsX5oBz2Fh { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:10.583984375rem;left:38.625rem;height:19.3319875rem;text-align:left;text-align-last:left;display:none; }
#sQ7xDexG37cLReoZ5fWLJnNTOTIOzkBE { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:22.341796875rem;left:38.5rem;height:10.833975rem;text-align:left;text-align-last:left;display:none; }
#VWGu37OCehdVX9k6xRXJtd8fM0OWSqVP { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15035;line-height:1.7;letter-spacing:0;top:22.341796875rem;left:47.09375rem;height:10.83398125rem;text-align:left;text-align-last:left;display:none; }
#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { border-width: 0; border-radius: 0; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { font-size:0.875rem;font-family:arial;height:62.8125rem;width:75rem;position:relative;display:block; }#mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { color:#bab3a1;display:block;width:39.1875rem;position:absolute;font-family:oswald;font-size:3.375rem;font-weight:300;z-index:15063;line-height:1.3;letter-spacing:0;top:3.75rem;left:17.90625rem;height:4.3869375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dBcWVpfutamJ9sdAKysqvKczrP4Fv4AC { box-sizing:content-box;height:3.8125rem;width:23.875rem;position:absolute;display:block;z-index:15070;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ecede7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ecede7' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ecede7;border-left:0.125rem solid #ecede7;border-right:0.125rem solid #ecede7;border-bottom:0.125rem solid #ecede7;top:43.6875rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#cFDOnOVvnSbN90CWI3ItPrETimooWr5m { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15071;line-height:2.4;letter-spacing:0;top:44.51953125rem;left:3.9375rem;height:2.69965rem;display:block; }
#vKLMOgaS0OkegMtTa2g15in5x2lfeQMi { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15072;background-color:#bab3a1;background-image:none;box-shadow: none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);top:44.40625rem;left:0.75rem;display:block; }
#TlOtPvJMkK22DTaMm7gHJcq00ckcKG1H { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:50.40625rem;left:1.4375rem; }
#ZgOm0MRlNn1uxrAANV5NAUwxPKC2oNDZ { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:43.0625rem;left:50.8125rem; }
#gClogvtCWgg9hPv9frnyMTssKwHsg5TD { box-sizing:content-box;height:31.25rem;width:49.5625rem;position:absolute;display:block;z-index:15092;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/36ab8b9e-59cd-4d6a-90c3-f6707beca28d/Features.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.1875rem;left:0rem;display:block; }#gClogvtCWgg9hPv9frnyMTssKwHsg5TD.adaptive-delivery-prevent-bg, #gClogvtCWgg9hPv9frnyMTssKwHsg5TD.lazyload, #gClogvtCWgg9hPv9frnyMTssKwHsg5TD.lazyloading { background-image: none; }
#yWS9zZZCMyOI8iIbJmmgPg61kGAclTKt { box-sizing:content-box;height:14.875rem;width:24.125rem;position:absolute;display:block;z-index:15093;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/e024e42e-bd7e-4298-b08c-12b1e2246934/x.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.25rem;left:50.875rem;display:block; }#yWS9zZZCMyOI8iIbJmmgPg61kGAclTKt.adaptive-delivery-prevent-bg, #yWS9zZZCMyOI8iIbJmmgPg61kGAclTKt.lazyload, #yWS9zZZCMyOI8iIbJmmgPg61kGAclTKt.lazyloading { background-image: none; }
#p7z5xzTR6fMnF7d48hqUlvqnZUGhDwEK { box-sizing:content-box;height:14.875rem;width:24.125rem;position:absolute;display:block;z-index:15094;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/d220a2cd-2c9c-45b4-b3d5-4907393b0d4b/slide2_644e109cced07_1330x750.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5625rem;left:50.875rem;display:block; }#p7z5xzTR6fMnF7d48hqUlvqnZUGhDwEK.adaptive-delivery-prevent-bg, #p7z5xzTR6fMnF7d48hqUlvqnZUGhDwEK.lazyload, #p7z5xzTR6fMnF7d48hqUlvqnZUGhDwEK.lazyloading { background-image: none; }
#t4TXeQfaDTWfWyysE8DhZa7w4NHKsdt2 { box-sizing:content-box;height:3.8125rem;width:23.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ecede7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ecede7' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ecede7;border-left:0.125rem solid #ecede7;border-right:0.125rem solid #ecede7;border-bottom:0.125rem solid #ecede7;top:43.6875rem;left:50.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#OJKx6bHdag18ZTZRCRySiIvJFDC3rTuP { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15075;line-height:2.4;letter-spacing:0;top:44.51953125rem;left:54.8125rem;height:2.69965rem;display:block; }
#JW1zxS7i6eioU70i2Kl3aJvUto3pr414 { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15076;background-color:#bab3a1;background-image:none;box-shadow: none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);top:44.40625rem;left:51.625rem;display:block; }
#dlDrOrmi8nq2BlOJPK1wbawIEDFhcDEs { box-sizing:content-box;height:3.8125rem;width:23.875rem;position:absolute;display:block;z-index:15078;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ecede7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ecede7' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ecede7;border-left:0.125rem solid #ecede7;border-right:0.125rem solid #ecede7;border-bottom:0.125rem solid #ecede7;top:43.6875rem;left:25.4375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#qMAmUDv8naiKGBFuIy4O6ZRddZE1BVu0 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15079;line-height:2.4;letter-spacing:0;top:44.5rem;left:29.375rem;height:2.69965rem;display:block; }
#sx3Te4PMq4bXmv45KSWmqfSfZs0XpRnC { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15080;background-color:#bab3a1;background-image:none;box-shadow: none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);top:44.4375rem;left:26.1875rem;display:block; }
#A6Gt4eE4IstErV8exfrNJ0lkDyW5ztRG { box-sizing:content-box;color:#5d92ff;font-size:0.75rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:50.46875rem;left:52.375rem; }
#DASCZHc7UTzEwVwIfAQh2DxnukXQJ8GU { box-sizing:content-box;height:3.8125rem;width:23.875rem;position:absolute;display:block;z-index:15082;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ecede7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ecede7' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ecede7;border-left:0.125rem solid #ecede7;border-right:0.125rem solid #ecede7;border-bottom:0.125rem solid #ecede7;top:49rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#LzI3MHV8258vTGrttb6IaTDZNOo64SEZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15083;line-height:2.4;letter-spacing:0;top:49.8125rem;left:3.9375rem;height:2.69965rem;display:block; }
#FaXobqeW36IqoTCZMizeXNKntQ6PwSia { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15084;background-color:#bab3a1;background-image:none;box-shadow: none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);top:49.75rem;left:0.75rem;display:block; }
#cbd2hy5eX66iRTLn7Rgmnd555fz4c0UH { box-sizing:content-box;height:3.8125rem;width:23.875rem;position:absolute;display:block;z-index:15090;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ecede7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ecede7' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ecede7;border-left:0.125rem solid #ecede7;border-right:0.125rem solid #ecede7;border-bottom:0.125rem solid #ecede7;top:49rem;left:25.4375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#l5hCkVCSeQavvBtwydvhpOctDDUL91qZ { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15092;background-color:#bab3a1;background-image:none;box-shadow: none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);top:49.75rem;left:26.1875rem;display:block; }
#wtEXXpMLHysiObiCJikN4Zmac1m99Ax3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15091;line-height:2.4;letter-spacing:0;top:49.8125rem;left:29.375rem;height:2.69965rem;display:block; }
#sene3RRf0DuRlmJhMSlAwbtvC5tXG3fC { box-sizing:content-box;height:3.8125rem;width:23.875rem;position:absolute;display:block;z-index:15086;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ecede7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ecede7' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ecede7;border-left:0.125rem solid #ecede7;border-right:0.125rem solid #ecede7;border-bottom:0.125rem solid #ecede7;top:49rem;left:50.875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#DfM020DymyNtJDiydalMGGdwkmpMDqKk { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15088;background-color:#bab3a1;background-image:none;box-shadow: none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);top:49.75rem;left:51.625rem;display:block; }
#k8t75el0heFc6W9HdOZ1cWyWbJURDt6D { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15087;line-height:2.4;letter-spacing:0;top:49.8125rem;left:54.8125rem;height:2.69965rem;display:block; }
#rRu8WSkwI4WNmmVlW3CQSuUiCzBMv8gT { box-sizing:content-box;height:3.8125rem;width:23.875rem;position:absolute;display:block;z-index:15094;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ecede7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#ecede7' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #ecede7);background-size:cover !important;box-shadow: none;border-top:0.125rem solid #ecede7;border-left:0.125rem solid #ecede7;border-right:0.125rem solid #ecede7;border-bottom:0.125rem solid #ecede7;top:54.3125rem;left:25.4375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#NPGyLGp4kz2U5COkcvEKrazVBqq6EyKw { color:rgba(var(--color-tertiary-4),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15095;line-height:2.4;letter-spacing:0;top:55.125rem;left:29.375rem;height:2.69965rem;display:block; }
#qTzQ5v7JR2DpVHrWCC7ZSJW4FUfKILvp { box-sizing:content-box;height:2.125rem;width:2.125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15096;background-color:#bab3a1;background-image:none;box-shadow: none;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);top:55.0625rem;left:26.1875rem;display:block; }
#yBlWiiGvXQ9tSCwTsn6Nhvz5d5a6rW8c { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:44.90625rem;left:1.34375rem; }
#uv8cGp3WKtpAZ7RUZQRebHoGWJ714Gi4 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:45.03125rem;left:26.8125rem; }
#Alk74oyQk6cFZnEarc4xLRsTkqeU0dXn { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15112;opacity:1;top:44.96875rem;left:52.25rem; }
#xqRv9pGWsHONWBpie39LJvrTvdKCwZGM { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15113;opacity:1;top:50.34375rem;left:26.8125rem; }
#hCoTfBMD2Z7DTlE8cLkPThToqdUTSmC2 { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:55.65625rem;left:26.8125rem; }
#Cibp4yv4539yzUFQV2e90U1vWGI0VRHE { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15115;opacity:1;top:55.65625rem;left:26.8125rem; }
#LcXLGtllSNHzaInoocgc5tmw65DId0Sy { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:44.90625rem;left:1.34375rem; }
#u4wVEqZeer3R3wMVZ3kcgpTZnq0w0KFP { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:55.65625rem;left:26.8125rem;display:none; }
#fx8ucb8wk3vUQPnyBTnmhI3sqwPnHKkG { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:44.90625rem;left:1.34375rem;display:none; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(171,207,223,0.91);background-image:url("https://images.assets-landingi.com/uc/231a6342-de7f-41dc-bbb3-94b428ebdf20/WoodBG.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#ffffff;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem 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:20.4375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem 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:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bab3a1, #a2987f);background-image: -moz-linear-gradient(180deg, #bab3a1, #a2987f);background-image: -ms-linear-gradient(180deg, #bab3a1, #a2987f);background-image: -o-linear-gradient(180deg, #bab3a1, #a2987f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab3a1', endColorstr='#a2987f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab3a1', endColorstr='#a2987f' );";background-image: linear-gradient(180deg, #bab3a1, #a2987f);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.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;height:3rem;font-family:montserrat;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.24609375rem;left:47.965494155884rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.24609375rem;left:47.965494155884rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.686962127686rem;left:51.312139511108rem;height:1.9487875rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:8.4375rem;left:5.125rem;height:11.25rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:18.6875rem;left:5.125rem;height:5.25rem;font-style:normal;display:block; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:73.125rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { position:absolute;display:block;z-index:15020;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.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { color:#bab3a1;display:block;width:34.0625rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:300;z-index:15062;line-height:1.3;letter-spacing:0;top:3.75rem;left:20.46875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OcPMIQlhZbuZDeg6BWaXW3ku6eLFG3Ta { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8b046, #a57110);background-image: -moz-linear-gradient(180deg, #e8b046, #a57110);background-image: -ms-linear-gradient(180deg, #e8b046, #a57110);background-image: -o-linear-gradient(180deg, #e8b046, #a57110);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );";background-image: linear-gradient(180deg, #e8b046, #a57110);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.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:marcellus;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15268;text-align:center;text-align-last:center;top:32.099609375rem;left:60.3125rem;display:none; }
#nyd6ttTm8BmqsyBAfIcLS0t52BqZfiuo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GGqROdl0vfM61yURLOAFuneoPzP22woz { box-sizing:content-box;height:50.0625rem;width:24.0625rem;position:absolute;display:block;z-index:15002;background-color:#ecede7;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.9375rem;left:0rem;display:block; }
#e243XOUFNtZdsdLhhOaJwWyobqqXN2C0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bab3a1, #a2987f);background-image: -moz-linear-gradient(180deg, #bab3a1, #a2987f);background-image: -ms-linear-gradient(180deg, #bab3a1, #a2987f);background-image: -o-linear-gradient(180deg, #bab3a1, #a2987f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab3a1', endColorstr='#a2987f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bab3a1', endColorstr='#a2987f' );";background-image: linear-gradient(180deg, #bab3a1, #a2987f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:65.375rem;left:25.875rem;display:block; }
#TELqox8QvwQPsCTLz1N5qR2hJRma9GN8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VdC1vmZ10kST2iVwmb7MfOSv5tOTb0pb { position:absolute;display:block;z-index:15272;border-top:0.125rem solid #bab3a1;border-left:0.125rem solid #bab3a1;border-right:0.125rem solid #bab3a1;border-bottom:0.125rem solid #bab3a1;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.8125rem;width:49.3125rem;top:10.9375rem;left:25.4375rem;overflow:hidden;display:block; }
#kOGbSUmTDoZt5JqdSE3NIPefEyGT2xBW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15273;line-height:1.4;letter-spacing:0;top:12.875rem;left:4.0625rem;height:2.799475rem;display:block; }
#LkorQVd3iwG5ZTA07T4d1TsBhOcZnF69 { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15274;background-color:#bab3a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:1.25rem;display:block; }
#SrS8EXyH0D8hQNuTwT3RgKLV1vsRi6NS { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15275;background-color:#bab3a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.4375rem;left:1.25rem;display:block; }
#hRMxPpsiqKbQLLzVtFZcAeT75cipWM2A { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15277;background-color:#bab3a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.9375rem;left:1.25rem;display:block; }
#ZoikI5fhvXUJoapM8cOAhbQaCPfZPWF3 { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15276;background-color:#bab3a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.6875rem;left:1.25rem;display:block; }
#oA1S5oruLEFhC0eSCEd7Rbq06myBwAlA { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15278;background-color:#bab3a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.1875rem;left:1.25rem;display:block; }
#qPcLxK0OPHyGXbAl8uyXr89Sz9wOGaS6 { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15279;background-color:#bab3a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:48.4375rem;left:1.25rem;display:block; }
#EHu2Nd0y8TEMKbRFIlZW0Hg5A4SXI3qF { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15280;background-color:#bab3a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.6875rem;left:1.25rem;display:block; }
#PwDGv0JHHt7dbSTGTe5LpkgA92vf0J8s { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15281;opacity:1;top:12.9609375rem;left:0.8125rem; }
#FbInd3kgkX2zowCOL5meuGh0G2N70bW7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15275;line-height:1.4;letter-spacing:0;top:19.0625rem;left:4.0625rem;height:2.799475rem;display:block; }
#ZXbwMuVDSWLkgpeBRM020n2qVQURtFUa { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15283;opacity:1;top:19.1484375rem;left:0.875rem; }
#AAevGhz22W59IyPsyZqOt1rhrJ3vTN9B { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15285;opacity:1;top:37.8984375rem;left:0.875rem; }
#cm1R53FpMOTksont3gDWZmAfvqzluFDI { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15277;line-height:1.4;letter-spacing:0;top:37.8125rem;left:4.0625rem;height:2.799475rem;display:block; }
#wqtwPTUkc3pDSQcfsyTUBqdkXlobZlMn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15287;opacity:1;top:44.1484375rem;left:0.875rem; }
#svGzIxfcs62NvTnzRmMf5TnkQRGuS3Fz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15279;line-height:1.4;letter-spacing:0;top:44.0625rem;left:4.0625rem;height:2.799475rem;display:block; }
#HvW538rG9nLvoTpOzSBCUQLxyCLSclyV { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15286;opacity:1;top:25.5859375rem;left:1rem; }
#qTUZXHohXzlV4XE8ayJzqH1Zz8TUURvR { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15278;line-height:1.4;letter-spacing:0;top:25.3125rem;left:4.0625rem;height:2.799475rem;display:block; }
#Pws2D6Amt3ZB0OLhWuemX8lcmEeeUpdT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15280;line-height:1.4;letter-spacing:0;top:31.5625rem;left:4.0625rem;height:2.799475rem;display:block; }
#KvZKGTyXylIgf5ViOke4wJyCm95uoFzh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15281;line-height:1.4;letter-spacing:0;top:50.3125rem;left:4.0625rem;height:2.799475rem;display:block; }
#Wvv6aLfH7poWWUzF2Uv6hH74gZHdTf8o { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15291;opacity:1;top:56.6484375rem;left:0.875rem; }
#FN5sl3QAiL9ZsGr1Q1IFrmqpo4kBNEkQ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15283;line-height:1.4;letter-spacing:0;top:56.5625rem;left:4.0625rem;height:2.799475rem;display:block; }
#dGOsV6J8hmTFayCiQxCQiScX4rEpacTo { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15287;opacity:1;top:31.8359375rem;left:1rem; }
#VIG4ZSXhsDpcPSMhsSFlA80LPTcgX0H4 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15288;opacity:1;top:50.5859375rem;left:1rem; }
#cdhL57BqI9dEUhuS93RwnQmax4XTyoNf { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15274;background-color:#bab3a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:1.25rem;display:none; }
#arCUaTbTAJBCggKBUGbzd6FqcWLHFhhc { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15274;background-color:#bab3a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:1.25rem;display:none; }
#QsyTErzZzNA9wl6J2vPxkVMrlXH0UtNk { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15274;background-color:#bab3a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:1.25rem;display:none; }
#em3ubRxe76q4n92sg6Hst6TKrNsK7z2O { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15286;opacity:1;top:25.5859375rem;left:1rem;display:none; }
#VJwmx14hrITMWBxCNTSSw4Lqpnbs7H56 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15283;opacity:1;top:19.1484375rem;left:0.875rem;display:none; }
#PDM6Ae9vuyXTT0QybE1L4MAKOlgO37r9 { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15274;background-color:#bab3a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:1.25rem;display:none; }
#XKCd9NaIW2iWyuWqRAttiVmwX4UOWnXo { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15274;background-color:#bab3a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:1.25rem;display:none; }
#KJcEROnn1bwaMPpscnfSgEVWCu4LpwzR { box-sizing:content-box;height:0.0625rem;width:21.5625rem;position:absolute;display:block;z-index:15274;background-color:#bab3a1;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.1875rem;left:1.25rem;display:none; }
#IXiBo7np7EGQD4oVF5qORq3aRkkMRuIA { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15283;opacity:1;top:19.1484375rem;left:0.875rem;display:none; }
#hJchsFvPdVWIRsAWLlwG1AFsxLXeH11Z { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15286;opacity:1;top:25.5859375rem;left:1rem;display:none; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.13715rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:27.75rem;left:19.6865234375rem;width:9.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:23.25rem;height:3.25rem;top:30.875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:27.0625rem;left:12.1875rem;width:23rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:28rem;left:12.2490234375rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:28.125rem;left:26.9990234375rem;width:9.0625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpMDu5XCiJ1XOMU1nDm8XeN4GqCS9Uuz { top:3.75rem;left:20.0625rem;width:7.625rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1ziNAwCFIms3AGh4aciRNNasMWmHcVU { top:13.1875rem;left:19.75rem;width:9.25rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRVqsTnN9oA0ob55PVa5S8UXs0rkXLDh { top:13.3125rem;left:18.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQCR4BurhZnf6unCPT8VbrVaNifnD5oi { top:21.0625rem;left:13.125rem;width:10.25rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2s90J6Dl1qgnAvPNt2EJ3k0TcyCwKI0 { top:21.0625rem;left:25.125rem;width:8.875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBcu7IN1lKN5iQRAlv2kIKNTVs9P2zfO { top:21.0625rem;left:37.0625rem;width:7.4375rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWKB7tNmU6UEQIdaX408uwDHmOlwsbCS { top:21.0625rem;left:3.3125rem;width:7.6875rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bspWJnATrZTv2nFzF8cdQPo1zeQLyg8n { top:17.875rem;left:5.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyH3wtCdqi5TZNBzBgVvA8xd2J9lkIIq { top:17.625rem;left:17rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGh0scZPJJlKKWFmpJy6Pp9LTFcwNd8p { top:17.625rem;left:28.125rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzu4XPywPpJohCb2qqS5P8SxXGFaEuwN { top:17.75rem;left:39.4375rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ0H4dGDMGXWA3L3dWoyZu7KaXCo3Pe0 { top:15.625rem;left:13.3125rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX4180nd1eipcIlQ2KGukscsWHEd8Na8 { top:15.625rem;left:2.125rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKLCGQucT2DEJiVGnCsMSC7dSEIPvqrB { top:15.625rem;left:24.5625rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvMrMSFvyqTmfElvFZQwUqwDOixBEJ2d { top:15.625rem;left:35.8125rem;width:10rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmM704TWkw9dFPVAhDqTQuiDd5CsIQTt { top:15.625rem;left:2.125rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #dAfeWeOhvIG5FJitlBGDdN5nIEhaBxL4 { top:15.625rem;left:2.125rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLMos2VRG6nbmBJNC7g5BvdLL22nlTV7 { top:15.625rem;left:2.125rem;width:10rem;height:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { display:block; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7233XsTKTG273vqVNX48syDDN5yMVKM { top:56.6875rem;left:38.9375rem;width:5.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { top:56.4375rem;left:31.25rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { top:56.625rem;left:26.0625rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { top:56.625rem;left:13.3125rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { top:56.1875rem;left:14.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { top:56.625rem;left:16.375rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8HidyypToFlxfn8eQL54likrDIv9CUH { top:3.75rem;left:9.875rem;width:27.9375rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { top:56.375rem;left:11.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6a0ikqn1PiDRVEGTlOchSVX0LqHewKG { top:56.625rem;left:19.375rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9RLMTxl8tE4Z21V9rTeqbknBQ6wdMQL { top:56.375rem;left:17.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2SOAw82f3sMmT49N07c44B8IuWwrVIU { top:54.9375rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuIHLs4iPIiUvgvvxZT0dfH8iUuTquFk { top:56.1875rem;left:0rem;width:20.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfD3WOP88emDTx6nFHOMQfpEAmIKs6x5 { top:11.1875rem;left:0rem;width:36.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFwf8MOSO4KztKPoeuSFhVsrngDz5tnQ { top:11.1875rem;left:10.875rem;width:36.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDTV9pfGqRKGIOuMyae3PAk2K3kvKJPi { top:59.4375rem;left:0rem;width:47.75rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq0TJNICfS2gBMNDq2dM0i6i1qX1gv2k { top:60.625rem;left:0rem;width:20.3125rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olIb3fsU6AnT4DIdz04EIep5kWTrvxSn { top:61.125rem;left:13.3125rem;width:1.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwIgxRgQmuxmDf4DIAzG5odcOtP66ucd { top:60.6875rem;left:14.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BotKvKwoQIh2dcw6HTZDyNFqGTn60Z4d { top:61.125rem;left:16.375rem;width:1.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEhDquwPwdLU7qrgJsL90Xx0PaaiVgMv { top:60.875rem;left:11.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4lvVGJ4nGJNoaQZ7VnefZ8eLm0K6iHX { top:61.125rem;left:19.375rem;width:8.625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pusuHa61ARDqqc5NHvWiVEg03Wu5W3tE { top:60.875rem;left:17.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTF8IC2tLuOBArdkXBrQefTa0567XTKC { top:60.9375rem;left:31.375rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pryyv9PObFmFq6OeRfcDW3U8BSxEw5JH { top:61.125rem;left:26.125rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyzJWkKmSc8xwQKGEec21BNuAdGNzm8t { top:61.1875rem;left:38.9375rem;width:5.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFg7ZtHsDdaREPVT8sk4sL8aTPoRLDiw { width:23.25rem;height:3.25rem;top:26.375rem;left:12.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VcmfIMOubPMZMWq0HyFtAS5qEN5BTMgt { display:block; }
 }@media only screen and (max-width: 763px) { #IoKtVoBVqfzfVwltGdJEk8xFmZ6nAiKq { width:13.75rem;height:2.5rem;top:55.875rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNlhv5A4Nc3sHIK0D2ryevCCCVvkAhkB { display:block; }
 }@media only screen and (max-width: 763px) { #AKKxalPLzFemzoW7htFDkueQ2M30eFpB { width:13.75rem;height:2.5rem;top:60.375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFFe67GTCmhNC62XsBG2Ibb1RPGWuGKJ { display:block; }
 }@media only screen and (max-width: 763px) { #GK92yQNsNQzGuFMFV8FV9myKz095Xmlk { top:33.0625rem;left:0rem;width:36.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3iaED9rKD8QFA9A6XV457TzGAKAPrEX { top:33.0625rem;left:10.875rem;width:36.25rem;height:20rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMwFGKvaVsBJIiUPoJmKWQm7RaA2t3fq { top:54.9375rem;left:0rem;width:47.75rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MkxVihFzr4oWdcAiA82ysSDq4AH9OD6R { top:56.375rem;left:10.75rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GsVQ4SE6orwQxKeIEWUxAgcVZI4vodgq { top:24.1875rem;left:0rem;width:1.375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qw8yae677qeLvP4yWqZeXMQlxrOAHBDi { top:56.1875rem;left:13.875rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwtwlLH1BZIcUEW6RdpbwvFzRZpG8FHp { top:24.1875rem;left:0rem;width:1.3125rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWbKAfQGhm30J7DNv9JaQJfpSAVS8BtU { top:22.375rem;left:0rem;width:13.5625rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IChAWq8MmqlJ8kgPOiFZGkNkD3gvAZfO { top:56.375rem;left:17.5rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezNbqbqdT423BVqC9RFg3unWhcoeXfh6 { top:24.1875rem;left:0rem;width:6.9375rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1zPP57NuOIn3xtf7uVQmHLnd6dmSG5r { top:23.375rem;left:0rem;width:7.9375rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rKGLBUez6601puDUvTS6ETN66sfFiG6r { top:24.5rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWWMXE5iRGBp9ikPLNHHD0ucLmwzyJtH { top:56.625rem;left:26.0625rem;width:5.75rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx { display:none; }#BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ea0vZCto5xbgispSckW8FXFtCMhuemR6 { display:none; }
 }@media only screen and (max-width: 763px) { #oJCaTpbNfJpgy83D30li1WfvIWdqJCoL { display:block; }#oJCaTpbNfJpgy83D30li1WfvIWdqJCoL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { top:13.9375rem;left:13.0625rem;width:34.6875rem;height:12.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { top:17.9375rem;left:0rem;width:34.6875rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2vvZsaIiZDsTP3xGTpcqnTsX5oBz2Fh { top:5.9375rem;left:0rem;width:18.25rem;height:6.25rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQ7xDexG37cLReoZ5fWLJnNTOTIOzkBE { top:14.3125rem;left:0rem;width:7.3125rem;height:8.0625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWGu37OCehdVX9k6xRXJtd8fM0OWSqVP { top:22.3125rem;left:22.0625rem;width:25.6875rem;height:10.8125rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { top:3.75rem;left:4.28125rem;width:39.1875rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBcWVpfutamJ9sdAKysqvKczrP4Fv4AC { top:43.6875rem;left:0rem;width:23.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFDOnOVvnSbN90CWI3ItPrETimooWr5m { top:44.5rem;left:0rem;width:20.125rem;height:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKLMOgaS0OkegMtTa2g15in5x2lfeQMi { top:44.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlOtPvJMkK22DTaMm7gHJcq00ckcKG1H { top:50.375rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgOm0MRlNn1uxrAANV5NAUwxPKC2oNDZ { top:43.0625rem;left:37.1875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gClogvtCWgg9hPv9frnyMTssKwHsg5TD { top:11.1875rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWS9zZZCMyOI8iIbJmmgPg61kGAclTKt { top:11.25rem;left:23.625rem;width:24.125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7z5xzTR6fMnF7d48hqUlvqnZUGhDwEK { top:27.5625rem;left:23.625rem;width:24.125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TXeQfaDTWfWyysE8DhZa7w4NHKsdt2 { top:43.6875rem;left:23.625rem;width:23.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJKx6bHdag18ZTZRCRySiIvJFDC3rTuP { top:44.5rem;left:27.625rem;width:20.125rem;height:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW1zxS7i6eioU70i2Kl3aJvUto3pr414 { top:44.375rem;left:38rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlDrOrmi8nq2BlOJPK1wbawIEDFhcDEs { top:43.6875rem;left:11.8125rem;width:23.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMAmUDv8naiKGBFuIy4O6ZRddZE1BVu0 { top:44.5rem;left:15.75rem;width:20.125rem;height:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sx3Te4PMq4bXmv45KSWmqfSfZs0XpRnC { top:44.4375rem;left:12.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6Gt4eE4IstErV8exfrNJ0lkDyW5ztRG { top:50.4375rem;left:38.75rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DASCZHc7UTzEwVwIfAQh2DxnukXQJ8GU { top:49rem;left:0rem;width:23.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzI3MHV8258vTGrttb6IaTDZNOo64SEZ { top:49.8125rem;left:0rem;width:20.125rem;height:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaXobqeW36IqoTCZMizeXNKntQ6PwSia { top:49.75rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbd2hy5eX66iRTLn7Rgmnd555fz4c0UH { top:49rem;left:11.8125rem;width:23.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5hCkVCSeQavvBtwydvhpOctDDUL91qZ { top:49.75rem;left:12.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtEXXpMLHysiObiCJikN4Zmac1m99Ax3 { top:49.8125rem;left:15.75rem;width:20.125rem;height:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sene3RRf0DuRlmJhMSlAwbtvC5tXG3fC { top:49rem;left:23.625rem;width:23.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfM020DymyNtJDiydalMGGdwkmpMDqKk { top:49.75rem;left:38rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8t75el0heFc6W9HdOZ1cWyWbJURDt6D { top:49.8125rem;left:27.625rem;width:20.125rem;height:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRu8WSkwI4WNmmVlW3CQSuUiCzBMv8gT { top:54.3125rem;left:11.8125rem;width:23.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPGyLGp4kz2U5COkcvEKrazVBqq6EyKw { top:55.125rem;left:15.75rem;width:20.125rem;height:2.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTzQ5v7JR2DpVHrWCC7ZSJW4FUfKILvp { top:55.0625rem;left:12.5625rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBlWiiGvXQ9tSCwTsn6Nhvz5d5a6rW8c { top:44.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uv8cGp3WKtpAZ7RUZQRebHoGWJ714Gi4 { top:45rem;left:13.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alk74oyQk6cFZnEarc4xLRsTkqeU0dXn { top:44.9375rem;left:38.625rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqRv9pGWsHONWBpie39LJvrTvdKCwZGM { top:50.3125rem;left:13.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCoTfBMD2Z7DTlE8cLkPThToqdUTSmC2 { top:55.625rem;left:13.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cibp4yv4539yzUFQV2e90U1vWGI0VRHE { top:55.625rem;left:13.1875rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcXLGtllSNHzaInoocgc5tmw65DId0Sy { top:44.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4wVEqZeer3R3wMVZ3kcgpTZnq0w0KFP { top:55.625rem;left:13.1875rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fx8ucb8wk3vUQPnyBTnmhI3sqwPnHKkG { top:44.875rem;left:0rem;width:1.4375rem;height:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:2.1875rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:2.1875rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.4375rem;left:0rem;width:21.875rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.6875rem;left:0rem;width:27.3125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { top:3.75rem;left:6.84375rem;width:34.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcPMIQlhZbuZDeg6BWaXW3ku6eLFG3Ta { width:13.75rem;height:2.5625rem;top:32.0625rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyd6ttTm8BmqsyBAfIcLS0t52BqZfiuo { display:block; }
 }@media only screen and (max-width: 763px) { #GGqROdl0vfM61yURLOAFuneoPzP22woz { top:10.9375rem;left:0rem;width:24.0625rem;height:50.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e243XOUFNtZdsdLhhOaJwWyobqqXN2C0 { width:23.25rem;height:3.25rem;top:65.375rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TELqox8QvwQPsCTLz1N5qR2hJRma9GN8 { display:block; }
 }@media only screen and (max-width: 763px) { #VdC1vmZ10kST2iVwmb7MfOSv5tOTb0pb { top:10.9375rem;left:0rem;width:47.5rem;height:47.981622306717rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOGbSUmTDoZt5JqdSE3NIPefEyGT2xBW { top:12.875rem;left:0rem;width:12.5rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkorQVd3iwG5ZTA07T4d1TsBhOcZnF69 { top:17.1875rem;left:0rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrS8EXyH0D8hQNuTwT3RgKLV1vsRi6NS { top:23.4375rem;left:0rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRMxPpsiqKbQLLzVtFZcAeT75cipWM2A { top:35.9375rem;left:0rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoikI5fhvXUJoapM8cOAhbQaCPfZPWF3 { top:29.6875rem;left:0rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA1S5oruLEFhC0eSCEd7Rbq06myBwAlA { top:42.1875rem;left:0rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPcLxK0OPHyGXbAl8uyXr89Sz9wOGaS6 { top:48.4375rem;left:0rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHu2Nd0y8TEMKbRFIlZW0Hg5A4SXI3qF { top:54.6875rem;left:0rem;width:21.5625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwDGv0JHHt7dbSTGTe5LpkgA92vf0J8s { top:12.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbInd3kgkX2zowCOL5meuGh0G2N70bW7 { top:19.0625rem;left:0rem;width:12.5rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXbwMuVDSWLkgpeBRM020n2qVQURtFUa { top:19.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAevGhz22W59IyPsyZqOt1rhrJ3vTN9B { top:37.875rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm1R53FpMOTksont3gDWZmAfvqzluFDI { top:37.8125rem;left:0rem;width:12.5rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqtwPTUkc3pDSQcfsyTUBqdkXlobZlMn { top:44.125rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #svGzIxfcs62NvTnzRmMf5TnkQRGuS3Fz { top:44.0625rem;left:0rem;width:12.5rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvW538rG9nLvoTpOzSBCUQLxyCLSclyV { top:25.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTUZXHohXzlV4XE8ayJzqH1Zz8TUURvR { top:25.3125rem;left:0rem;width:12.5rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pws2D6Amt3ZB0OLhWuemX8lcmEeeUpdT { top:31.5625rem;left:0rem;width:12.5rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvZKGTyXylIgf5ViOke4wJyCm95uoFzh { top:50.3125rem;left:0rem;width:12.5rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvv6aLfH7poWWUzF2Uv6hH74gZHdTf8o { top:56.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN5sl3QAiL9ZsGr1Q1IFrmqpo4kBNEkQ { top:56.5625rem;left:0rem;width:12.5rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGOsV6J8hmTFayCiQxCQiScX4rEpacTo { top:31.8125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIG4ZSXhsDpcPSMhsSFlA80LPTcgX0H4 { top:50.5625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdhL57BqI9dEUhuS93RwnQmax4XTyoNf { top:17.1875rem;left:0rem;width:21.5625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #arCUaTbTAJBCggKBUGbzd6FqcWLHFhhc { top:17.1875rem;left:0rem;width:21.5625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QsyTErzZzNA9wl6J2vPxkVMrlXH0UtNk { top:17.1875rem;left:0rem;width:21.5625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #em3ubRxe76q4n92sg6Hst6TKrNsK7z2O { top:25.5625rem;left:0rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VJwmx14hrITMWBxCNTSSw4Lqpnbs7H56 { top:19.125rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PDM6Ae9vuyXTT0QybE1L4MAKOlgO37r9 { top:17.1875rem;left:0rem;width:21.5625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XKCd9NaIW2iWyuWqRAttiVmwX4UOWnXo { top:17.1875rem;left:0rem;width:21.5625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KJcEROnn1bwaMPpscnfSgEVWCu4LpwzR { top:17.1875rem;left:0rem;width:21.5625rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IXiBo7np7EGQD4oVF5qORq3aRkkMRuIA { top:19.125rem;left:0rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJchsFvPdVWIRsAWLlwG1AFsxLXeH11Z { top:25.5625rem;left:0rem;width:2rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223d8e47-5012-4307-ae95-7c83d0b01f2d/1_657d457a28ee1.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.25rem;height:1.21875rem;top:24.5625rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:17.5rem;height:2.5rem;top:27.125rem;left:1.25rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.24875rem;height:2.375rem;top:23.875rem;left:1.25rem;background-color:rgba(17,17,17,0.27);background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89355625rem;top:24.6875rem;left:2rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:24.6875rem;left:12.8125rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MpMDu5XCiJ1XOMU1nDm8XeN4GqCS9Uuz { width:4.1875rem;height:4.5625rem;top:1.0625rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1ziNAwCFIms3AGh4aciRNNasMWmHcVU { width:8.125rem;height:0.89355625rem;top:6.4375rem;left:6.25rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CRVqsTnN9oA0ob55PVa5S8UXs0rkXLDh { display:flex;width:0.875rem;height:0.875rem;top:6.5rem;left:5.875rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #rQCR4BurhZnf6unCPT8VbrVaNifnD5oi { width:6.25rem;height:1.798825rem;top:12rem;left:10.625rem;font-size:0.75rem;color:#eadab1;display:block; }
 }@media only screen and (max-width: 763px) { #S2s90J6Dl1qgnAvPNt2EJ3k0TcyCwKI0 { width:5.0625rem;height:1.798825rem;top:19.5625rem;left:3.6875rem;font-size:0.75rem;color:#eadab1;display:block; }
 }@media only screen and (max-width: 763px) { #TBcu7IN1lKN5iQRAlv2kIKNTVs9P2zfO { width:5.4375rem;height:1.798825rem;top:19.6875rem;left:11rem;font-size:0.75rem;color:#eadab1;display:block; }
 }@media only screen and (max-width: 763px) { #bWKB7tNmU6UEQIdaX408uwDHmOlwsbCS { width:6rem;height:1.798825rem;top:12rem;left:3.25rem;font-size:0.75rem;color:#eadab1;display:block; }
 }@media only screen and (max-width: 763px) { #bspWJnATrZTv2nFzF8cdQPo1zeQLyg8n { width:1.875rem;height:1.875rem;top:9.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyH3wtCdqi5TZNBzBgVvA8xd2J9lkIIq { width:2rem;height:2rem;top:9.2958984375rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGh0scZPJJlKKWFmpJy6Pp9LTFcwNd8p { width:2.125rem;height:2.125rem;top:16.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzu4XPywPpJohCb2qqS5P8SxXGFaEuwN { width:2rem;height:2rem;top:17.125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ0H4dGDMGXWA3L3dWoyZu7KaXCo3Pe0 { width:10rem;height:10rem;top:38.79785rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SX4180nd1eipcIlQ2KGukscsWHEd8Na8 { width:6.875rem;height:6.875rem;top:8.3125rem;left:2.8125rem;background-color:rgba(var(--color-tertiary-4),0.4);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CKLCGQucT2DEJiVGnCsMSC7dSEIPvqrB { width:10rem;height:10rem;top:50.04785rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvMrMSFvyqTmfElvFZQwUqwDOixBEJ2d { width:10rem;height:10rem;top:61.29785rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmM704TWkw9dFPVAhDqTQuiDd5CsIQTt { width:6.875rem;height:6.875rem;top:8.3125rem;left:10.3125rem;z-index:15001;background-color:rgba(var(--color-tertiary-4),0.4);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dAfeWeOhvIG5FJitlBGDdN5nIEhaBxL4 { width:6.875rem;height:6.875rem;top:15.875rem;left:2.8125rem;z-index:15002;background-color:rgba(var(--color-tertiary-4),0.4);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uLMos2VRG6nbmBJNC7g5BvdLL22nlTV7 { width:6.875rem;height:6.875rem;top:15.875rem;left:10.3125rem;z-index:15003;background-color:rgba(var(--color-tertiary-4),0.4);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE { background-color:#bab3a1;background-image:none;display:block; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { background-color: transparent; background-image: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row > .video-iframe-container { display: none; }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .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); }#LXDRwyhALVtIVpLB4qR2QZug0BTq6cwE > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7233XsTKTG273vqVNX48syDDN5yMVKM { width:7.125rem;height:0.9746125rem;top:20.3125rem;left:12.25rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { width:7.9375rem;height:1.21875rem;top:19.1875rem;left:11.4375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { width:5.75rem;height:1.13671875rem;top:18.1875rem;left:13.625rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#bab3a1;display:block; }
 }@media only screen and (max-width: 763px) { #bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { width:1.375rem;height:1.13671875rem;top:20rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { display:flex;width:1.25rem;height:1.25rem;top:19.875rem;left:3.0625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { width:1.3125rem;height:1.13671875rem;top:20rem;left:4.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8HidyypToFlxfn8eQL54likrDIv9CUH { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { display:flex;width:1.25rem;height:1.25rem;top:19.9375rem;left:0.625rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #t6a0ikqn1PiDRVEGTlOchSVX0LqHewKG { width:6.9375rem;height:1.13671875rem;top:20rem;left:7.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k9RLMTxl8tE4Z21V9rTeqbknBQ6wdMQL { display:flex;width:1.375rem;height:1.375rem;top:19.875rem;left:5.9375rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #F2SOAw82f3sMmT49N07c44B8IuWwrVIU { width:20rem;height:4.0625rem;top:17.625rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuIHLs4iPIiUvgvvxZT0dfH8iUuTquFk { width:13.5625rem;height:1.4619125rem;top:18.1875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15289;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #LfD3WOP88emDTx6nFHOMQfpEAmIKs6x5 { width:9.3125rem;height:5.625rem;top:3.875rem;left:0rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #UFwf8MOSO4KztKPoeuSFhVsrngDz5tnQ { width:9.3125rem;height:5.625rem;top:3.875rem;left:10.3125rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #HDTV9pfGqRKGIOuMyae3PAk2K3kvKJPi { width:20rem;height:4.375rem;top:98rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uq0TJNICfS2gBMNDq2dM0i6i1qX1gv2k { width:20rem;height:0;top:99.3125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15289;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #olIb3fsU6AnT4DIdz04EIep5kWTrvxSn { width:1.375rem;height:0;top:99.6875rem;left:18.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZwIgxRgQmuxmDf4DIAzG5odcOtP66ucd { display:flex;width:1.625rem;height:1.625rem;top:99.25rem;left:18.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BotKvKwoQIh2dcw6HTZDyNFqGTn60Z4d { width:1.3125rem;height:0;top:99.6875rem;left:18.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hEhDquwPwdLU7qrgJsL90Xx0PaaiVgMv { display:flex;width:1.625rem;height:1.625rem;top:99.4375rem;left:18.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i4lvVGJ4nGJNoaQZ7VnefZ8eLm0K6iHX { width:8.625rem;height:0;top:99.6875rem;left:11.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #pusuHa61ARDqqc5NHvWiVEg03Wu5W3tE { display:flex;width:1.625rem;height:1.625rem;top:99.4375rem;left:18.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTF8IC2tLuOBArdkXBrQefTa0567XTKC { width:7.9375rem;height:0;top:99.5rem;left:12.0625rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #pryyv9PObFmFq6OeRfcDW3U8BSxEw5JH { width:5.75rem;height:0;top:99.6875rem;left:14.25rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#d88d43;display:none; }
 }@media only screen and (max-width: 763px) { #vyzJWkKmSc8xwQKGEec21BNuAdGNzm8t { width:5.9375rem;height:0;top:99.75rem;left:14.0625rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #yFg7ZtHsDdaREPVT8sk4sL8aTPoRLDiw { width:17.5rem;height:2.5rem;top:42.6875rem;left:1.25rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #VcmfIMOubPMZMWq0HyFtAS5qEN5BTMgt { display:block; }
 }@media only screen and (max-width: 763px) { #IoKtVoBVqfzfVwltGdJEk8xFmZ6nAiKq { width:17.5rem;height:2.5rem;top:27.4375rem;left:1.25rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mNlhv5A4Nc3sHIK0D2ryevCCCVvkAhkB { display:block; }
 }@media only screen and (max-width: 763px) { #AKKxalPLzFemzoW7htFDkueQ2M30eFpB { width:13.75rem;height:2.5rem;top:71.5rem;left:3.125rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFFe67GTCmhNC62XsBG2Ibb1RPGWuGKJ { display:block; }
 }@media only screen and (max-width: 763px) { #GK92yQNsNQzGuFMFV8FV9myKz095Xmlk { width:9.3125rem;height:5.625rem;top:10.5rem;left:0rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #A3iaED9rKD8QFA9A6XV457TzGAKAPrEX { width:9.3125rem;height:5.625rem;top:10.5rem;left:10.3125rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #RMwFGKvaVsBJIiUPoJmKWQm7RaA2t3fq { width:20rem;height:4.0625rem;top:21.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #MkxVihFzr4oWdcAiA82ysSDq4AH9OD6R { display:flex;width:1.25rem;height:1.25rem;top:24.125rem;left:0.625rem;font-size:0.875rem;z-index:15154; }
 }@media only screen and (max-width: 763px) { #GsVQ4SE6orwQxKeIEWUxAgcVZI4vodgq { width:1.375rem;height:1.13671875rem;top:24.1875rem;left:1.75rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15142;display:block; }
 }@media only screen and (max-width: 763px) { #qw8yae677qeLvP4yWqZeXMQlxrOAHBDi { display:flex;width:1.25rem;height:1.25rem;top:24.0625rem;left:3.375rem;font-size:0.875rem;z-index:15155; }
 }@media only screen and (max-width: 763px) { #hwtwlLH1BZIcUEW6RdpbwvFzRZpG8FHp { width:1.3125rem;height:1.13671875rem;top:24.1875rem;left:4.5rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15143;display:block; }
 }@media only screen and (max-width: 763px) { #sWbKAfQGhm30J7DNv9JaQJfpSAVS8BtU { width:13.5625rem;height:1.4619125rem;top:22.375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15300;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #IChAWq8MmqlJ8kgPOiFZGkNkD3gvAZfO { display:flex;width:1.375rem;height:1.375rem;top:24.0625rem;left:5.9375rem;font-size:0.9375rem;z-index:15156; }
 }@media only screen and (max-width: 763px) { #ezNbqbqdT423BVqC9RFg3unWhcoeXfh6 { width:6.9375rem;height:1.13671875rem;top:24.1875rem;left:7.625rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #u1zPP57NuOIn3xtf7uVQmHLnd6dmSG5r { width:7.9375rem;height:1.21875rem;top:23.375rem;left:11.4375rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #rKGLBUez6601puDUvTS6ETN66sfFiG6r { width:7.125rem;height:0.9746125rem;top:24.5rem;left:12.25rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15167;display:block; }
 }@media only screen and (max-width: 763px) { #AWWMXE5iRGBp9ikPLNHHD0ucLmwzyJtH { width:5.75rem;height:1.13671875rem;top:22.375rem;left:13.625rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#bab3a1;z-index:15166;display:block; }
 }@media only screen and (max-width: 763px) { #BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx { background-color:#ecede7;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; }#BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx > .row .container { background-color: transparent; background-image: none; }#BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx > .row .container > .video-iframe-container { display: none; }#BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx > .row > .video-iframe-container { display: none; }#BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx > .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); }#BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx > .row .container { border-width: 0; border-radius: 0; }#BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BROEPw6wnRVaTQFppR0RuPOZPOvL9BNx > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ea0vZCto5xbgispSckW8FXFtCMhuemR6 { height:11.25rem;width:20rem;top:1.5625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #oJCaTpbNfJpgy83D30li1WfvIWdqJCoL { display:none; }#oJCaTpbNfJpgy83D30li1WfvIWdqJCoL > .row .container { width:20rem;height:14.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c322793e-e93d-4faf-aba7-824d8e7691e6/Hero12.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.adaptive-delivery-prevent-bg, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyload, #kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx.lazyloading { background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { background-color: transparent; background-image: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row > .video-iframe-container { display: none; }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .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); }#kQm3b2WrTATIHU5Dz6ZBoqG4h4SpG3bx > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xZSkP6xcQaTXzxIKu7ccRqNPbqZKQ44i { width:18.25rem;height:11.6923875rem;top:3.93359375rem;left:0.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iv6GTSnr6lQSmUOmvdoSX5y8UJ4wTNEN { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I2vvZsaIiZDsTP3xGTpcqnTsX5oBz2Fh { width:18.25rem;height:0;top:3.373046875rem;left:0.875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #sQ7xDexG37cLReoZ5fWLJnNTOTIOzkBE { width:7.3125rem;height:0;top:10.54296875rem;left:1.25rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15035;display:none; }
 }@media only screen and (max-width: 763px) { #VWGu37OCehdVX9k6xRXJtd8fM0OWSqVP { width:12.375rem;height:0;top:10.5625rem;left:7rem;font-size:0.75rem;line-height:1.2;text-align:left;text-align-last:left;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:#ffffff;background-image:none;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dBcWVpfutamJ9sdAKysqvKczrP4Fv4AC { width:20rem;height:2.5rem;top:22.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #ecede7;border-left:0.0625rem solid #ecede7;border-right:0.0625rem solid #ecede7;border-bottom:0.0625rem solid #ecede7;display:block; }
 }@media only screen and (max-width: 763px) { #cFDOnOVvnSbN90CWI3ItPrETimooWr5m { width:15.75rem;height:1.94921875rem;top:22.650390625rem;left:2.75rem;font-size:0.75rem;line-height:2.6;display:block; }
 }@media only screen and (max-width: 763px) { #vKLMOgaS0OkegMtTa2g15in5x2lfeQMi { width:1.25rem;height:1.25rem;top:22.8125rem;left:0.625rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #TlOtPvJMkK22DTaMm7gHJcq00ckcKG1H { display:flex;width:0.75rem;height:0.75rem;top:30.75rem;left:1.0625rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #ZgOm0MRlNn1uxrAANV5NAUwxPKC2oNDZ { display:flex;width:0.625rem;height:0.625rem;top:24.375rem;left:1.5625rem;font-size:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gClogvtCWgg9hPv9frnyMTssKwHsg5TD { width:20rem;height:11.25rem;top:3.875rem;left:0rem;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/36ab8b9e-59cd-4d6a-90c3-f6707beca28d/Features.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gClogvtCWgg9hPv9frnyMTssKwHsg5TD.adaptive-delivery-prevent-bg, #gClogvtCWgg9hPv9frnyMTssKwHsg5TD.lazyload, #gClogvtCWgg9hPv9frnyMTssKwHsg5TD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yWS9zZZCMyOI8iIbJmmgPg61kGAclTKt { width:9.6875rem;height:5.9375rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7z5xzTR6fMnF7d48hqUlvqnZUGhDwEK { width:9.6875rem;height:5.9375rem;top:15.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TXeQfaDTWfWyysE8DhZa7w4NHKsdt2 { width:20rem;height:2.5rem;top:27.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #ecede7;border-left:0.0625rem solid #ecede7;border-right:0.0625rem solid #ecede7;border-bottom:0.0625rem solid #ecede7;display:block; }
 }@media only screen and (max-width: 763px) { #OJKx6bHdag18ZTZRCRySiIvJFDC3rTuP { width:9.0625rem;height:1.94921875rem;top:27.625rem;left:2.75rem;font-size:0.75rem;line-height:2.6;display:block; }
 }@media only screen and (max-width: 763px) { #JW1zxS7i6eioU70i2Kl3aJvUto3pr414 { width:1.25rem;height:1.25rem;top:27.8125rem;left:0.625rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #dlDrOrmi8nq2BlOJPK1wbawIEDFhcDEs { width:20rem;height:2.5rem;top:24.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #ecede7;border-left:0.0625rem solid #ecede7;border-right:0.0625rem solid #ecede7;border-bottom:0.0625rem solid #ecede7;display:block; }
 }@media only screen and (max-width: 763px) { #qMAmUDv8naiKGBFuIy4O6ZRddZE1BVu0 { width:15.9375rem;height:1.94921875rem;top:25.150390625rem;left:2.75rem;font-size:0.75rem;line-height:2.6;display:block; }
 }@media only screen and (max-width: 763px) { #sx3Te4PMq4bXmv45KSWmqfSfZs0XpRnC { width:1.25rem;height:1.25rem;top:25.3125rem;left:0.625rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #A6Gt4eE4IstErV8exfrNJ0lkDyW5ztRG { display:flex;width:0.75rem;height:0.75rem;top:35.8125rem;left:1.0625rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #DASCZHc7UTzEwVwIfAQh2DxnukXQJ8GU { width:20rem;height:2.5rem;top:29.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #ecede7;border-left:0.0625rem solid #ecede7;border-right:0.0625rem solid #ecede7;border-bottom:0.0625rem solid #ecede7;display:block; }
 }@media only screen and (max-width: 763px) { #LzI3MHV8258vTGrttb6IaTDZNOo64SEZ { width:12.8125rem;height:1.94921875rem;top:30.150390625rem;left:2.75rem;font-size:0.75rem;line-height:2.6;display:block; }
 }@media only screen and (max-width: 763px) { #FaXobqeW36IqoTCZMizeXNKntQ6PwSia { width:1.25rem;height:1.25rem;top:30.3125rem;left:0.625rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #cbd2hy5eX66iRTLn7Rgmnd555fz4c0UH { width:20rem;height:2.5rem;top:32.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #ecede7;border-left:0.0625rem solid #ecede7;border-right:0.0625rem solid #ecede7;border-bottom:0.0625rem solid #ecede7;display:block; }
 }@media only screen and (max-width: 763px) { #l5hCkVCSeQavvBtwydvhpOctDDUL91qZ { width:1.25rem;height:1.25rem;top:32.8125rem;left:0.625rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #wtEXXpMLHysiObiCJikN4Zmac1m99Ax3 { width:13.4375rem;height:1.94921875rem;top:32.650390625rem;left:2.75rem;font-size:0.75rem;line-height:2.6;display:block; }
 }@media only screen and (max-width: 763px) { #sene3RRf0DuRlmJhMSlAwbtvC5tXG3fC { width:20rem;height:2.5rem;top:34.8125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #ecede7;border-left:0.0625rem solid #ecede7;border-right:0.0625rem solid #ecede7;border-bottom:0.0625rem solid #ecede7;display:block; }
 }@media only screen and (max-width: 763px) { #DfM020DymyNtJDiydalMGGdwkmpMDqKk { width:1.25rem;height:1.25rem;top:35.375rem;left:0.625rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #k8t75el0heFc6W9HdOZ1cWyWbJURDt6D { width:13.8125rem;height:1.94921875rem;top:35.150390625rem;left:2.75rem;font-size:0.75rem;line-height:2.6;display:block; }
 }@media only screen and (max-width: 763px) { #rRu8WSkwI4WNmmVlW3CQSuUiCzBMv8gT { width:20rem;height:2.5rem;top:37.3125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid #ecede7;border-left:0.0625rem solid #ecede7;border-right:0.0625rem solid #ecede7;border-bottom:0.0625rem solid #ecede7;display:block; }
 }@media only screen and (max-width: 763px) { #NPGyLGp4kz2U5COkcvEKrazVBqq6EyKw { width:13.125rem;height:1.94921875rem;top:37.650390625rem;left:2.75rem;font-size:0.75rem;line-height:2.6;display:block; }
 }@media only screen and (max-width: 763px) { #qTzQ5v7JR2DpVHrWCC7ZSJW4FUfKILvp { width:1.25rem;height:1.25rem;top:37.8125rem;left:0.625rem;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #yBlWiiGvXQ9tSCwTsn6Nhvz5d5a6rW8c { display:flex;width:0.75rem;height:0.75rem;top:23.25rem;left:1.0625rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #uv8cGp3WKtpAZ7RUZQRebHoGWJ714Gi4 { display:flex;width:0.75rem;height:0.75rem;top:25.75rem;left:1.0625rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #Alk74oyQk6cFZnEarc4xLRsTkqeU0dXn { display:flex;width:0.75rem;height:0.75rem;top:28.25rem;left:1.0625rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #xqRv9pGWsHONWBpie39LJvrTvdKCwZGM { display:flex;width:0.875rem;height:0.875rem;top:33.1875rem;left:1rem;font-size:0.5625rem; }
 }@media only screen and (max-width: 763px) { #hCoTfBMD2Z7DTlE8cLkPThToqdUTSmC2 { display:flex;width:0.75rem;height:0.75rem;top:38.25rem;left:1.0625rem;font-size:0.5rem; }
 }@media only screen and (max-width: 763px) { #Cibp4yv4539yzUFQV2e90U1vWGI0VRHE { display:flex;width:1.375rem;height:1.375rem;top:41.1875rem;left:9.3125rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcXLGtllSNHzaInoocgc5tmw65DId0Sy { display:flex;width:1.4375rem;height:1.4375rem;top:44.875rem;left:9.25rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4wVEqZeer3R3wMVZ3kcgpTZnq0w0KFP { display:flex;width:0.75rem;height:0.75rem;top:38.25rem;left:1.0625rem;font-size:0.5rem;z-index:15115; }
 }@media only screen and (max-width: 763px) { #fx8ucb8wk3vUQPnyBTnmhI3sqwPnHKkG { display:flex;width:0.75rem;height:0.75rem;top:23.25rem;left:1.0625rem;font-size:0.5rem;z-index:15111; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:rgba(171,207,223,0.88);background-image:url("https://images.assets-landingi.com/uc/231a6342-de7f-41dc-bbb3-94b428ebdf20/WoodBG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.6240234375rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.6240234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:25.8232421875rem;left:1.8740234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.5rem;top:1.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.2246125rem;top:3.13671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcPMIQlhZbuZDeg6BWaXW3ku6eLFG3Ta { width:17.5rem;height:2.5rem;top:15.25rem;left:1.25rem;font-size:1rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;z-index:15284;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fda349, #b06318);background-image: -moz-linear-gradient(180deg, #fda349, #b06318);background-image: -ms-linear-gradient(180deg, #fda349, #b06318);background-image: -o-linear-gradient(180deg, #fda349, #b06318);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );";background-image: linear-gradient(180deg, #fda349, #b06318);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #nyd6ttTm8BmqsyBAfIcLS0t52BqZfiuo { display:block; }
 }@media only screen and (max-width: 763px) { #GGqROdl0vfM61yURLOAFuneoPzP22woz { width:20rem;height:24.875rem;top:24.6875rem;left:0rem;border-top:0.0625rem solid #bab3a1;border-left:0.0625rem solid #bab3a1;border-right:0.0625rem solid #bab3a1;border-bottom:0.0625rem solid #bab3a1;display:block; }
 }@media only screen and (max-width: 763px) { #e243XOUFNtZdsdLhhOaJwWyobqqXN2C0 { width:19rem;height:2.5rem;top:51.375rem;left:0.5rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TELqox8QvwQPsCTLz1N5qR2hJRma9GN8 { display:block; }
 }@media only screen and (max-width: 763px) { #VdC1vmZ10kST2iVwmb7MfOSv5tOTb0pb { width:20rem;height:20.1875rem;top:3.8818359375rem;left:0rem;border-top:0.0625rem solid #bab3a1;border-left:0.0625rem solid #bab3a1;border-right:0.0625rem solid #bab3a1;border-bottom:0.0625rem solid #bab3a1;display:block; }
 }@media only screen and (max-width: 763px) { #kOGbSUmTDoZt5JqdSE3NIPefEyGT2xBW { width:12.5rem;height:1.798825rem;top:25.4375rem;left:2.625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LkorQVd3iwG5ZTA07T4d1TsBhOcZnF69 { width:18.75rem;height:0.0625rem;top:27.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrS8EXyH0D8hQNuTwT3RgKLV1vsRi6NS { width:20rem;height:0.0625rem;top:50.3457rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRMxPpsiqKbQLLzVtFZcAeT75cipWM2A { width:20rem;height:0.0625rem;top:67.5664rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZoikI5fhvXUJoapM8cOAhbQaCPfZPWF3 { width:20rem;height:0.0625rem;top:58.95605rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oA1S5oruLEFhC0eSCEd7Rbq06myBwAlA { width:20rem;height:0.0625rem;top:76.67675rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qPcLxK0OPHyGXbAl8uyXr89Sz9wOGaS6 { width:20rem;height:0.0625rem;top:85.7871rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EHu2Nd0y8TEMKbRFIlZW0Hg5A4SXI3qF { width:20rem;height:0.0625rem;top:94.39745rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PwDGv0JHHt7dbSTGTe5LpkgA92vf0J8s { display:flex;width:1.5rem;height:1.5rem;top:25.5625rem;left:0.5rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #FbInd3kgkX2zowCOL5meuGh0G2N70bW7 { width:12.5rem;height:1.798825rem;top:28.6728515625rem;left:2.625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ZXbwMuVDSWLkgpeBRM020n2qVQURtFUa { display:flex;width:1.5rem;height:1.5rem;top:28.7587890625rem;left:0.625rem;font-size:1rem; }
 }@media only screen and (max-width: 763px) { #AAevGhz22W59IyPsyZqOt1rhrJ3vTN9B { display:flex;width:2.5rem;height:2.5rem;top:68.8789rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cm1R53FpMOTksont3gDWZmAfvqzluFDI { width:12.5rem;height:1.798825rem;top:37.9208984375rem;left:2.625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wqtwPTUkc3pDSQcfsyTUBqdkXlobZlMn { display:flex;width:2.5rem;height:2.5rem;top:77.98925rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #svGzIxfcs62NvTnzRmMf5TnkQRGuS3Fz { width:12.5rem;height:1.798825rem;top:40.9833984375rem;left:2.625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HvW538rG9nLvoTpOzSBCUQLxyCLSclyV { display:flex;width:1.25rem;height:1.25rem;top:31.875rem;left:0.6875rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #qTUZXHohXzlV4XE8ayJzqH1Zz8TUURvR { width:12.5rem;height:1.798825rem;top:31.599609375rem;left:2.625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Pws2D6Amt3ZB0OLhWuemX8lcmEeeUpdT { width:12.5rem;height:1.798825rem;top:34.787109375rem;left:2.625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KvZKGTyXylIgf5ViOke4wJyCm95uoFzh { width:12.5rem;height:1.798825rem;top:44.099609375rem;left:2.625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Wvv6aLfH7poWWUzF2Uv6hH74gZHdTf8o { display:flex;width:1.375rem;height:1.375rem;top:47.4609375rem;left:0.625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #FN5sl3QAiL9ZsGr1Q1IFrmqpo4kBNEkQ { width:12.5rem;height:1.798825rem;top:47.25rem;left:2.625rem;font-size:0.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dGOsV6J8hmTFayCiQxCQiScX4rEpacTo { display:flex;width:2rem;height:2rem;top:60.26855rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIG4ZSXhsDpcPSMhsSFlA80LPTcgX0H4 { display:flex;width:2rem;height:2rem;top:87.0996rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #cdhL57BqI9dEUhuS93RwnQmax4XTyoNf { width:18.75rem;height:0.0625rem;top:30.9375rem;left:0.625rem;z-index:15275;display:block; }
 }@media only screen and (max-width: 763px) { #arCUaTbTAJBCggKBUGbzd6FqcWLHFhhc { width:18.75rem;height:0.0625rem;top:37.1875rem;left:0.625rem;z-index:15277;display:block; }
 }@media only screen and (max-width: 763px) { #QsyTErzZzNA9wl6J2vPxkVMrlXH0UtNk { width:18.75rem;height:0.0625rem;top:34.0625rem;left:0.625rem;z-index:15276;display:block; }
 }@media only screen and (max-width: 763px) { #em3ubRxe76q4n92sg6Hst6TKrNsK7z2O { display:flex;width:1.25rem;height:1.25rem;top:35rem;left:0.6875rem;font-size:0.875rem;z-index:15287; }
 }@media only screen and (max-width: 763px) { #VJwmx14hrITMWBxCNTSSw4Lqpnbs7H56 { display:flex;width:1.5rem;height:1.5rem;top:38.1337890625rem;left:0.625rem;font-size:1rem;z-index:15284; }
 }@media only screen and (max-width: 763px) { #PDM6Ae9vuyXTT0QybE1L4MAKOlgO37r9 { width:18.75rem;height:0.0625rem;top:40.3125rem;left:0.625rem;z-index:15278;display:block; }
 }@media only screen and (max-width: 763px) { #XKCd9NaIW2iWyuWqRAttiVmwX4UOWnXo { width:18.75rem;height:0.0625rem;top:43.4375rem;left:0.625rem;z-index:15279;display:block; }
 }@media only screen and (max-width: 763px) { #KJcEROnn1bwaMPpscnfSgEVWCu4LpwzR { width:18.75rem;height:0.0625rem;top:46.5625rem;left:0.625rem;z-index:15280;display:block; }
 }@media only screen and (max-width: 763px) { #IXiBo7np7EGQD4oVF5qORq3aRkkMRuIA { display:flex;width:1.5rem;height:1.5rem;top:41.2587890625rem;left:0.625rem;font-size:1rem;z-index:15285; }
 }@media only screen and (max-width: 763px) { #hJchsFvPdVWIRsAWLlwG1AFsxLXeH11Z { display:flex;width:1.25rem;height:1.25rem;top:44.375rem;left:0.6875rem;font-size:0.875rem;z-index:15288; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.6865234375rem;left:0rem;font-size:0.625rem;display:block; }
 }