.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,228,241;--color-primary-1:129,167,208;--color-primary-2:3,78,161;--color-primary-3:2,39,81;--color-primary-4:0,12,24;--color-secondary-0:250,231,218;--color-secondary-1:239,177,133;--color-secondary-2:223,98,10;--color-secondary-3:112,49,5;--color-secondary-4:33,15,2;--color-tertiary-0:255,255,255;--color-tertiary-1:255,246,246;--color-tertiary-2:153,148,148;--color-tertiary-3:92,89,89;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/adt7pMk8/GS_Header.png");background-position:top 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; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ.adaptive-delivery-prevent-bg, #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ.lazyload, #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ.lazyloading { background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { background-color: transparent; background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { border-width: 0; border-radius: 0; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { font-size:0.875rem;font-family:arial;height:52.5625rem;width:60rem;position:relative;display:block; }#Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:7.625rem;left:0rem;height:4.5rem;color:rgba(var(--color-tertiary-1),1);text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RfpN31Kzwe3R82WEgbQdvwiXtFgJAK6T { position:relative;display:none; }#RfpN31Kzwe3R82WEgbQdvwiXtFgJAK6T { border-width: 0; border-radius: 0; }#RfpN31Kzwe3R82WEgbQdvwiXtFgJAK6T > .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; }#RfpN31Kzwe3R82WEgbQdvwiXtFgJAK6T > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-form-header {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:17.5rem;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;text-align:right;text-align-last:right;overflow:hidden;line-height:1.8; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-tertiary-0),0.39);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#011d2f;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:right;text-align-last:right;font-weight:300;font-style:normal; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-tertiary-0),0.39);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#011d2f;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:right;text-align-last:right;font-weight:300;font-style:normal; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-tertiary-0),0.38);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;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:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;text-align:right;text-align-last:right; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:right;text-align-last:right; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:right;text-align-last:right; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:right;text-align-last:right; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem;text-align:right;text-align-last:right; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:400;color:rgba(242,249,255,0.4);vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .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; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .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:"open sans";font-size:0.75rem;font-weight:400;color:rgba(242,249,255,0.4);overflow:hidden;font-style:normal;line-height:1.3; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-container:first-of-type{padding-top:0;}#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-container:last-of-type{padding-bottom:0;}#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ  { background-color:rgba(254,247,218,0.61);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:5rem;top:16.1240234375rem;z-index:15006;position:absolute;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ {display:block;}#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ { background-color:rgba(254,247,218,0.61);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:5rem;top:16.1240234375rem;z-index:15006;position:absolute;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #oPaDAZtyidDcKMSOEDEECgFeL2bF3y8Z { position:relative; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #eeop3bCSFMZUkwyMbll5mlkDhL9TToUE { position:relative;display:block; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #B8lfOhrFaVfkKS5ayM6lffXKpkyzBwaB { position:relative; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #af3W6DNgCbSXX9QTdxD77RStnKZa4l2U { position:relative; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #gokZTUZoXf6y7xhwBMxw4mh0M1A4W4dT { position:relative;display:block; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #G95ZKpWtdLPe2NGX82nQftABQXThwKDV { position:relative; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #WN2nxmawXIdXCQUeqyekEXD1exbXTEZ5 { position:relative; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #Ryr27zAubB2tOlgvGs9Lp8snOpTvenzJ { position:relative;display:block; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #xJfSTfnK6NxGDbHo3JsaAlGePz5rnpcr { position:relative; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #lLfDRKSkOVJWxnDcLpp1OcHLPKFzcAJ1 { position:relative; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #hTqdzqkfT18LLIm0FUS6JT3M6hfiPhdI { position:relative;display:block; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #zVV8ASk7tLhKoWB2ARcZePJC0UC0STTf { position:relative; }
#g0syP8CbysboTaqSd51FewKC0PBelgMJ { position:relative;display:block; }
#VNAE3aJdkl10ob9gXxPw6yMK38ilHTDU { position:relative;display:block; }
#bq3pemNIv9h70ZU7EAn2VW6nXc5z10Sn { position:relative;display:block; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #wCOza7gUTzsJJvWgAC2Ae6vAarL0PqZG { position:relative; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #NMmz3iQu4VoCJSDqBIhR3MeX3ICP8xL7 { position:relative; }
#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP { 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; }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .row .container { background-color: transparent; background-image: none; }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .row .container > .video-iframe-container { display: none; }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .row > .video-iframe-container { display: none; }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .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); }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .row .container { border-width: 0; border-radius: 0; }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .row .container { font-size:0.875rem;font-family:"open sans";height:4.25rem;width:60rem;position:relative;display:block; }#Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:0.75rem;left:6.3125rem;height:3rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .row .container { background-color: transparent; background-image: none; }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .row .container > .video-iframe-container { display: none; }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .row > .video-iframe-container { display: none; }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .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); }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .row .container { border-width: 0; border-radius: 0; }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#t7roKPb18e6wanUuitpsMz0KZfyfJNa1 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3115234375rem;left:25.78125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#uQ0GW9L6m7wJyPG3EoJHTDIpa3gkC77T { color:rgba(var(--color-tertiary-0),1);display:block;width:5.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3115234375rem;left:46.27197265625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#zazdAHShyw0tLCXfNGnizpe0AIUkBtmQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.3115234375rem;left:3.8037109375rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#ZihZBXeF7g66uI89O6BuKEEuSkGO7tXe { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.125rem;left:39.854166030884rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#rvprWUH3E56ckusQf2HCptc2eDunNB9M { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.125rem;left:27.625rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#B0Mmh645CTlFrrN3HQCqpDZzAT4BDFLP { position:absolute;display:block;z-index:15000;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:7.25rem;width:7.25rem;display:none; }
#RTy0Xz7GGSEdy1k4i2TUrGTbuET0wqr2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#rMZcFsgZLQx0bTfdZZuyPqPrT6NDkTv0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#AiedmKm2W4kaMrl0OO9xz8fzb7AG59BZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#btf5AeHZIrveMQs9bIR7eAc1TwTR0SsR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Fw0cbS5Rw34TsXOTcFRR3SKIazTESu1c { position:absolute;display:block;z-index:15000;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:7.25rem;width:7.25rem;display:none; }
#Ocl4vE7iATMo1B6RnA9y17KR52EizInG { position:absolute;display:block;z-index:15000;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:7.25rem;width:7.25rem;display:none; }
#AtOke0gVpKewie7JCphMvJAVxf6V4MES { position:absolute;display:block;z-index:15000;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:7.25rem;width:7.25rem;display:none; }
#COMToWdrNDZLnM84zgtuSpFpPpRMva6o { position:absolute;display:block;z-index:15000;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:7.25rem;width:7.25rem;display:none; }
#vt0MqE6QHlC6v1Vd1Wgh2NmT1zzmwkZT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF { border-top:0.625rem solid rgba(var(--color-tertiary-0),1);border-left:0.625rem solid rgba(var(--color-tertiary-0),1);border-right:0.625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.625rem solid rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-tertiary-0),0.93);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; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container { background-color: transparent; background-image: none; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container > .video-iframe-container { display: none; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row > .video-iframe-container { display: none; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .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); }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container { border-width: 0; border-radius: 0; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container { font-size:0.875rem;font-family:arial;height:2.0625rem;width:60rem;position:relative;display:block; }#yxLZlC2Caok0Rhtlz8qGa8niCuT4z7LL { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#micTOzNV8FWN7sS24cTfpI2qnxoLV3R8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H3K2Sz0rTzSmLP5Svw3rPWHdUBVgn70T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2));display:none; }
#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .row .container { background-color: transparent; background-image: none; }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .row .container > .video-iframe-container { display: none; }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .row > .video-iframe-container { display: none; }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .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); }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .row .container { border-width: 0; border-radius: 0; }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:block; }#RcnSC1WcwatLTSdncFl3Kik6Bh76dR19 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.25rem;width:0.9375rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.25rem;left:25.625rem;overflow:hidden;display:block; }
#XNX6ZTl0TclvaxmQ4f5EcQtARBeHpKLJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),0.05);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:7.625rem;width:0.25rem;position:absolute;display:block;z-index:15002;top:0rem;left:29.778985507246rem;display:block; }
#BZywsDZ1eDykahzkZFWAifguKI9UWR5S { 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);border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:1.625rem;width:1.625rem;position:absolute;display:block;z-index:15004;top:2.5rem;left:29rem;display:block; }
#dKP693uTOnGcz4WD5LXpnHVH4vm10FNo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:6.9375rem;top:1.84375rem;left:30.0283203125rem;overflow:hidden;display:block; }
#RkIZUbivqI4CJlI48iHmpVXdpybZrHur { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));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; }#RkIZUbivqI4CJlI48iHmpVXdpybZrHur > .row .container { background-color: transparent; background-image: none; }#RkIZUbivqI4CJlI48iHmpVXdpybZrHur::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkIZUbivqI4CJlI48iHmpVXdpybZrHur > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkIZUbivqI4CJlI48iHmpVXdpybZrHur > .row .container > .video-iframe-container { display: none; }#RkIZUbivqI4CJlI48iHmpVXdpybZrHur > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkIZUbivqI4CJlI48iHmpVXdpybZrHur > .row > .video-iframe-container { display: none; }#RkIZUbivqI4CJlI48iHmpVXdpybZrHur > .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); }#RkIZUbivqI4CJlI48iHmpVXdpybZrHur > .row .container { border-width: 0; border-radius: 0; }#RkIZUbivqI4CJlI48iHmpVXdpybZrHur > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkIZUbivqI4CJlI48iHmpVXdpybZrHur > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),0.9);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; }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .row .container { background-color: transparent; background-image: none; }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .row .container > .video-iframe-container { display: none; }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .row > .video-iframe-container { display: none; }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .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); }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .row .container { border-width: 0; border-radius: 0; }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:60rem;position:relative;display:block; }#IOTdoPgA3QczNwDTo6oQA4k46kVJvd6x { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:0rem;left:0.375rem;display:none; }
#aWbmKo75aIBH2JPTGA49SFkfbldLIUNW { position:absolute;display:block;z-index:15000;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:19.8125rem;width:60rem;display:none; }
#VGu7sGF1aSio0TXZub2x6u2ub7nZIovS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-0),1), rgba(var(--color-tertiary-0),1));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:none; }#VGu7sGF1aSio0TXZub2x6u2ub7nZIovS > .row .container { border-width: 0; border-radius: 0; }#VGu7sGF1aSio0TXZub2x6u2ub7nZIovS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VGu7sGF1aSio0TXZub2x6u2ub7nZIovS > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:none; }#DWo7fo0SHZ7p8SXBysX89bmTNDciLZH7 { position:relative;display:none; }#DWo7fo0SHZ7p8SXBysX89bmTNDciLZH7 { border-width: 0; border-radius: 0; }#DWo7fo0SHZ7p8SXBysX89bmTNDciLZH7 > .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; }#DWo7fo0SHZ7p8SXBysX89bmTNDciLZH7 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pnXF25bPnZRa4AA6p2QqQhGowuHQ3yE2 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.46875rem;left:23.75rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1GAGMhmcCsHNgZKfsXcl91ag1rsTJ3J { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0.81);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; }#e1GAGMhmcCsHNgZKfsXcl91ag1rsTJ3J > .row .container { background-color: transparent; background-image: none; }#e1GAGMhmcCsHNgZKfsXcl91ag1rsTJ3J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1GAGMhmcCsHNgZKfsXcl91ag1rsTJ3J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1GAGMhmcCsHNgZKfsXcl91ag1rsTJ3J > .row .container > .video-iframe-container { display: none; }#e1GAGMhmcCsHNgZKfsXcl91ag1rsTJ3J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e1GAGMhmcCsHNgZKfsXcl91ag1rsTJ3J > .row > .video-iframe-container { display: none; }#e1GAGMhmcCsHNgZKfsXcl91ag1rsTJ3J > .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); }#e1GAGMhmcCsHNgZKfsXcl91ag1rsTJ3J > .row .container { border-width: 0; border-radius: 0; }#e1GAGMhmcCsHNgZKfsXcl91ag1rsTJ3J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e1GAGMhmcCsHNgZKfsXcl91ag1rsTJ3J > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;position:relative;display:block; }#glLg9xPNWXTiihlEeTpr3vbnH51c1f3h { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.125rem;left:56.3125rem;display:block; }
#NgJB2QnlIVQneygpuf2yAlKNmkZgxdHE { display:block;width:27.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:3.75rem;left:31.375rem;height:3.19921875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:right;text-align-last:right;display:block; }
#HOlPpzuMMrHPAMmtrUZLM0s3mb45mitx { display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0625rem;left:48rem;height:1.625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:right;text-align-last:right;display:block; }
#tdgDAB9B60TDdUo0pSpsMKs6UOg3vG38 { display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:3.625rem;left:0.5625rem;height:3rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:right;text-align-last:right;display:block; }
#Tx5aJcnvhpfsMpD5DEhx6COHQXS64tRr { display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1rem;left:18.375rem;height:1.625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;text-align:right;text-align-last:right;display:block; }
#nJ5PuNoGfy5wCpAE6RhCIXEoONckgaNd { box-sizing:content-box;color:#e5972b;font-size:1rem;font-weight:400;line-height:1;height:1.43663125rem;width:1.43663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:1.125rem;left:36.4375rem;display:block; }
#Ioiomb9pk2xh95elLixBeMvXoJ3P3T9p { box-sizing:content-box;color:#e5972b;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:block;z-index:15020;top:1.125rem;left:35rem;display:block; }
#sbauZwkGpo4Qo1wvHf7foVEOhoqwtUtl { box-sizing:content-box;color:#e5972b;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:block;z-index:15019;top:1.125rem;left:33.625rem;display:block; }
#Resd30NtfaPQpAQEztan3imQ2FXtl6wu { box-sizing:content-box;color:#e5972b;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:block;z-index:15018;top:1.125rem;left:32.25rem;display:block; }
#mH7rmM0oLRGOCKcJDbX5kahfhOqPRgRy { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);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:block;z-index:15014;top:1.25rem;left:4.78125rem;display:none; }
#BRyOirIuOgzG1SF64zuplVkrHeo2Kfu8 { box-sizing:content-box;color:#e5972b;font-size:1rem;font-weight:400;line-height:1;height:1.43555rem;width:1.43555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:1.125rem;left:37.9375rem;display:block; }
#uKMaEgPvvTuQpnO9LsDSfbsDzDHI40Tb { box-sizing:content-box;color:#e5972b;font-size:1rem;font-weight:400;line-height:1;height:1.43663125rem;width:1.43663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:1.125rem;left:7.1875rem;display:block; }
#bX2ubiGgFVe8NNX2gHTHl1BsfJZUkSum { box-sizing:content-box;color:#e5972b;font-size:1rem;font-weight:400;line-height:1;height:1.43555rem;width:1.43555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:1.125rem;left:8.6875rem;display:block; }
#MbrSw9U7rBQTLswT4mnoiHI4XndqTGgE { box-sizing:content-box;color:#e5972b;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:block;z-index:15025;top:1.125rem;left:5.75rem;display:block; }
#eXelVRLmnDoUEGkqTAR0WHXIwp9i6Mef { box-sizing:content-box;color:#e5972b;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:block;z-index:15024;top:1.125rem;left:4.375rem;display:block; }
#IyZBKsbFv9uCqpPR6ucNAKfclIWxR3GT { box-sizing:content-box;color:#e5972b;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:block;z-index:15023;top:1.125rem;left:3rem;display:block; }
#WlgeuQa7OMJF7bahRIwK3ocMFMwQFCNN { box-sizing:content-box;color:#e5972b;font-size:1rem;font-weight:400;line-height:1;height:1.43663125rem;width:1.43663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:2.3595905303955rem;left:17.256942749024rem;display:none; }
#gFQzbhyq3gyGXh6p5HwzwxWfvE28LkGi { box-sizing:content-box;color:#e5972b;font-size:1rem;font-weight:400;line-height:1;height:1.43555rem;width:1.43555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:2.3604583740234rem;left:18.756076812744rem;display:none; }
#IVAgrw1EusVw88b29lkuFmRlxMw5mi8v { box-sizing:content-box;color:#e5972b;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:block;z-index:15025;top:2.3422298431396rem;left:15.821395874024rem;display:none; }
#xzZd3ySVBuhN3Z2OqIV1tSzfcJrwDAaF { box-sizing:content-box;color:#e5972b;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:block;z-index:15024;top:2.3422298431396rem;left:14.446613311767rem;display:none; }
#gRhPwthmJRPHXrRUIyLThmDyZ1sEqTt2 { box-sizing:content-box;color:#e5972b;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:block;z-index:15023;top:2.3422298431396rem;left:13.071830749512rem;display:none; }
#xglvpiatLGuSXIVVNh2FGNf1pTfDrqbI { box-sizing:content-box;color:#e5972b;font-size:1rem;font-weight:400;line-height:1;height:1.43555rem;width:1.43555rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:1.125rem;left:37.9375rem;display:none; }
#yEE2KGFaCVNHu0HxH2qR4t86kBdcwZs3 { box-sizing:content-box;color:#e5972b;font-size:1rem;font-weight:400;line-height:1;height:1.43663125rem;width:1.43663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:1.125rem;left:36.4375rem;display:none; }
#ypqIqQNNC3q5PK1mdq55794T6ehpFFNN { box-sizing:content-box;color:#e5972b;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:block;z-index:15020;top:1.125rem;left:35rem;display:none; }
#xdBvLfoKHegZiZEovMPXmCzkVAPPVQgr { box-sizing:content-box;color:#e5972b;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:block;z-index:15019;top:1.125rem;left:33.625rem;display:none; }
#ltocB0mUPf7qV4LOTCvlS1bowKqZ8PhB { box-sizing:content-box;color:#e5972b;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:block;z-index:15018;top:1.125rem;left:32.25rem;display:none; }
#PrFNczndeU1OW9CpLKeeIcDuzzubMHTd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#MFnzUFmxppoXtVEsTAE0kobb0KHhkr0e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#r9Neb0LBc9sdg6Tgm60qCJ3nC4sZhLD4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#Lv6diBEPzCEF92RUSLZ70ZFrUxbBf5mw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#J1wRi9ygQz6srJcF0E743deipv9dkGOs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#MsNG877NbqGuauT226GQcvtwIH0PbTrM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#BnAXb8z6Aa4Vi4VOW9f0rcD0MtVJBHVx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#iJ0niVhGL5PHTA02dwoetVql5Pg6Ek8Q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#kwTFf9Co4NoqUTZ8rFG6f5txUN9xLOuZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#ao9mlddeyKaibT2s22B3pUQfeQThQhxS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#upNaIRUB7W4Cvk8h50HW1aFMXIy0CEi3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#yNz2qGE5p7XgrX5W20WsoqWF5Zz75wub { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;display:none; }
#hDoWZwFAr6ZkeTNaJ8U6WJ6k47OIPStf { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.125rem;left:56.3125rem;display:none; }
#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .row .container { background-color: transparent; background-image: none; }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .row .container > .video-iframe-container { display: none; }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .row > .video-iframe-container { display: none; }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .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); }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .row .container { border-width: 0; border-radius: 0; }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .row .container { font-size:0.875rem;font-family:"open sans";height:18.875rem;width:60rem;position:relative;display:block; }#eeHFvt4K4VLAkMtfZPtp6KCF4A1wmdNA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.360107421875rem;left:41.9287109375rem;height:1.94921875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ScVKbzF3iAbU0H0NGQG3r4lJPaxMZil7 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4228515625rem;left:33.8642578125rem;height:2.2734375rem;text-align:right;text-align-last:right;display:block; }
#I02XuqTcDRvWq4XxFA8Hxu916XNaBIHN { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.796875rem;left:33.8017578125rem;height:2.2734375rem;text-align:right;text-align-last:right;display:block; }
#iUQiuFVPqRmrRV7aFvK0zpkdTT9L5g4f { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.921875rem;left:33.8642578125rem;height:2.2734375rem;text-align:right;text-align-last:right;display:block; }
#MuVwPcdwT1R2nxxqqptrHr90knM8bFDK { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:12.7958984375rem;left:33.8642578125rem;height:2.2734375rem;text-align:right;text-align-last:right;display:block; }
#TVRxkn7mC5V8yrRqaTrdNXbNNvbNitq3 { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:16.0625rem;left:34.75rem;height:2.2734375rem;font-style:normal;color:rgba(var(--color-tertiary-4),1);text-align:right;text-align-last:right;display:block; }
#tPkBIZducL7IWDKokA8TAK8s2HU5Wh7F { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.18706875rem;width:13.8748125rem;top:3.3116321563721rem;left:3.8802070617676rem;overflow:hidden;display:none; }
#Ql3u47QJ0T4SAy8Jrp0QqgByw4131k9F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ixSihTGShuQ0cuCgBf85eHrWOP4rEir7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#P0RSuFHRXZPuOS71lhPT87MMQgcHSDuQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#OOlEgqEal42Gnxl3272CVp0D8T4PVz44 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#iFTzbdSihnadhbXicobJiHZacz6Lqkwb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#dpJIOBlQznrrLNE2MMGdHVbQ8RayAMRV { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
body { background-color:#ffffff;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { display:block; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { width:47.75rem;position:relative;display:block; }#Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { width:26.1875rem;height:8.125rem;top:4.1875rem;left:0rem;font-size:3.125rem;display:block; }
#RfpN31Kzwe3R82WEgbQdvwiXtFgJAK6T { display:none; }#RfpN31Kzwe3R82WEgbQdvwiXtFgJAK6T > .row .container { width:47.75rem;position:relative;display:none; }#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ  { width:17.5rem;height:auto;top:16.0625rem;left:1.9375rem; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ {display:block;}#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ { width:17.5rem;height:auto;top:16.0625rem;left:1.9375rem;display:none; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #oPaDAZtyidDcKMSOEDEECgFeL2bF3y8Z {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #eeop3bCSFMZUkwyMbll5mlkDhL9TToUE { display:block; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #B8lfOhrFaVfkKS5ayM6lffXKpkyzBwaB {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #af3W6DNgCbSXX9QTdxD77RStnKZa4l2U {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #gokZTUZoXf6y7xhwBMxw4mh0M1A4W4dT { display:block; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #G95ZKpWtdLPe2NGX82nQftABQXThwKDV {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #WN2nxmawXIdXCQUeqyekEXD1exbXTEZ5 {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #Ryr27zAubB2tOlgvGs9Lp8snOpTvenzJ {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #xJfSTfnK6NxGDbHo3JsaAlGePz5rnpcr {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #lLfDRKSkOVJWxnDcLpp1OcHLPKFzcAJ1 {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #hTqdzqkfT18LLIm0FUS6JT3M6hfiPhdI { display:block; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #zVV8ASk7tLhKoWB2ARcZePJC0UC0STTf {  }
#g0syP8CbysboTaqSd51FewKC0PBelgMJ { display:block; }
#VNAE3aJdkl10ob9gXxPw6yMK38ilHTDU { display:block; }
#bq3pemNIv9h70ZU7EAn2VW6nXc5z10Sn { display:block; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #wCOza7gUTzsJJvWgAC2Ae6vAarL0PqZG {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #NMmz3iQu4VoCJSDqBIhR3MeX3ICP8xL7 {  }
#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP { display:block; }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .row .container { width:47.75rem;position:relative;display:block; }#Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { width:20rem;height:4.5rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 { display:block; }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .row .container { width:47.75rem;position:relative;display:block; }#t7roKPb18e6wanUuitpsMz0KZfyfJNa1 { top:13.75rem;left:0rem;width:8.4375rem;height:2.5625rem;font-size:1rem;display:block; }
#uQ0GW9L6m7wJyPG3EoJHTDIpa3gkC77T { top:1.25rem;left:40.14697265625rem;width:5.9375rem;height:1.25rem;font-size:1rem;display:block; }
#zazdAHShyw0tLCXfNGnizpe0AIUkBtmQ { top:1.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
#ZihZBXeF7g66uI89O6BuKEEuSkGO7tXe { top:13.125rem;left:0.03125rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
#rvprWUH3E56ckusQf2HCptc2eDunNB9M { top:5.125rem;left:21.5rem;width:6.25rem;height:1.25rem;font-size:1rem;display:block; }
#B0Mmh645CTlFrrN3HQCqpDZzAT4BDFLP { width:7.25rem;height:7.25rem;display:none; }
#RTy0Xz7GGSEdy1k4i2TUrGTbuET0wqr2 { display:none; }
#rMZcFsgZLQx0bTfdZZuyPqPrT6NDkTv0 { display:none; }
#AiedmKm2W4kaMrl0OO9xz8fzb7AG59BZ { display:none; }
#btf5AeHZIrveMQs9bIR7eAc1TwTR0SsR { display:none; }
#Fw0cbS5Rw34TsXOTcFRR3SKIazTESu1c { width:7.25rem;height:7.25rem;display:none; }
#Ocl4vE7iATMo1B6RnA9y17KR52EizInG { width:7.25rem;height:7.25rem;display:none; }
#AtOke0gVpKewie7JCphMvJAVxf6V4MES { width:7.25rem;height:7.25rem;display:none; }
#COMToWdrNDZLnM84zgtuSpFpPpRMva6o { width:7.25rem;height:7.25rem;display:none; }
#vt0MqE6QHlC6v1Vd1Wgh2NmT1zzmwkZT { display:none; }
#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF { display:block; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container { width:47.75rem;position:relative;display:block; }#yxLZlC2Caok0Rhtlz8qGa8niCuT4z7LL { width:0;height:0;display:none; }
#micTOzNV8FWN7sS24cTfpI2qnxoLV3R8 { display:block; }
#H3K2Sz0rTzSmLP5Svw3rPWHdUBVgn70T { display:none; }
#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 { display:block; }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .row .container { width:47.75rem;height:10rem;position:relative;display:block; }#RcnSC1WcwatLTSdncFl3Kik6Bh76dR19 { width:0.9375rem;height:2.25rem;top:1.0625rem;left:19.375rem;display:block; }
#XNX6ZTl0TclvaxmQ4f5EcQtARBeHpKLJ { width:0.375rem;height:10rem;top:0rem;left:23.8125rem;display:block; }
#BZywsDZ1eDykahzkZFWAifguKI9UWR5S { width:1.625rem;height:1.625rem;top:1.25rem;left:22.9375rem;display:block; }
#dKP693uTOnGcz4WD5LXpnHVH4vm10FNo { top:1.8125rem;left:23.9033203125rem;width:6.9375rem;height:7.125rem;display:block; }
#RkIZUbivqI4CJlI48iHmpVXdpybZrHur { display:block; }#RkIZUbivqI4CJlI48iHmpVXdpybZrHur > .row .container { width:47.75rem;position:relative;display:block; }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x { display:block; }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .row .container { width:47.75rem;position:relative;display:block; }#IOTdoPgA3QczNwDTo6oQA4k46kVJvd6x { top:0rem;left:0rem;width:19.625rem;height:;font-size:1.125rem;display:none; }
#aWbmKo75aIBH2JPTGA49SFkfbldLIUNW { width:47.75rem;height:15.75rem;display:none; }
#VGu7sGF1aSio0TXZub2x6u2ub7nZIovS { display:none; }#VGu7sGF1aSio0TXZub2x6u2ub7nZIovS > .row .container { width:47.75rem;position:relative;display:none; }#DWo7fo0SHZ7p8SXBysX89bmTNDciLZH7 { display:none; }#DWo7fo0SHZ7p8SXBysX89bmTNDciLZH7 > .row .container { width:47.75rem;position:relative;display:none; }#pnXF25bPnZRa4AA6p2QqQhGowuHQ3yE2 { top:0.4375rem;left:17.625rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
#e1GAGMhmcCsHNgZKfsXcl91ag1rsTJ3J { display:block; }#e1GAGMhmcCsHNgZKfsXcl91ag1rsTJ3J > .row .container { width:47.75rem;height:14.4375rem;position:relative;display:block; }#glLg9xPNWXTiihlEeTpr3vbnH51c1f3h { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;font-size:2.625rem;display:block; }
#NgJB2QnlIVQneygpuf2yAlKNmkZgxdHE { width:18.75rem;height:8.25rem;top:2.3125rem;left:29rem;display:block; }
#HOlPpzuMMrHPAMmtrUZLM0s3mb45mitx { width:18.75rem;height:1.625rem;top:0rem;left:29rem;display:block; }
#tdgDAB9B60TDdUo0pSpsMKs6UOg3vG38 { width:18.75rem;height:8.25rem;top:2.3125rem;left:29rem;display:block; }
#Tx5aJcnvhpfsMpD5DEhx6COHQXS64tRr { width:18.75rem;height:1.625rem;top:0rem;left:29rem;display:block; }
#nJ5PuNoGfy5wCpAE6RhCIXEoONckgaNd { top:1.125rem;left:27.25rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
#Ioiomb9pk2xh95elLixBeMvXoJ3P3T9p { top:1.125rem;left:25.8125rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
#sbauZwkGpo4Qo1wvHf7foVEOhoqwtUtl { top:1.125rem;left:24.4375rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
#Resd30NtfaPQpAQEztan3imQ2FXtl6wu { top:1.125rem;left:23.875rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
#mH7rmM0oLRGOCKcJDbX5kahfhOqPRgRy { top:1.25rem;left:1.71875rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:none; }
#BRyOirIuOgzG1SF64zuplVkrHeo2Kfu8 { top:1.125rem;left:28.75rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
#uKMaEgPvvTuQpnO9LsDSfbsDzDHI40Tb { top:1.125rem;left:4.125rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
#bX2ubiGgFVe8NNX2gHTHl1BsfJZUkSum { top:1.125rem;left:5.625rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
#MbrSw9U7rBQTLswT4mnoiHI4XndqTGgE { top:1.125rem;left:2.6875rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
#eXelVRLmnDoUEGkqTAR0WHXIwp9i6Mef { top:1.125rem;left:1.3125rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
#IyZBKsbFv9uCqpPR6ucNAKfclIWxR3GT { top:1.125rem;left:0rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
#WlgeuQa7OMJF7bahRIwK3ocMFMwQFCNN { top:2.9375rem;left:14.819442749024rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:none; }
#gFQzbhyq3gyGXh6p5HwzwxWfvE28LkGi { top:2.9375rem;left:16.318576812744rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:none; }
#IVAgrw1EusVw88b29lkuFmRlxMw5mi8v { top:2.9375rem;left:13.383895874024rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:none; }
#xzZd3ySVBuhN3Z2OqIV1tSzfcJrwDAaF { top:2.9375rem;left:12.009113311767rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:none; }
#gRhPwthmJRPHXrRUIyLThmDyZ1sEqTt2 { top:2.9375rem;left:10.634330749512rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:none; }
#xglvpiatLGuSXIVVNh2FGNf1pTfDrqbI { top:1.125rem;left:28.75rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:none; }
#yEE2KGFaCVNHu0HxH2qR4t86kBdcwZs3 { top:1.125rem;left:27.25rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:none; }
#ypqIqQNNC3q5PK1mdq55794T6ehpFFNN { top:1.125rem;left:25.8125rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:none; }
#xdBvLfoKHegZiZEovMPXmCzkVAPPVQgr { top:1.125rem;left:24.4375rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:none; }
#ltocB0mUPf7qV4LOTCvlS1bowKqZ8PhB { top:1.125rem;left:23.875rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:none; }
#PrFNczndeU1OW9CpLKeeIcDuzzubMHTd { display:none; }
#MFnzUFmxppoXtVEsTAE0kobb0KHhkr0e { display:none; }
#r9Neb0LBc9sdg6Tgm60qCJ3nC4sZhLD4 { display:none; }
#Lv6diBEPzCEF92RUSLZ70ZFrUxbBf5mw { display:none; }
#J1wRi9ygQz6srJcF0E743deipv9dkGOs { display:none; }
#MsNG877NbqGuauT226GQcvtwIH0PbTrM { display:none; }
#BnAXb8z6Aa4Vi4VOW9f0rcD0MtVJBHVx { display:none; }
#iJ0niVhGL5PHTA02dwoetVql5Pg6Ek8Q { display:none; }
#kwTFf9Co4NoqUTZ8rFG6f5txUN9xLOuZ { display:none; }
#ao9mlddeyKaibT2s22B3pUQfeQThQhxS { display:none; }
#upNaIRUB7W4Cvk8h50HW1aFMXIy0CEi3 { display:none; }
#yNz2qGE5p7XgrX5W20WsoqWF5Zz75wub { display:none; }
#hDoWZwFAr6ZkeTNaJ8U6WJ6k47OIPStf { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;font-size:2.625rem;display:none; }
#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym { display:block; }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .row .container { width:47.75rem;position:relative;display:block; }#eeHFvt4K4VLAkMtfZPtp6KCF4A1wmdNA { top:0.3125rem;left:29.6875rem;width:18.0625rem;height:1.875rem;font-size:1.1875rem;display:block; }
#ScVKbzF3iAbU0H0NGQG3r4lJPaxMZil7 { top:3.375rem;left:23.6875rem;width:24.0625rem;height:2.1875rem;font-size:1rem;display:block; }
#I02XuqTcDRvWq4XxFA8Hxu916XNaBIHN { top:6.75rem;left:23.6875rem;width:24.0625rem;height:2.1875rem;font-size:1rem;display:block; }
#iUQiuFVPqRmrRV7aFvK0zpkdTT9L5g4f { top:9.875rem;left:23.6875rem;width:24.0625rem;height:2.1875rem;font-size:1rem;display:block; }
#MuVwPcdwT1R2nxxqqptrHr90knM8bFDK { top:12.75rem;left:23.6875rem;width:24.0625rem;height:2.1875rem;font-size:1rem;display:block; }
#TVRxkn7mC5V8yrRqaTrdNXbNNvbNitq3 { width:23.1875rem;height:2.25rem;top:16.0625rem;left:24.5625rem;font-size:1rem;display:block; }
#tPkBIZducL7IWDKokA8TAK8s2HU5Wh7F { top:3.25rem;left:0rem;width:13.8125rem;height:6.1592823044906rem;display:none; }
#Ql3u47QJ0T4SAy8Jrp0QqgByw4131k9F { display:none; }
#ixSihTGShuQ0cuCgBf85eHrWOP4rEir7 { display:none; }
#P0RSuFHRXZPuOS71lhPT87MMQgcHSDuQ { display:none; }
#OOlEgqEal42Gnxl3272CVp0D8T4PVz44 { display:none; }
#iFTzbdSihnadhbXicobJiHZacz6Lqkwb { display:none; }
#dpJIOBlQznrrLNE2MMGdHVbQ8RayAMRV { display:none; }
body { background-color:transparent;background-image:url("https://old.assets-landingi.com/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #b9a387; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #b9a387; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/629eeb40-c99c-4989-b5d6-57b447aaf298/noroot.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ.adaptive-delivery-prevent-bg, #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ.lazyload, #pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ.lazyloading { background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { background-color: transparent; background-image: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { display: none; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .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); }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { border-width: 0; border-radius: 0; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbLvyU0uPfXAhafy8AeHGJ7Qp989yAUQ > .row .container { width:20rem;height:37rem;position:relative;display:block; }#Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { width:20rem;height:3.9375rem;top:32.1015625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;color:#8b5716;display:block; }
#RfpN31Kzwe3R82WEgbQdvwiXtFgJAK6T { display:block; }#RfpN31Kzwe3R82WEgbQdvwiXtFgJAK6T { background-color: transparent; background-image: none; }#RfpN31Kzwe3R82WEgbQdvwiXtFgJAK6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfpN31Kzwe3R82WEgbQdvwiXtFgJAK6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfpN31Kzwe3R82WEgbQdvwiXtFgJAK6T > .row .container > .video-iframe-container { display: none; }#RfpN31Kzwe3R82WEgbQdvwiXtFgJAK6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RfpN31Kzwe3R82WEgbQdvwiXtFgJAK6T > .row > .video-iframe-container { display: none; }#RfpN31Kzwe3R82WEgbQdvwiXtFgJAK6T > .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); }#RfpN31Kzwe3R82WEgbQdvwiXtFgJAK6T > .row .container { width:20rem;background-color:#b9a387;background-image:none;height:29.75rem;position:relative;display:block; }#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-form-header { font-size:0.875rem; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:rgba(100,57,28,0.81);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;float:none; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-radio-label { float:none; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;font-size:0; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-container:first-of-type{padding-top:0;}#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .widget-container:last-of-type{padding-bottom:0;}#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ  { width:17.5rem;height:auto;top:0.755859375rem;left:0rem;font-size:0.875rem;z-index:15007; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ {display:block;}#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ { width:17.5rem;height:auto;top:0.755859375rem;left:0rem;font-size:0.875rem;z-index:15007; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #oPaDAZtyidDcKMSOEDEECgFeL2bF3y8Z {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #eeop3bCSFMZUkwyMbll5mlkDhL9TToUE { display:block; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #B8lfOhrFaVfkKS5ayM6lffXKpkyzBwaB {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #af3W6DNgCbSXX9QTdxD77RStnKZa4l2U {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #gokZTUZoXf6y7xhwBMxw4mh0M1A4W4dT { display:block; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #G95ZKpWtdLPe2NGX82nQftABQXThwKDV {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #WN2nxmawXIdXCQUeqyekEXD1exbXTEZ5 {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #Ryr27zAubB2tOlgvGs9Lp8snOpTvenzJ {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #xJfSTfnK6NxGDbHo3JsaAlGePz5rnpcr {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #lLfDRKSkOVJWxnDcLpp1OcHLPKFzcAJ1 {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #hTqdzqkfT18LLIm0FUS6JT3M6hfiPhdI { display:block; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #zVV8ASk7tLhKoWB2ARcZePJC0UC0STTf {  }
#g0syP8CbysboTaqSd51FewKC0PBelgMJ { display:block; }
#VNAE3aJdkl10ob9gXxPw6yMK38ilHTDU { display:block; }
#bq3pemNIv9h70ZU7EAn2VW6nXc5z10Sn { display:block; }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #wCOza7gUTzsJJvWgAC2Ae6vAarL0PqZG {  }
#TvzoLFFo4WL9y21vTgdJchIJhdBvTLvZ #NMmz3iQu4VoCJSDqBIhR3MeX3ICP8xL7 {  }
#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP { background-color:#b9a387;background-image:none;display:block; }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .row .container { background-color: transparent; background-image: none; }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .row .container > .video-iframe-container { display: none; }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .row > .video-iframe-container { display: none; }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .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); }#oFHZRECNmRH9lPfKniCVN0lGmEJIvrvP > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; }#Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { width:20rem;height:4.5rem;top:1.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-weight:700;font-style:normal;font-family:var(--headlines-font-family);display:block; }
#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 { background-color:#b9a387;background-image:none;display:block; }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .row .container { background-color: transparent; background-image: none; }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .row .container > .video-iframe-container { display: none; }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .row > .video-iframe-container { display: none; }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .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); }#RLVW86huMLiy3B6yfMiM4KOmTPyrFvq8 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; }#t7roKPb18e6wanUuitpsMz0KZfyfJNa1 { width:8.4375rem;height:2.5996125rem;top:21.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#uQ0GW9L6m7wJyPG3EoJHTDIpa3gkC77T { width:5.9375rem;height:1.3rem;top:5.25rem;left:10.875rem;font-size:1rem;display:block; }
#zazdAHShyw0tLCXfNGnizpe0AIUkBtmQ { width:12.5rem;height:1.3rem;top:13.818359375rem;left:0rem;font-size:1rem;display:block; }
#ZihZBXeF7g66uI89O6BuKEEuSkGO7tXe { width:5.4375rem;height:2.5996125rem;top:21.75rem;left:13.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#rvprWUH3E56ckusQf2HCptc2eDunNB9M { width:6.25rem;height:1.3rem;top:5.125rem;left:0.625rem;font-size:1rem;display:block; }
#B0Mmh645CTlFrrN3HQCqpDZzAT4BDFLP { top:1.625rem;left:13.75rem;width:2.6875rem;height:2.6875rem;z-index:15005;overflow:hidden;display:block; }
#RTy0Xz7GGSEdy1k4i2TUrGTbuET0wqr2 { display:flex;top:0.5rem;left:11.59375rem;width:7rem;height:7rem;z-index:15007; }
#rMZcFsgZLQx0bTfdZZuyPqPrT6NDkTv0 { display:flex;top:0.5rem;left:0.71875rem;width:7rem;height:7rem;z-index:15010; }
#AiedmKm2W4kaMrl0OO9xz8fzb7AG59BZ { display:flex;top:17.9375rem;left:12.5rem;width:7rem;height:7rem;z-index:15008; }
#btf5AeHZIrveMQs9bIR7eAc1TwTR0SsR { display:flex;top:17.9375rem;left:0.75rem;width:7rem;height:7rem;z-index:15011; }
#Fw0cbS5Rw34TsXOTcFRR3SKIazTESu1c { top:1.5rem;left:2.8125rem;width:2.6875rem;height:2.6875rem;z-index:15006;overflow:hidden;display:block; }
#Ocl4vE7iATMo1B6RnA9y17KR52EizInG { top:9.9375rem;left:8.65625rem;width:2.6875rem;height:2.6875rem;z-index:15007;overflow:hidden;display:block; }
#AtOke0gVpKewie7JCphMvJAVxf6V4MES { top:18.375rem;left:14.625rem;width:2.6875rem;height:2.6875rem;z-index:15008;overflow:hidden;display:block; }
#COMToWdrNDZLnM84zgtuSpFpPpRMva6o { top:18.375rem;left:3rem;width:2.6875rem;height:2.6875rem;z-index:15009;overflow:hidden;display:block; }
#vt0MqE6QHlC6v1Vd1Wgh2NmT1zzmwkZT { display:flex;top:9.1875rem;left:6.28125rem;width:7rem;height:7rem;z-index:15009; }
#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF { background-color:rgba(185,163,135,0.93);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container { background-color: transparent; background-image: none; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container > .video-iframe-container { display: none; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row > .video-iframe-container { display: none; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .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); }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container { border-width: 0; border-radius: 0; }#aIG0Jc1p9HGL0SWkKJlwrgt7SVG7tBbF > .row .container { width:20rem;height:6.0625rem;position:relative;display:block; }#yxLZlC2Caok0Rhtlz8qGa8niCuT4z7LL { top:1.375rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15000;border-top:0.5rem solid #6d4223;border-left:0.5rem solid #6d4223;border-right:0.5rem solid #6d4223;border-bottom:0.5rem solid #6d4223;background-color:#ac8456;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#micTOzNV8FWN7sS24cTfpI2qnxoLV3R8 { display:block; }
#H3K2Sz0rTzSmLP5Svw3rPWHdUBVgn70T { display:flex;top:2.1875rem;left:3.65625rem;width:1.9375rem;height:1.9375rem;z-index:15001;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2)); }
#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 { background-color:#b9a387;background-image:none;display:block; }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .row .container { background-color: transparent; background-image: none; }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .row .container > .video-iframe-container { display: none; }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .row > .video-iframe-container { display: none; }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .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); }#JHATLc3LQdKDP661JxWsZIv1GDxB4yE9 > .row .container { width:20rem;height:0.75rem;position:relative;display:block; }#RcnSC1WcwatLTSdncFl3Kik6Bh76dR19 { width:0.9375rem;height:2.25rem;top:1.25rem;left:9.5rem;display:none; }
#XNX6ZTl0TclvaxmQ4f5EcQtARBeHpKLJ { width:0.25rem;height:7.625rem;top:0rem;left:9.875rem;display:none; }
#BZywsDZ1eDykahzkZFWAifguKI9UWR5S { width:1.625rem;height:1.625rem;top:2.5rem;left:9rem;display:none; }
#dKP693uTOnGcz4WD5LXpnHVH4vm10FNo { width:8.0625rem;height:8.25rem;top:20.9375rem;left:5.9375rem;display:none; }
#RkIZUbivqI4CJlI48iHmpVXdpybZrHur { display:block; }#RkIZUbivqI4CJlI48iHmpVXdpybZrHur > .row .container { width:20rem;height:0.625rem;position:relative;display:block; }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x { background-color:rgba(185,163,135,0.9);background-image:none;display:block; }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .row .container { background-color: transparent; background-image: none; }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .row .container > .video-iframe-container { display: none; }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .row > .video-iframe-container { display: none; }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .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); }#J4zEJ1qtyxAOzhcX8ZK894H4IVA8zT0x > .row .container { width:20rem;height:15.25rem;position:relative;display:block; }#IOTdoPgA3QczNwDTo6oQA4k46kVJvd6x { top:2.4375rem;left:0.375rem;width:19.625rem;height:2.923825rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#aWbmKo75aIBH2JPTGA49SFkfbldLIUNW { top:6.796875rem;left:0rem;width:20rem;height:6.375rem;z-index:15062;overflow:hidden;display:block; }
#VGu7sGF1aSio0TXZub2x6u2ub7nZIovS { display:block; }#VGu7sGF1aSio0TXZub2x6u2ub7nZIovS > .row .container { width:20rem;height:0.625rem;position:relative;display:block; }#DWo7fo0SHZ7p8SXBysX89bmTNDciLZH7 { display:block; }#DWo7fo0SHZ7p8SXBysX89bmTNDciLZH7 { background-color: transparent; background-image: none; }#DWo7fo0SHZ7p8SXBysX89bmTNDciLZH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWo7fo0SHZ7p8SXBysX89bmTNDciLZH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWo7fo0SHZ7p8SXBysX89bmTNDciLZH7 > .row .container > .video-iframe-container { display: none; }#DWo7fo0SHZ7p8SXBysX89bmTNDciLZH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWo7fo0SHZ7p8SXBysX89bmTNDciLZH7 > .row > .video-iframe-container { display: none; }#DWo7fo0SHZ7p8SXBysX89bmTNDciLZH7 > .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); }#DWo7fo0SHZ7p8SXBysX89bmTNDciLZH7 > .row .container { width:20rem;height:2.75rem;background-color:#b9a387;background-image:none;position:relative;display:block; }#pnXF25bPnZRa4AA6p2QqQhGowuHQ3yE2 { width:12.5rem;height:1.95rem;top:0.5625rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
#e1GAGMhmcCsHNgZKfsXcl91ag1rsTJ3J { display:block; }#e1GAGMhmcCsHNgZKfsXcl91ag1rsTJ3J > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; }#glLg9xPNWXTiihlEeTpr3vbnH51c1f3h { width:2rem;height:2rem;top:0rem;left:18rem;font-size:1.375rem;color:#b9a387;display:block; }
#NgJB2QnlIVQneygpuf2yAlKNmkZgxdHE { width:19.5rem;height:3.19921875rem;top:2.8125rem;left:0.25rem;text-align:center;text-align-last:center;color:#070707;display:block; }
#HOlPpzuMMrHPAMmtrUZLM0s3mb45mitx { width:6.6875rem;height:1.625rem;top:1.1875rem;left:11.25rem;display:block; }
#tdgDAB9B60TDdUo0pSpsMKs6UOg3vG38 { width:19.1875rem;height:4.5rem;top:11.125rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#Tx5aJcnvhpfsMpD5DEhx6COHQXS64tRr { width:8.3125rem;height:1.625rem;top:8.5625rem;left:9.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
#nJ5PuNoGfy5wCpAE6RhCIXEoONckgaNd { width:1.4375rem;height:1.4375rem;top:51.875rem;left:9.25rem;font-size:1rem;display:none; }
#Ioiomb9pk2xh95elLixBeMvXoJ3P3T9p { width:1.4375rem;height:1.4375rem;top:49.1875rem;left:9.25rem;font-size:1rem;display:none; }
#sbauZwkGpo4Qo1wvHf7foVEOhoqwtUtl { width:1.4375rem;height:1.4375rem;top:46.5rem;left:9.25rem;font-size:1rem;display:none; }
#Resd30NtfaPQpAQEztan3imQ2FXtl6wu { width:1.4375rem;height:1.4375rem;top:43.8125rem;left:9.25rem;font-size:1rem;display:none; }
#mH7rmM0oLRGOCKcJDbX5kahfhOqPRgRy { width:1.4375rem;height:1.4375rem;top:7.71875rem;left:1.6875rem;font-size:1rem;z-index:15016;display:none; }
#BRyOirIuOgzG1SF64zuplVkrHeo2Kfu8 { width:1.375rem;height:1.375rem;top:1.125rem;left:9.3125rem;font-size:0.9375rem;display:none; }
#uKMaEgPvvTuQpnO9LsDSfbsDzDHI40Tb { width:1.375rem;height:1.375rem;top:1.125rem;left:9.3125rem;font-size:0.9375rem;display:none; }
#bX2ubiGgFVe8NNX2gHTHl1BsfJZUkSum { width:1.375rem;height:1.375rem;top:1.125rem;left:9.3125rem;font-size:0.9375rem;display:none; }
#MbrSw9U7rBQTLswT4mnoiHI4XndqTGgE { width:1.375rem;height:1.375rem;top:1.125rem;left:9.3125rem;font-size:0.9375rem;display:none; }
#eXelVRLmnDoUEGkqTAR0WHXIwp9i6Mef { width:1.375rem;height:1.375rem;top:1.125rem;left:9.3125rem;font-size:0.9375rem;display:none; }
#IyZBKsbFv9uCqpPR6ucNAKfclIWxR3GT { width:1.375rem;height:1.375rem;top:1.125rem;left:9.3125rem;font-size:0.9375rem;display:none; }
#WlgeuQa7OMJF7bahRIwK3ocMFMwQFCNN { width:1.4375rem;height:1.4375rem;top:9.5902767181394rem;left:2.0277777314186rem;font-size:1rem;z-index:15027;display:none; }
#gFQzbhyq3gyGXh6p5HwzwxWfvE28LkGi { width:1.375rem;height:1.375rem;top:9.5913619995119rem;left:3.5273428559303rem;font-size:0.9375rem;z-index:15028;display:none; }
#IVAgrw1EusVw88b29lkuFmRlxMw5mi8v { width:1.4375rem;height:1.4375rem;top:9.5729160308837rem;left:0.59223085641861rem;font-size:1rem;z-index:15030;display:none; }
#xzZd3ySVBuhN3Z2OqIV1tSzfcJrwDAaF { width:1.4375rem;height:1.4375rem;top:9.5729160308837rem;left:-0.78255170583725rem;font-size:1rem;z-index:15029;display:none; }
#gRhPwthmJRPHXrRUIyLThmDyZ1sEqTt2 { width:1.4375rem;height:1.4375rem;top:9.5729160308837rem;left:-2.1573361754417rem;font-size:1rem;z-index:15028;display:none; }
#xglvpiatLGuSXIVVNh2FGNf1pTfDrqbI { width:1.375rem;height:1.375rem;top:7.6388939768075rem;left:4.8402777314186rem;font-size:0.9375rem;z-index:15023;display:none; }
#yEE2KGFaCVNHu0HxH2qR4t86kBdcwZs3 { width:1.4375rem;height:1.4375rem;top:7.6388939768075rem;left:3.3396292328834rem;font-size:1rem;z-index:15022;display:none; }
#ypqIqQNNC3q5PK1mdq55794T6ehpFFNN { width:1.4375rem;height:1.4375rem;top:7.6388939768075rem;left:1.9029951691628rem;font-size:1rem;z-index:15025;display:none; }
#xdBvLfoKHegZiZEovMPXmCzkVAPPVQgr { width:1.4375rem;height:1.4375rem;top:7.6388939768075rem;left:0.52712923288346rem;font-size:1rem;z-index:15024;display:none; }
#ltocB0mUPf7qV4LOTCvlS1bowKqZ8PhB { width:1.4375rem;height:1.4375rem;top:7.6388939768075rem;left:-0.84765332937238rem;font-size:1rem;z-index:15023;display:none; }
#PrFNczndeU1OW9CpLKeeIcDuzzubMHTd { top:1.0167102813721rem;left:0.99609380960463rem;width:1.81206875rem;height:1.81206875rem;z-index:15031;font-size:1.25rem;color:#e5972b;display:block; }
#MFnzUFmxppoXtVEsTAE0kobb0KHhkr0e { top:1.0167102813721rem;left:2.8081598877907rem;width:1.81206875rem;height:1.81206875rem;z-index:15032;font-size:1.25rem;color:#e5972b;display:block; }
#r9Neb0LBc9sdg6Tgm60qCJ3nC4sZhLD4 { top:1rem;left:4.6875rem;width:1.81206875rem;height:1.81206875rem;z-index:15033;font-size:1.25rem;color:#e5972b;display:block; }
#Lv6diBEPzCEF92RUSLZ70ZFrUxbBf5mw { top:1rem;left:4.6875rem;width:1.81206875rem;height:1.81206875rem;z-index:15034;font-size:1.25rem;color:#e5972b;display:block; }
#J1wRi9ygQz6srJcF0E743deipv9dkGOs { top:1.0167102813721rem;left:6.4995661377906rem;width:1.81206875rem;height:1.81206875rem;z-index:15035;font-size:1.25rem;color:#e5972b;display:block; }
#MsNG877NbqGuauT226GQcvtwIH0PbTrM { top:1.0167102813721rem;left:8.005642950535rem;width:1.81206875rem;height:1.81206875rem;z-index:15036;font-size:1.25rem;color:#e5972b;display:block; }
#BnAXb8z6Aa4Vi4VOW9f0rcD0MtVJBHVx { top:8.4526901245119rem;left:8.005642950535rem;width:1.81206875rem;height:1.81206875rem;z-index:15042;font-size:1.25rem;color:#e5972b;display:block; }
#iJ0niVhGL5PHTA02dwoetVql5Pg6Ek8Q { top:8.4526901245119rem;left:2.8081598877907rem;width:1.81206875rem;height:1.81206875rem;z-index:15041;font-size:1.25rem;color:#e5972b;display:block; }
#kwTFf9Co4NoqUTZ8rFG6f5txUN9xLOuZ { top:8.4526901245119rem;left:6.3120661377906rem;width:1.81206875rem;height:1.81206875rem;z-index:15039;font-size:1.25rem;color:#e5972b;display:block; }
#ao9mlddeyKaibT2s22B3pUQfeQThQhxS { top:8.4526901245119rem;left:4.6820750832558rem;width:1.81206875rem;height:1.81206875rem;z-index:15040;font-size:1.25rem;color:#e5972b;display:block; }
#upNaIRUB7W4Cvk8h50HW1aFMXIy0CEi3 { top:8.4526901245119rem;left:0.99609380960463rem;width:1.81206875rem;height:1.81206875rem;z-index:15038;font-size:1.25rem;color:#e5972b;display:block; }
#yNz2qGE5p7XgrX5W20WsoqWF5Zz75wub { top:8.4375rem;left:1rem;width:1.81206875rem;height:1.81206875rem;z-index:15037;font-size:1.25rem;color:#e5972b;display:block; }
#hDoWZwFAr6ZkeTNaJ8U6WJ6k47OIPStf { width:2rem;height:2rem;top:7.875rem;left:17.46875rem;font-size:1.375rem;color:#b9a387;z-index:15005;display:block; }
#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym { background-color:#fbfbfb;background-image:url("https://images.assets-landingi.com/uc/56d89350-95eb-4f60-ae72-ec13f1c7e1f8/footer.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym.adaptive-delivery-prevent-bg, #lvTu8g1VdJXibQCL2kABRnBrhbzQsLym.lazyload, #lvTu8g1VdJXibQCL2kABRnBrhbzQsLym.lazyloading { background-image: none; }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .row .container { background-color: transparent; background-image: none; }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .row .container > .video-iframe-container { display: none; }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .row > .video-iframe-container { display: none; }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .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); }#lvTu8g1VdJXibQCL2kABRnBrhbzQsLym > .row .container { width:20rem;height:40.75rem;position:relative;display:block; }#eeHFvt4K4VLAkMtfZPtp6KCF4A1wmdNA { width:14.8125rem;height:1.54375rem;top:6.75rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ScVKbzF3iAbU0H0NGQG3r4lJPaxMZil7 { width:20rem;height:2.5996125rem;top:11rem;left:0rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#I02XuqTcDRvWq4XxFA8Hxu916XNaBIHN { width:20rem;height:2.5996125rem;top:16.625rem;left:0rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#iUQiuFVPqRmrRV7aFvK0zpkdTT9L5g4f { width:20rem;height:2.5996125rem;top:21.75rem;left:0rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#MuVwPcdwT1R2nxxqqptrHr90knM8bFDK { width:20rem;height:2.5996125rem;top:26.3515625rem;left:0rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#TVRxkn7mC5V8yrRqaTrdNXbNNvbNitq3 { width:20rem;height:3.8994125rem;top:31.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#tPkBIZducL7IWDKokA8TAK8s2HU5Wh7F { width:8.8125rem;height:3.6875rem;top:1.75rem;left:5.59375rem;z-index:15010;display:block; }
#Ql3u47QJ0T4SAy8Jrp0QqgByw4131k9F { display:flex;top:30.1875rem;left:14.40625rem;width:2.125rem;height:2.125rem;z-index:15012; }
#ixSihTGShuQ0cuCgBf85eHrWOP4rEir7 { display:flex;top:25.5859375rem;left:14.40625rem;width:2.125rem;height:2.125rem;z-index:15013; }
#P0RSuFHRXZPuOS71lhPT87MMQgcHSDuQ { display:flex;top:21rem;left:14.40625rem;width:2.125rem;height:2.125rem;z-index:15014; }
#OOlEgqEal42Gnxl3272CVp0D8T4PVz44 { display:flex;top:15.4375rem;left:14.40625rem;width:2.125rem;height:2.125rem;z-index:15015; }
#iFTzbdSihnadhbXicobJiHZacz6Lqkwb { display:flex;top:9.9375rem;left:14.40625rem;width:2.125rem;height:2.125rem;z-index:15016; }
#dpJIOBlQznrrLNE2MMGdHVbQ8RayAMRV { top:36.4375rem;left:2.40625rem;width:6.375rem;height:4.3125rem;z-index:15031;display:block; }
