.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:216,197,176;--color-primary-1:216,192,173;--color-primary-2:216,189,163;--color-primary-3:208,182,160;--color-primary-4:174,139,106;--color-secondary-0:217,222,231;--color-secondary-1:128,145,177;--color-secondary-2:0,35,98;--color-secondary-3:0,18,49;--color-secondary-4:0,5,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--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-0),1);background-image:url("https://images.assets-landingi.com/Sqb6x7OS/landing2_body1.png");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),0.1);background-image:url("https://images.assets-landingi.com/l2Ki7U1T/142369051_2841322922853986_1068062946711068527_n.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#EnpvPTTzJy4sXRO2x0vgBMFwH6twat7p { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:11.5625rem;top:0.25rem;left:26.25rem;overflow:hidden;display:block; }
#fTv72iFuyy3TIB3AkwNyVFg11rWUiy24 { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.22) ;height:23.75rem;width:19.0625rem;top:9.875rem;left:8.5625rem;display:block; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-form-header { font-size:0.875rem; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:right;text-align-last:right;vertical-align:top; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-text { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#e3d1c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:2.5625rem;color:#0f2149;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:right;text-align-last:right; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-text {padding-top: 0; padding-bottom: 0;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-textarea { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#e3d1c0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.1875rem;box-sizing:border-box;height:4.375rem;color:#0f2149;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;text-align:right;text-align-last:right; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-select { border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;background-color:#a3afc8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #a3afc8;border-left:0.0625rem solid #a3afc8;border-right:0.0625rem solid #a3afc8;border-bottom:0.0625rem solid #a3afc8;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.1875rem;box-sizing:border-box;height:2.5rem;color:#000919;font-family:dosis;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-select {padding-top: 0; padding-bottom: 0;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-button { border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size: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:#f2f9ff;width:17.1875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 [class*="-text"]:-moz-placeholder { color:#000919;font-family:dosis;font-size:0.875rem; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 [class*="-text"]::-moz-placeholder { color:#000919;font-family:dosis;font-size:0.875rem; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 [class*="-text"]:-ms-input-placeholder { color:#000919;font-family:dosis;font-size:0.875rem; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 [class*="-text"]::-webkit-input-placeholder { color:#000919;font-family:dosis;font-size:0.875rem; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .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:dosis;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16rem;overflow:hidden;font-style:normal;float:none; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .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; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .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:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-container:first-of-type{padding-top:0;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-container:last-of-type{padding-bottom:0;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:13.25rem;left:8.1875rem;font-size:0.875rem; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.1875rem;display:block;vertical-align:top; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-info-text { display:block;height:auto;font-family:dosis;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 {display:block;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15021;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;position:absolute;top:13.25rem;left:8.1875rem;font-size:0.875rem; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #FLOUyELGNiOd34A6NX3g5CHFBZzlPueE { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #mJUde1JdVA6QH4iwTxn8vL5s33JlOlod { position:relative;display:block; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #LeKulocxJgRsDKO24BN6THTUrc6vhMHr { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #Kd2FZLrkBgDI8OzCCfJcBnTLCMW8TLvV { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #WApVp9TFxhWcIOxhv300OQ8fRCRptDlJ { position:relative;display:block; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #fEt5G53WxeTTnBVcRGWnZ8EmCBQaUckH { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #aKiB6mgTcpk9CFvQuXgFL1AgZxvI3e2u { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #L4dKep1cFiI4DxVpUmNOIVFxXPqHQzTi { position:relative;display:block; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #LOuTHmbozx1xXkRd4vex672N9JFMpWT3 { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #PswPNMhfHhUTookpwXWrD4CTeQxM4NVP { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #MTCKJ8xWodvhN4vHsWoKJv02Cx82iUZJ { position:relative;display:block; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #HikNR6STu4q6erNpQTsTUQdfqDNqV8V1 { position:relative; }
#HNHCaXlSveTB6OfBN3pgqDSO7WUFAFCl { position:relative;display:block; }
#Z7A08h7lEsiOG3FbVCPnOV4zWKR6Kcc5 { position:relative;display:block; }
#Vxxpf4y3AvfHbsqtGaaWhGbEuVoN7A7U { position:relative;display:block; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #L6UvTwG5C6HXsJF13LQyEb8T1v45IJnT { position:relative; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #dLUMZ1TW3nLopml9mHoKQvKI0DVWTqy7 { position:relative; }
#vrL6yaA7M8oWTmc0l9Bs13Mrr8A2S7vD { color:rgba(var(--color-primary-4),1);display:block;width:53.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:5.373046875rem;left:3.28125rem;height:4.5rem;font-style:normal;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;display:block; }
#GedL8bfiSeMHUEUcc57cPtu6rlpiy2eq { color:rgba(var(--color-primary-4),1);display:block;width:14.4986875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:12.5625rem;left:10.8125rem;height:1.8684875rem;font-style:normal;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;display:block; }
#CGHTkfbfVzqJZbP3eJW6uT04bDcNtVuD { color:rgba(var(--color-primary-4),1);display:block;width:21.185125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:10.75rem;left:3.3125rem;height:1.8684875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#syH7MfAzTmQoBXSS2QLAwuaI1wcqSNmK { box-sizing:content-box;height:5.8125rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),0);background-image:none;top:0rem;left:26.09375rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#LAPhyvCwWkfTiZN7arzWDx1nW85LvFbu { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#sNsHWgzL8dgsLVoitXwK2zRS1NS8TuKb { background-color:transparent;background-image: -webkit-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:anybody;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:15.75rem;height:3.624025rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:37.68603515625rem;left:10.21728515625rem;display:block; }
#uOGvXPaZmCSqPk6ZWogCSCVmVQSgbBhf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Sqb6x7OS/landing2_body1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV.adaptive-delivery-prevent-bg, #ardiigJWId8BzeO3HFgzsdb0tWA2AbDV.lazyload, #ardiigJWId8BzeO3HFgzsdb0tWA2AbDV.lazyloading { background-image: none; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row .container { background-color: transparent; background-image: none; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.8); }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row .container > .video-iframe-container { display: none; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.8); }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row > .video-iframe-container { display: none; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .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); }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row .container { border-width: 0; border-radius: 0; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#yPldw9QBBA8xGX7RxN8T9xvNwI2ToDkQ { color:rgba(var(--color-primary-4),1);display:block;width:52.6243125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:0.62411308288574rem;left:3.4987564086914rem;height:4.19791875rem;font-style:normal;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;display:block; }
#vgVkImFswThqTswX9QDJDke7AIpi4U8U { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:39.936rem;top:5.5002174377441rem;left:9.9989166259762rem;display:block; }
#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Sqb6x7OS/landing2_body1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm.adaptive-delivery-prevent-bg, #J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm.lazyload, #J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm.lazyloading { background-image: none; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container { background-color: transparent; background-image: none; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.8); }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container > .video-iframe-container { display: none; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.8); }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row > .video-iframe-container { display: none; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .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); }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container { border-width: 0; border-radius: 0; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:60rem;position:relative;display:block; }#CGXK6KivgpwzJaG7KRNaXh0VUJxzO8pN { color:#1d569b;display:block;width:8.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.6;letter-spacing:0;top:3.0566411018372rem;left:46.382381439209rem;height:4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OQJxO2Mho1ubCwprzAHiNkaAD930eiS3 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.6846875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:3.0566430091858rem;left:5.3786926269531rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#aSwT2mcaWVVSUis6p1n0zBpBvdgBmF7N { color:rgba(83,109,222,0.72);display:block;width:14.4986875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.6;letter-spacing:0;top:8.7456612586975rem;left:1.6341171264649rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cQUJTCoOhshOLdv4LIJ2wtneHsKtpJTO { color:rgba(83,109,222,0.72);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:8.7456612586975rem;left:25.066192626953rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ikZk45gdyDa3fqufSKUBZ3nBrFczwdi1 { color:rgba(83,109,222,0.72);display:block;width:29.8730625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:15.088978290558rem;left:25.451393127441rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zKe721cLeHqkO7o4OtnvXHZ09WyvSEPs { color:rgba(83,109,222,0.72);display:block;width:12.9980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.6;letter-spacing:0;top:8.8075065612794rem;left:42.326389312744rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wvnxxZQ1JbhT6a3gkAwsD42kUTqh55qB { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1850125rem;width:4.1850125rem;top:1.9375rem;left:55.25rem;overflow:hidden;display:block; }
#gQA50JnFJxegD22N8FU1R1McORvOUZqH { position:absolute;display:block;z-index:15018;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:4.12218125rem;width:4.0625rem;top:1.9661478996277rem;left:15.995010375976rem;overflow:hidden;display:block; }
#eHX7rs9P9GSvbISvd5UfJPDzoCLnkoxl { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.93663125rem;width:3.8726125rem;top:7.7495675086975rem;left:16.123050689698rem;overflow:hidden;display:block; }
#yL1XWa4wOH7VunqGn7lB4czBhpzCrbr0 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1232625rem;width:4.0625rem;top:7.7170104980469rem;left:55.317928314209rem;overflow:hidden;display:block; }
#S9LIhH2lPgPmTH236wUlqNGZqLGfbim7 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99946875rem;width:3.871625rem;top:2rem;left:33.6875rem;overflow:hidden;display:block; }
#FHAkxFl74kTanrTwUKcWFWdOIZk6CyJZ { position:absolute;display:block;z-index:15018;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:4.1232625rem;width:4.1232625rem;top:13.999569416046rem;left:55.317928314209rem;overflow:hidden;display:block; }
#htuP5b74z8brPXxMKyHhZvVNvvfqMDTT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12218125rem;width:4.12218125rem;top:7.6573357582094rem;left:33.561199188233rem;overflow:hidden;display:block; }
#pnDwKs3apCWWAO0Sc0DzBeUr1czouNKS { color:rgba(var(--color-primary-4),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.6;letter-spacing:0;top:3.0625rem;left:24.1875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GKROJfGFIJeDFsDTucQ4HTClyaiOVQZu { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:55.561rem;top:19.435764968395rem;left:2.1966171264649rem;display:block; }
#SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Sqb6x7OS/landing2_body1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !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; }#SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72.adaptive-delivery-prevent-bg, #SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72.lazyload, #SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72.lazyloading { background-image: none; }#SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72 > .row .container { background-color: transparent; background-image: none; }#SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.8); }#SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72 > .row .container > .video-iframe-container { display: none; }#SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.8); }#SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72 > .row > .video-iframe-container { display: none; }#SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72 > .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); }#SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72 > .row .container { border-width: 0; border-radius: 0; }#SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72 > .row .container { font-size:0.875rem;font-family:arial;height:105.6875rem;width:60rem;position:relative;display:block; }#Teippy5iW2QqzPNOSXzdlVX0m1hL5pH9 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.37326375rem;width:8.2498125rem;top:8.4364204406737rem;left:51.749134063721rem;display:block; }
#OaPGMN8MGVcQV2LmQL8HHn76JtXrF6C3 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0) ;height:6.625rem;width:6.625rem;top:7.5rem;left:1.5625rem;display:block; }
#bJhfFOvcnP8sM4xRlDr0an7LpF1TTwoT { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0) ;height:6.625rem;width:6.625rem;top:15.375rem;left:34.8125rem;display:block; }
#ANZdaSudOvDlpKQ5zfIwc2xmClGXwnZg { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #e1d1bf);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #e1d1bf);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #e1d1bf);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #e1d1bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#e1d1bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#e1d1bf' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #e1d1bf);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 1.375rem 1.625rem 1.9375rem rgba(57,110,135,0.46) ;height:19.9375rem;width:27.25rem;top:34.25rem;left:0rem;display:block; }
#DSxCFC4fK7GU8uwtte9DbSrWRdo0KFUb { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0) ;height:6.625rem;width:6.625rem;top:41.625rem;left:34.8125rem;display:block; }
#aBtpgmyKIROt2RNo1nIsZ6C16y20uRQE { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0) ;height:6.625rem;width:6.625rem;top:32.125rem;left:1.5625rem;display:block; }
#psprk184EKNJUIo5CgAlfTGL24H3SMzU { position:absolute;display:block;z-index:15041;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.8125rem;width:7.561875rem;top:14.8125rem;left:34.25rem;overflow:hidden;display:block; }
#WuUZ7yHUDMkNkTTmO3erZv7ff6iehe4w { color:rgba(var(--color-tertiary-0),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15013;line-height:1.9;letter-spacing:0;top:23.75rem;left:33.6875rem;height:9.0208125rem;font-style:normal;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;display:block; }
#b7eURRovwMSKxmBy4JSueMHzRRQ9vHJK { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:21rem;left:43.375rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lyhRvNkBEiyrXDzGcgMQTGZXso1mCZcK { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0620625rem;width:7.686625rem;top:6.75rem;left:0.875rem;overflow:hidden;display:block; }
#UteRPuBfSmXyTOGNOKrDi5DoWJF4qW5w { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:11.5rem;left:9.9375rem;height:1.7875rem;font-style:normal;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;display:block; }
#PmbRMFUlA3HzxvCnPOlKnTrI35615n0V { color:rgba(var(--color-tertiary-0),0.72);display:block;width:24.436875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.7;letter-spacing:0;top:14.125rem;left:1.4375rem;height:12.109375rem;font-style:normal;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;display:block; }
#EBuurSHdLgPebCRLDktbnTXA28BeTnBT { position:absolute;display:block;z-index:15043;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:8.0620625rem;width:7.999125rem;top:40.9375rem;left:34.0625rem;overflow:hidden;display:block; }
#kS81uhmfeLTp7Kh3CG0aytcwZqCwJBLK { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:46.6875rem;left:43.3125rem;height:1.7875rem;font-style:normal;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;display:block; }
#gHwt2QRyXzCehdh9yyF1cCgX2KhmV6LI { color:#536dde;display:block;width:25.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:49.25rem;left:33.625rem;height:8.0729375rem;font-style:normal;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;display:block; }
#eb5KTf1u5FrA5N6Nx19donFfIEq0NytW { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0620625rem;width:8.125rem;top:31.4375rem;left:0.8125rem;overflow:hidden;display:block; }
#a5KTXz0KVcfbChu6Hln2JhGJBwxWlDwm { color:rgba(var(--color-tertiary-0),1);display:block;width:15.2485rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:37.0625rem;left:8.5625rem;height:1.7875rem;font-style:normal;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;display:block; }
#JwCGUXaAxTbHdpTfVCb29nTgZ4n5eRuz { color:rgba(83,109,222,0.72);display:block;width:24.749375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15032;line-height:1.7;letter-spacing:0;top:40.0625rem;left:1.5625rem;height:8.0729375rem;font-style:normal;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;display:block; }
#m9Tty7ZSC98mlS1Hpk89ZsFBlaP5TIKV { position:absolute;display:block;z-index:15059;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.9980625rem;width:7.874375rem;top:54.1875rem;left:0.875rem;overflow:hidden;display:block; }
#mW7F28rZJNJGON52dXywGgfl9pbTHCQR { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0) ;height:6.624375rem;width:6.624375rem;top:54.8125rem;left:1.5625rem;display:block; }
#OWBOe0n4q0ThvZFTJKVh39RQSMzwhXAO { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 1.375rem 1.625rem 1.9375rem rgba(57,110,135,0.46) ;height:19.9375rem;width:27.25rem;top:59.1875rem;left:0rem;display:block; }
#B0ky3VmPatqDesCDmOtDoHZrfBlUGpSP { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:61.125rem;left:9.875rem;height:1.7875rem;font-style:normal;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;display:block; }
#RPJ16QR7K1N9e3gtmSerABAAzK63q2Kr { color:rgba(83,109,222,0.72);display:block;width:23.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15032;line-height:1.7;letter-spacing:0;top:64.125rem;left:1.8125rem;height:8.0729375rem;font-style:normal;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;display:block; }
#PBJgPGUoKabcQf69PcSp62ZxXl692MMr { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 1.375rem 1.625rem 1.9375rem rgba(57,110,135,0.46) ;height:19.9375rem;width:27.25rem;top:83.625rem;left:0rem;display:block; }
#vNdA4WiBreyXvbZfDHBndR2459pqDzD5 { color:rgba(83,109,222,0.72);display:block;width:25.4373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15030;line-height:1.7;letter-spacing:0;top:89.5rem;left:0.875rem;height:6.0546875rem;font-style:normal;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;display:block; }
#gboTBCiot8LxDrd9cnMiC8OKOhI5mp2A { position:absolute;display:block;z-index:15059;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.999125rem;width:7.874375rem;top:80.6875rem;left:1.25rem;overflow:hidden;display:block; }
#n7Qgz19FvcgW5wlyysiPuJoNSu9pwMFq { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0) ;height:6.625rem;width:6.625rem;top:81.375rem;left:1.9375rem;display:block; }
#G2ThhxmDI4vPK4gtWWFifRgZLaaUULnw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:86.375rem;left:9.9375rem;height:1.7875rem;font-style:normal;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;display:block; }
#gBRKqURg2FqEqDdkM0yocsTLQaCkutlD { position:absolute;display:block;z-index:15048;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(0,0,0,0) ;height:6.625rem;width:6.625rem;top:67.6875rem;left:34.3125rem;display:block; }
#RVN5gIITL7LowZ8dVmIT9sLKM4yF5cg7 { position:absolute;display:block;z-index:15060;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.9998125rem;width:6.875rem;top:68rem;left:34.125rem;overflow:hidden;display:block; }
#y5oDOgnLpTMcN4Nf3XL5GrayRpqnTv0L { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:72.625rem;left:40.9375rem;height:1.7875rem;font-style:normal;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;display:block; }
#MkaPD0MWKLvLGekuDz2zDugWmt8PGSIn { color:rgba(83,109,222,0.72);display:block;width:26rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:75rem;left:33.4375rem;height:11.46875rem;font-style:normal;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;display:block; }
#J8P0GUSsoySKNkLyKSZ3eGDWPrQt2cO7 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 1.375rem 1.625rem 1.9375rem rgba(57,110,135,0.46) ;height:19.9375rem;width:27.25rem;top:70.8125rem;left:32.8125rem;display:block; }
#zLnPt3zx6WQIZ5VN9qDzPzVERFr8iGoE { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 1.375rem 1.625rem 1.9375rem rgba(57,110,135,0.46) ;height:19.936rem;width:27.249375rem;top:44.3125rem;left:32.8125rem;display:block; }
#h5MNNkA6Otl2ynER05uEx3civDR0vMsQ { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #dec7b3);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #dec7b3);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #dec7b3);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #dec7b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#dec7b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#dec7b3' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #dec7b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 1.375rem 1.625rem 1.9375rem rgba(57,110,135,0.46) ;height:19.936rem;width:27.249375rem;top:10rem;left:0rem;display:block; }
#k2ITUx3rfkDImVS8fLvLXROACM7gI09e { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #d7c5b7);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #d7c5b7);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #d7c5b7);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #d7c5b7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#d7c5b7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#d7c5b7' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #d7c5b7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 1.375rem 1.625rem 1.9375rem rgba(57,110,135,0.46) ;height:19.936rem;width:27.249375rem;top:17.875rem;left:32.8125rem;display:block; }
#Lr610ltDWqDqc30w4xc82k4iNv7MofQ8 { color:rgba(var(--color-primary-4),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.7000007629394rem;left:31.437501907349rem;height:5.84765625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rGdTBH4Ozdb9N6JlxqAOBkcensMKVN8X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#rGdTBH4Ozdb9N6JlxqAOBkcensMKVN8X > .row .container { background-color: transparent; background-image: none; }#rGdTBH4Ozdb9N6JlxqAOBkcensMKVN8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGdTBH4Ozdb9N6JlxqAOBkcensMKVN8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGdTBH4Ozdb9N6JlxqAOBkcensMKVN8X > .row .container > .video-iframe-container { display: none; }#rGdTBH4Ozdb9N6JlxqAOBkcensMKVN8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGdTBH4Ozdb9N6JlxqAOBkcensMKVN8X > .row > .video-iframe-container { display: none; }#rGdTBH4Ozdb9N6JlxqAOBkcensMKVN8X > .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); }#rGdTBH4Ozdb9N6JlxqAOBkcensMKVN8X > .row .container { border-width: 0; border-radius: 0; }#rGdTBH4Ozdb9N6JlxqAOBkcensMKVN8X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rGdTBH4Ozdb9N6JlxqAOBkcensMKVN8X > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#rZaQdr6OxWHLyeMAFg7dFZPMAfHw1aIW { color:rgba(var(--color-tertiary-0),1);display:block;width:57.9989375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:1.5358667373657rem;left:0.99875640869138rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sOusJRTiTPb6MKCI5ffCfBwUK7wiTr89 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#sOusJRTiTPb6MKCI5ffCfBwUK7wiTr89 > .row .container { background-color: transparent; background-image: none; }#sOusJRTiTPb6MKCI5ffCfBwUK7wiTr89::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOusJRTiTPb6MKCI5ffCfBwUK7wiTr89 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOusJRTiTPb6MKCI5ffCfBwUK7wiTr89 > .row .container > .video-iframe-container { display: none; }#sOusJRTiTPb6MKCI5ffCfBwUK7wiTr89 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sOusJRTiTPb6MKCI5ffCfBwUK7wiTr89 > .row > .video-iframe-container { display: none; }#sOusJRTiTPb6MKCI5ffCfBwUK7wiTr89 > .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); }#sOusJRTiTPb6MKCI5ffCfBwUK7wiTr89 > .row .container { border-width: 0; border-radius: 0; }#sOusJRTiTPb6MKCI5ffCfBwUK7wiTr89 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sOusJRTiTPb6MKCI5ffCfBwUK7wiTr89 > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;position:relative;display:block; }#WdkpermpZrBvrRfGoPJbBebIFqqAS1Du { color:#ff0000;display:block;width:11.1843125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:2.625rem;left:38.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y7o9pyEhcocoatrxMhVvHUGZcpDL8MVB { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15032;line-height:2;letter-spacing:0;top:5.3283395767212rem;left:31.402996063233rem;height:10.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pV3tFUyBa3Se2T0dEXsFPbuigu0oqk1Q { color:#ff0000;display:block;width:16.1239375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:2.625rem;left:6.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EM3P6wZ2xa1eTX2e3ynsHOUgdzk3ADSl { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15034;line-height:2;letter-spacing:0;top:5.5783424377441rem;left:3.3125rem;height:10.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LNSmtw5tHz38rB78c5sPD0BTHOlnFt3U { color:#ff0000;display:block;width:11.1843125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:21.49934387207rem;left:22.374134063721rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F2GFl7GwKdfshs4GJE1WuUrXHIbdTJxo { color:#ff0000;display:block;width:40.5620625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15036;line-height:2;letter-spacing:0;top:24.246747016907rem;left:9.4672317504881rem;height:6.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zsm8t9bVDy3JdnIgNsML72ceU0biogyd { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:0.124783125rem;width:55.5620625rem;top:20.072914123535rem;left:2.2178840637207rem;display:block; }
#woltUM3bli7AUW16O1TKBAdirXG4zAx9 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.687325rem;width:2.56125625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5);display:block;z-index:15017;top:2.0625rem;left:48.8125rem;display:block; }
#H9gJKKpBzAuQGHiLy8u8kohmJ2OhnsII { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:0.125rem;top:0.52734375rem;left:29.687854766846rem;display:block; }
#ULdnRmnFdpKnJDs858XzTNskp6PETxuH { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.687325rem;width:2.56125625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5);display:block;z-index:15019;top:2.0625rem;left:21.75rem;display:block; }
#Ved5RCNML0Esa95U4ClXQeuWsbv6QEta { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.875rem;font-weight:400;line-height:1;height:2.687325rem;width:2.56036875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5);display:block;z-index:15020;top:20.999130249024rem;left:32.561855316162rem;display:block; }
#SHmET3f4OPoPvWm7hSvSgwbv8OKq9Wcv { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: 0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5) ;height:13.3745625rem;width:0.124783125rem;top:6.7677917480469rem;left:29.687503814698rem;display:block; }
#g8VgsvMSoi0F1X4mmkwdtMSJPgzHQLaV { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.124783125rem;width:55.561rem;top:32.2498125rem;left:2.187068939209rem;display:block; }
#Ff5pvK9DPNMw0A36ih35Zd8MplFhDx56 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#Ff5pvK9DPNMw0A36ih35Zd8MplFhDx56 > .row .container { background-color: transparent; background-image: none; }#Ff5pvK9DPNMw0A36ih35Zd8MplFhDx56::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff5pvK9DPNMw0A36ih35Zd8MplFhDx56 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff5pvK9DPNMw0A36ih35Zd8MplFhDx56 > .row .container > .video-iframe-container { display: none; }#Ff5pvK9DPNMw0A36ih35Zd8MplFhDx56 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff5pvK9DPNMw0A36ih35Zd8MplFhDx56 > .row > .video-iframe-container { display: none; }#Ff5pvK9DPNMw0A36ih35Zd8MplFhDx56 > .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); }#Ff5pvK9DPNMw0A36ih35Zd8MplFhDx56 > .row .container { border-width: 0; border-radius: 0; }#Ff5pvK9DPNMw0A36ih35Zd8MplFhDx56 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff5pvK9DPNMw0A36ih35Zd8MplFhDx56 > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#v33KD08wTIzobEFfXi2HVxQFh1m3DZCL { color:#ff0000;display:block;width:48.9975625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.5);top:2.255859375rem;left:4.154296875rem;height:3.73698125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi { 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; }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row .container { background-color: transparent; background-image: none; }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row .container > .video-iframe-container { display: none; }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row > .video-iframe-container { display: none; }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .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); }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row .container { border-width: 0; border-radius: 0; }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#y2KT4Q41sTFINAl38us2qoOpRr2MtGnc { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color: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.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1861875rem;height:3.80968125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:6.6916236877444rem;left:22.905818939209rem;display:block; }
#xnUoWA2tn8KX6ORSfa5TLPXTEDMNBy2c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tNgKZr3gK7a5mkaHNyDx16yrOcecwolE { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:30.6875rem;top:0.41341161727905rem;left:14.779731750488rem;display:block; }
#otaHJcbdActe9JiCDhM0ZXbuXlVmR9LV { color:rgba(var(--color-primary-4),1);display:block;width:48.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:2.38671875rem;left:4.9125003814697rem;height:1.7875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-4),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; }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row .container { background-color: transparent; background-image: none; }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row .container > .video-iframe-container { display: none; }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row > .video-iframe-container { display: none; }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .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); }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row .container { border-width: 0; border-radius: 0; }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#XrrtMd8Cw3CHIN85kbpZBbTqO2qdqWQD { display:block;width:19.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.98828125rem;left:40.125rem;height:1.95rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L1cqChmkevf60Qn6pMofswGCoeTse0W9 { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:2.875rem;left:56.5rem;display:block; }
#WRQsnvAVO57D608rUm2z2VNZWzTxCpkR { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:6.0625rem;left:56.875rem;display:block; }
#Te6aoBz390rGcnhlIGMcVTe9IeAiBtmE { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:9.125rem;left:57.125rem;display:block; }
#NEDT9fwKWZNusNmtrlSqMllxNM8fsaLc { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:12.9375rem;left:57.125rem;display:block; }
#Q2XKTGCSTyappkzrakVsZGdSTh9bFgUI { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:13.3125rem;left:33.875rem;height:2.2734375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#I9fvp5Txi6nSzPX3U9QiCJAtzDMx6kpp { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:9.9375rem;left:33.8125rem;height:2.2734375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#wblWksihWAfTdDqqz3auJ5wlqhfT0H0g { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:6.75rem;left:33.6875rem;height:2.2734375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#kflnPNDPora3OTrgHQliOtM751Lwwh14 { display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:3.5rem;left:33.5rem;height:2.2734375rem;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:right;text-align-last:right;display:block; }
#m9rvrd0L460g7UTbA6OTu831vHtgCwi8 { 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:9.375rem;width:21.624rem;top:0.9873046875rem;left:3rem;overflow:hidden;display:block; }
#nQagmwQrW9Bnvfz95NKmwGq24PatRRJy { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#tHu2b8h49qJqnfhnS1dcqnHOTcRahc4v { 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:none; }#tHu2b8h49qJqnfhnS1dcqnHOTcRahc4v > .row .container { border-width: 0; border-radius: 0; }#tHu2b8h49qJqnfhnS1dcqnHOTcRahc4v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tHu2b8h49qJqnfhnS1dcqnHOTcRahc4v > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:60rem;position:relative;display:none; }#WQsv7TJykd1P9Hc1i0JsqUennCUu2Mmo { 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; }
#Zo7tuUSZeOL0QLhNZteTMJVUyLWW4rPX { 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; }
#c9EhGn13MRQVsQT0lteaZV226Qdsn32S { position:relative;display:none; }#c9EhGn13MRQVsQT0lteaZV226Qdsn32S { border-width: 0; border-radius: 0; }#c9EhGn13MRQVsQT0lteaZV226Qdsn32S > .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; }#c9EhGn13MRQVsQT0lteaZV226Qdsn32S > .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; }#Ub4J2NA0pABtSvd62mx1tRi8IW5OS1C1 { 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; }
#b5chifH7hGE88oJTpwlZgqTw5B39qVKK { 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:none; }#b5chifH7hGE88oJTpwlZgqTw5B39qVKK > .row .container { border-width: 0; border-radius: 0; }#b5chifH7hGE88oJTpwlZgqTw5B39qVKK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b5chifH7hGE88oJTpwlZgqTw5B39qVKK > .row .container { font-size:0.875rem;font-family:arial;height:8.0625rem;width:60rem;position:relative;display:none; }#w9hl58DSdP3xHBqU4sdPwOtGaNoCPn9U { 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; }
#M0gZzUqK1oJINngrtThooa6Ti8H4T68J { 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; }
#LaOvfWEA9z44HcFrFTqgMO6IxAh88glA { 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; }
#GzTEM9VbvNwzdtJ5hzdS1y9guZZJLgHs { 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; }
#ou3dDa0MrIVkOlmg1P1TCOb8CmBqiPnx { 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; }
#NRzQauCBeM0b5ahXJ9zTOTc4ZkicgMu0 { 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; }
#SP3JA8kmxpoRTISDX0aiOAaxNtwAqCCJ { 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; }
#bcQVVxJkK5MyFUTTSkAC9QS31SCpVC0W { 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; }
#vdTsEiOgay1tpzxb9zXLezODTfMmhoK9 { 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; }
#gkugGfa8KqIPUOV7SuGMSuVedBbs1VdX { 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; }
#vti5LKqc3WE28pFvAnIeMBN7xNhbcVzq { 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; }
#GGIu9eeXytStPPme89QA5xVEiTqiBgT9 { 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; }
#TnK9i73Jy7ruefWUWf4m7CzWFUq0WK3w { 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; }
#DAOzibKGfk9OgB68X4uZl5l5yrayvxdn { 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; }
#rmZpZa2Ku9oUexTIB0Dvvx50dPwHeyVb { 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; }
#CLcM6fDKlPT9tHBRs3NQET1sTkozxW5x { 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; }
#KPernSOaC0SwKCJK3S4bxbxlvWztIe61 { 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; }
#sWvui8XrbgK5KRMB1Ek69hqu9GOZttVn { 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; }
#wI5dh6xwz58SRe6Zp2KV1oPXBLhisKZ3 { 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; }
#wuMbSP3QV3vDhvElBPRXGUtSmsSuseFP { 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; }
#XgGofmgPTs8etm2IkuNxngFT3sfsXimm { 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; }
#ucGc7oeTbC46QuG9piAK7ZKiavwpInyv { 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; }
#Jz0gA0Ol7BU4OSi1W1tbWUmyZyEs06Me { 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; }
#ttznzs8TLicGaTWD4dEB2masi3fMVWvs { 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; }
#Sd6mEWc28hB3WwtRwTyuvqUT07PWOXkq { 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; }
#yAthcnVTI42cLN2lHA0baNR41TnOpvdy { 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; }
#N1JFWqkoT3s45wwwUAOfuObrihboLi9z { 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; }
#LXJWcOcqlxB8k1zFDLbgSe0t07wxxNT5 { 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; }
#LXkOB4hs782ZSfDBHrWV6VP5GknmduPd { 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; }
#zfFpnBIxB69XXLZnGTSUE1NrwLcaH2Eh { 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; }
#MtdxvOmU2RZp1HP4syDsZL8RcLsMilTR { 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; }
#ynSATOMGU3b92JFp2a65GuLdTED6vKTS { 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; }
#Gk5dVSVT3lUSuc9ihgmolq4ZyAgZgR8o { 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; }
#QsdAIGtMSTufzzX9m7rciCBc6gQq7bV9 { 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; }
#IhFTggpD37vc0QH8fK0CQODawI5Dulic { 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; }
#Hgab3LbyJGPDTAoC14wtX4n3bKftscv5 { 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; }
#zUCD8BzCaQdLnSg8S7mhWnC4xsqeJkpH { 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; }
#LlCyskJ7tJPz1Q4gPI5deO5a3FDz8oJ1 { 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; }
#v1HMr85lof3dBx1VOgVIRI8FbyxOhiPP { 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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnpvPTTzJy4sXRO2x0vgBMFwH6twat7p { top:0.25rem;left:20.125rem;width:11.5625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTv72iFuyy3TIB3AkwNyVFg11rWUiy24 { width:19rem;height:23.6875rem;top:9.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-regular-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-text { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-text {padding-top: 0; padding-bottom: 0;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-textarea { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-select { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-select {padding-top: 0; padding-bottom: 0;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-button { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49  { width:17.1875rem;height:auto;top:13.25rem;left:2.0625rem; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .radio-container { width:17.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 {display:block;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 { width:17.1875rem;height:auto;top:13.25rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #FLOUyELGNiOd34A6NX3g5CHFBZzlPueE {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #mJUde1JdVA6QH4iwTxn8vL5s33JlOlod { display:block; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #LeKulocxJgRsDKO24BN6THTUrc6vhMHr {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #Kd2FZLrkBgDI8OzCCfJcBnTLCMW8TLvV {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #WApVp9TFxhWcIOxhv300OQ8fRCRptDlJ { display:block; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #fEt5G53WxeTTnBVcRGWnZ8EmCBQaUckH {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #aKiB6mgTcpk9CFvQuXgFL1AgZxvI3e2u {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #L4dKep1cFiI4DxVpUmNOIVFxXPqHQzTi { display:block; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #LOuTHmbozx1xXkRd4vex672N9JFMpWT3 {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #PswPNMhfHhUTookpwXWrD4CTeQxM4NVP {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #MTCKJ8xWodvhN4vHsWoKJv02Cx82iUZJ {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #HikNR6STu4q6erNpQTsTUQdfqDNqV8V1 {  }
 }@media only screen and (max-width: 763px) { #HNHCaXlSveTB6OfBN3pgqDSO7WUFAFCl { display:block; }
 }@media only screen and (max-width: 763px) { #Z7A08h7lEsiOG3FbVCPnOV4zWKR6Kcc5 { display:block; }
 }@media only screen and (max-width: 763px) { #Vxxpf4y3AvfHbsqtGaaWhGbEuVoN7A7U { display:block; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #L6UvTwG5C6HXsJF13LQyEb8T1v45IJnT {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #dLUMZ1TW3nLopml9mHoKQvKI0DVWTqy7 {  }
 }@media only screen and (max-width: 763px) { #vrL6yaA7M8oWTmc0l9Bs13Mrr8A2S7vD { top:5.3125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GedL8bfiSeMHUEUcc57cPtu6rlpiy2eq { width:14.4375rem;height:1.8125rem;top:12.5625rem;left:4.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGHTkfbfVzqJZbP3eJW6uT04bDcNtVuD { width:21.125rem;height:1.8125rem;top:10.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syH7MfAzTmQoBXSS2QLAwuaI1wcqSNmK { top:0rem;left:19.96875rem;width:12.5rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAPhyvCwWkfTiZN7arzWDx1nW85LvFbu { display:none; }
 }@media only screen and (max-width: 763px) { #sNsHWgzL8dgsLVoitXwK2zRS1NS8TuKb { width:15.75rem;height:3.5625rem;top:37.625rem;left:4.09228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOGvXPaZmCSqPk6ZWogCSCVmVQSgbBhf { display:block; }
 }@media only screen and (max-width: 763px) { #ardiigJWId8BzeO3HFgzsdb0tWA2AbDV { display:block; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPldw9QBBA8xGX7RxN8T9xvNwI2ToDkQ { width:47.75rem;height:4.1875rem;top:0.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgVkImFswThqTswX9QDJDke7AIpi4U8U { top:5.5rem;left:3.8739166259766rem;width:39.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm { display:block; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGXK6KivgpwzJaG7KRNaXh0VUJxzO8pN { width:8.875rem;height:1.9375rem;top:3rem;left:37.194881439209rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQJxO2Mho1ubCwprzAHiNkaAD930eiS3 { width:10.625rem;height:1.9375rem;top:3rem;left:2.3161926269531rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSwT2mcaWVVSUis6p1n0zBpBvdgBmF7N { width:14.4375rem;height:1.9375rem;top:8.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQUJTCoOhshOLdv4LIJ2wtneHsKtpJTO { width:8.4375rem;height:1.9375rem;top:8.6875rem;left:15.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikZk45gdyDa3fqufSKUBZ3nBrFczwdi1 { width:29.8125rem;height:1.9375rem;top:15.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKe721cLeHqkO7o4OtnvXHZ09WyvSEPs { width:12.9375rem;height:1.9375rem;top:8.75rem;left:33.138889312744rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvnxxZQ1JbhT6a3gkAwsD42kUTqh55qB { top:1.9375rem;left:43.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQA50JnFJxegD22N8FU1R1McORvOUZqH { top:1.9375rem;left:12.932510375976rem;width:4.0625rem;height:4.12218125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHX7rs9P9GSvbISvd5UfJPDzoCLnkoxl { top:7.6875rem;left:13.060550689698rem;width:3.8125rem;height:3.8755250210614rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL1XWa4wOH7VunqGn7lB4czBhpzCrbr0 { top:7.6875rem;left:43.6875rem;width:4.0625rem;height:4.1232625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9LIhH2lPgPmTH236wUlqNGZqLGfbim7 { top:2rem;left:24.5rem;width:3.8125rem;height:3.9375206838713rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHAkxFl74kTanrTwUKcWFWdOIZk6CyJZ { top:13.9375rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htuP5b74z8brPXxMKyHhZvVNvvfqMDTT { top:7.625rem;left:24.373699188233rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnDwKs3apCWWAO0Sc0DzBeUr1czouNKS { width:9.375rem;height:1.9375rem;top:3.0625rem;left:14.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKROJfGFIJeDFsDTucQ4HTClyaiOVQZu { top:19.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72 { display:block; }#SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Teippy5iW2QqzPNOSXzdlVX0m1hL5pH9 { top:8.375rem;left:39.5625rem;width:8.1875rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaPGMN8MGVcQV2LmQL8HHn76JtXrF6C3 { top:7.5rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJhfFOvcnP8sM4xRlDr0an7LpF1TTwoT { top:15.375rem;left:25.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANZdaSudOvDlpKQ5zfIwc2xmClGXwnZg { top:34.25rem;left:0rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSxCFC4fK7GU8uwtte9DbSrWRdo0KFUb { top:41.625rem;left:25.625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBtpgmyKIROt2RNo1nIsZ6C16y20uRQE { top:32.125rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #psprk184EKNJUIo5CgAlfTGL24H3SMzU { top:14.8125rem;left:25.0625rem;width:7.5rem;height:7.7485742623356rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuUZ7yHUDMkNkTTmO3erZv7ff6iehe4w { width:25.625rem;height:13.3125rem;top:23.75rem;left:22.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7eURRovwMSKxmBy4JSueMHzRRQ9vHJK { top:21rem;left:34.1875rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyhRvNkBEiyrXDzGcgMQTGZXso1mCZcK { top:6.75rem;left:0rem;width:7.625rem;height:7.9974790394325rem;display:block; }
 }@media only screen and (max-width: 763px) { #UteRPuBfSmXyTOGNOKrDi5DoWJF4qW5w { top:11.5rem;left:6.875rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmbRMFUlA3HzxvCnPOlKnTrI35615n0V { width:24.375rem;height:14.0625rem;top:14.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBuurSHdLgPebCRLDktbnTXA28BeTnBT { top:40.9375rem;left:24.875rem;width:7.9375rem;height:7.9999609280375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS81uhmfeLTp7Kh3CG0aytcwZqCwJBLK { top:46.6875rem;left:34.125rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHwt2QRyXzCehdh9yyF1cCgX2KhmV6LI { width:25.5rem;height:12.0625rem;top:49.25rem;left:22.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb5KTf1u5FrA5N6Nx19donFfIEq0NytW { top:31.4375rem;left:0rem;width:8.125rem;height:8.061rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5KTXz0KVcfbChu6Hln2JhGJBwxWlDwm { top:37.0625rem;left:5.5rem;width:15.1875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwCGUXaAxTbHdpTfVCb29nTgZ4n5eRuz { width:24.6875rem;height:10.0625rem;top:40.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9Tty7ZSC98mlS1Hpk89ZsFBlaP5TIKV { top:54.1875rem;left:0rem;width:7.8125rem;height:7.9352155925075rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW7F28rZJNJGON52dXywGgfl9pbTHCQR { top:54.8125rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWBOe0n4q0ThvZFTJKVh39RQSMzwhXAO { top:59.1875rem;left:0rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0ky3VmPatqDesCDmOtDoHZrfBlUGpSP { top:61.125rem;left:6.8125rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPJ16QR7K1N9e3gtmSerABAAzK63q2Kr { width:23.625rem;height:10.0625rem;top:64.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBJgPGUoKabcQf69PcSp62ZxXl692MMr { top:83.625rem;left:0rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNdA4WiBreyXvbZfDHBndR2459pqDzD5 { width:25.375rem;height:8rem;top:89.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gboTBCiot8LxDrd9cnMiC8OKOhI5mp2A { top:80.6875rem;left:0rem;width:7.8125rem;height:7.9352155925075rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Qgz19FvcgW5wlyysiPuJoNSu9pwMFq { top:81.375rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2ThhxmDI4vPK4gtWWFifRgZLaaUULnw { top:86.375rem;left:6.875rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBRKqURg2FqEqDdkM0yocsTLQaCkutlD { top:67.6875rem;left:25.125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVN5gIITL7LowZ8dVmIT9sLKM4yF5cg7 { top:68rem;left:24.9375rem;width:6.875rem;height:6.9998125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5oDOgnLpTMcN4Nf3XL5GrayRpqnTv0L { top:72.625rem;left:31.375rem;width:16.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkaPD0MWKLvLGekuDz2zDugWmt8PGSIn { width:25.9375rem;height:15.25rem;top:75rem;left:21.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8P0GUSsoySKNkLyKSZ3eGDWPrQt2cO7 { top:70.8125rem;left:20.5625rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLnPt3zx6WQIZ5VN9qDzPzVERFr8iGoE { top:44.3125rem;left:20.5625rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5MNNkA6Otl2ynER05uEx3civDR0vMsQ { top:10rem;left:0rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2ITUx3rfkDImVS8fLvLXROACM7gI09e { top:17.875rem;left:20.5625rem;width:27.1875rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr610ltDWqDqc30w4xc82k4iNv7MofQ8 { top:1.6875rem;left:19.1875rem;width:28.5625rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGdTBH4Ozdb9N6JlxqAOBkcensMKVN8X { display:block; }#rGdTBH4Ozdb9N6JlxqAOBkcensMKVN8X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZaQdr6OxWHLyeMAFg7dFZPMAfHw1aIW { top:1.5rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOusJRTiTPb6MKCI5ffCfBwUK7wiTr89 { display:block; }#sOusJRTiTPb6MKCI5ffCfBwUK7wiTr89 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdkpermpZrBvrRfGoPJbBebIFqqAS1Du { top:2.625rem;left:32.8125rem;width:11.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7o9pyEhcocoatrxMhVvHUGZcpDL8MVB { top:5.3125rem;left:21.5rem;width:26.25rem;height:14.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV3tFUyBa3Se2T0dEXsFPbuigu0oqk1Q { top:2.625rem;left:0.0625rem;width:16.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM3P6wZ2xa1eTX2e3ynsHOUgdzk3ADSl { top:5.5625rem;left:0rem;width:22.5rem;height:12.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNSmtw5tHz38rB78c5sPD0BTHOlnFt3U { top:21.4375rem;left:16.2490234375rem;width:11.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2GFl7GwKdfshs4GJE1WuUrXHIbdTJxo { top:24.1875rem;left:3.3422317504883rem;width:40.5rem;height:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsm8t9bVDy3JdnIgNsML72ceU0biogyd { top:20.0625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woltUM3bli7AUW16O1TKBAdirXG4zAx9 { top:2.0625rem;left:42.6875rem;width:2.5rem;height:2.6228821005463rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9gJKKpBzAuQGHiLy8u8kohmJ2OhnsII { top:0.5rem;left:23.562854766846rem;width:0.125rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULdnRmnFdpKnJDs858XzTNskp6PETxuH { top:2.0625rem;left:15.625rem;width:2.5rem;height:2.6228821005463rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ved5RCNML0Esa95U4ClXQeuWsbv6QEta { top:20.9375rem;left:26.436855316162rem;width:2.5rem;height:2.6239900475889rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHmET3f4OPoPvWm7hSvSgwbv8OKq9Wcv { top:6.75rem;left:23.562503814698rem;width:0.0625rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8VgsvMSoi0F1X4mmkwdtMSJPgzHQLaV { top:32.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff5pvK9DPNMw0A36ih35Zd8MplFhDx56 { display:block; }#Ff5pvK9DPNMw0A36ih35Zd8MplFhDx56 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v33KD08wTIzobEFfXi2HVxQFh1m3DZCL { top:2.25rem;left:0rem;width:47.75rem;height:3.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7NkOynMwkKORoT4TGJJGd1rNCx08uBi { display:block; }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2KT4Q41sTFINAl38us2qoOpRr2MtGnc { width:14.125rem;height:3.75rem;top:6.6875rem;left:16.780818939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnUoWA2tn8KX6ORSfa5TLPXTEDMNBy2c { display:block; }
 }@media only screen and (max-width: 763px) { #tNgKZr3gK7a5mkaHNyDx16yrOcecwolE { top:0.375rem;left:8.6547317504881rem;width:30.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #otaHJcbdActe9JiCDhM0ZXbuXlVmR9LV { top:2.375rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl { display:block; }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrrtMd8Cw3CHIN85kbpZBbTqO2qdqWQD { width:19.125rem;height:1.9375rem;top:0.9375rem;left:28.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1cqChmkevf60Qn6pMofswGCoeTse0W9 { top:2.875rem;left:44.8125rem;width:2.9375rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRQsnvAVO57D608rUm2z2VNZWzTxCpkR { top:6.0625rem;left:45.4375rem;width:2.3125rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te6aoBz390rGcnhlIGMcVTe9IeAiBtmE { top:9.125rem;left:45.4375rem;width:2.3125rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEDT9fwKWZNusNmtrlSqMllxNM8fsaLc { top:12.9375rem;left:45.4375rem;width:2.3125rem;height:3.0625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2XKTGCSTyappkzrakVsZGdSTh9bFgUI { width:23.1875rem;height:2.25rem;top:13.3125rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9fvp5Txi6nSzPX3U9QiCJAtzDMx6kpp { width:23.1875rem;height:2.25rem;top:9.9375rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wblWksihWAfTdDqqz3auJ5wlqhfT0H0g { width:23.1875rem;height:2.25rem;top:6.75rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kflnPNDPora3OTrgHQliOtM751Lwwh14 { width:23.1875rem;height:2.25rem;top:3.5rem;left:24.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9rvrd0L460g7UTbA6OTu831vHtgCwi8 { top:0.9375rem;left:0rem;width:21.5625rem;height:9.3483369173141rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQagmwQrW9Bnvfz95NKmwGq24PatRRJy { display:none; }
 }@media only screen and (max-width: 763px) { #tHu2b8h49qJqnfhnS1dcqnHOTcRahc4v { display:none; }#tHu2b8h49qJqnfhnS1dcqnHOTcRahc4v > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WQsv7TJykd1P9Hc1i0JsqUennCUu2Mmo { top:0rem;left:0rem;width:19.625rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zo7tuUSZeOL0QLhNZteTMJVUyLWW4rPX { width:47.75rem;height:15.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c9EhGn13MRQVsQT0lteaZV226Qdsn32S { display:none; }#c9EhGn13MRQVsQT0lteaZV226Qdsn32S > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ub4J2NA0pABtSvd62mx1tRi8IW5OS1C1 { top:0.4375rem;left:17.625rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5chifH7hGE88oJTpwlZgqTw5B39qVKK { display:none; }#b5chifH7hGE88oJTpwlZgqTw5B39qVKK > .row .container { width:47.75rem;height:14.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #w9hl58DSdP3xHBqU4sdPwOtGaNoCPn9U { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0gZzUqK1oJINngrtThooa6Ti8H4T68J { width:18.75rem;height:8.25rem;top:2.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaOvfWEA9z44HcFrFTqgMO6IxAh88glA { width:18.75rem;height:1.625rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzTEM9VbvNwzdtJ5hzdS1y9guZZJLgHs { width:18.75rem;height:8.25rem;top:2.3125rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ou3dDa0MrIVkOlmg1P1TCOb8CmBqiPnx { width:18.75rem;height:1.625rem;top:0rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRzQauCBeM0b5ahXJ9zTOTc4ZkicgMu0 { top:1.125rem;left:27.25rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP3JA8kmxpoRTISDX0aiOAaxNtwAqCCJ { top:1.125rem;left:25.8125rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcQVVxJkK5MyFUTTSkAC9QS31SCpVC0W { top:1.125rem;left:24.4375rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdTsEiOgay1tpzxb9zXLezODTfMmhoK9 { top:1.125rem;left:23.875rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkugGfa8KqIPUOV7SuGMSuVedBbs1VdX { top:1.25rem;left:1.71875rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vti5LKqc3WE28pFvAnIeMBN7xNhbcVzq { top:1.125rem;left:28.75rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGIu9eeXytStPPme89QA5xVEiTqiBgT9 { top:1.125rem;left:4.125rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnK9i73Jy7ruefWUWf4m7CzWFUq0WK3w { top:1.125rem;left:5.625rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAOzibKGfk9OgB68X4uZl5l5yrayvxdn { top:1.125rem;left:2.6875rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmZpZa2Ku9oUexTIB0Dvvx50dPwHeyVb { top:1.125rem;left:1.3125rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLcM6fDKlPT9tHBRs3NQET1sTkozxW5x { top:1.125rem;left:0rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPernSOaC0SwKCJK3S4bxbxlvWztIe61 { top:2.9375rem;left:14.819442749024rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWvui8XrbgK5KRMB1Ek69hqu9GOZttVn { top:2.9375rem;left:16.318576812744rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wI5dh6xwz58SRe6Zp2KV1oPXBLhisKZ3 { top:2.9375rem;left:13.383895874024rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuMbSP3QV3vDhvElBPRXGUtSmsSuseFP { top:2.9375rem;left:12.009113311767rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #XgGofmgPTs8etm2IkuNxngFT3sfsXimm { top:2.9375rem;left:10.634330749512rem;width:1.4375rem;height:1.4375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ucGc7oeTbC46QuG9piAK7ZKiavwpInyv { top:1.125rem;left:28.75rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jz0gA0Ol7BU4OSi1W1tbWUmyZyEs06Me { top:1.125rem;left:27.25rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ttznzs8TLicGaTWD4dEB2masi3fMVWvs { top:1.125rem;left:25.8125rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sd6mEWc28hB3WwtRwTyuvqUT07PWOXkq { top:1.125rem;left:24.4375rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yAthcnVTI42cLN2lHA0baNR41TnOpvdy { top:1.125rem;left:23.875rem;width:1.375rem;height:1.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N1JFWqkoT3s45wwwUAOfuObrihboLi9z { display:none; }
 }@media only screen and (max-width: 763px) { #LXJWcOcqlxB8k1zFDLbgSe0t07wxxNT5 { display:none; }
 }@media only screen and (max-width: 763px) { #LXkOB4hs782ZSfDBHrWV6VP5GknmduPd { display:none; }
 }@media only screen and (max-width: 763px) { #zfFpnBIxB69XXLZnGTSUE1NrwLcaH2Eh { display:none; }
 }@media only screen and (max-width: 763px) { #MtdxvOmU2RZp1HP4syDsZL8RcLsMilTR { display:none; }
 }@media only screen and (max-width: 763px) { #ynSATOMGU3b92JFp2a65GuLdTED6vKTS { display:none; }
 }@media only screen and (max-width: 763px) { #Gk5dVSVT3lUSuc9ihgmolq4ZyAgZgR8o { display:none; }
 }@media only screen and (max-width: 763px) { #QsdAIGtMSTufzzX9m7rciCBc6gQq7bV9 { display:none; }
 }@media only screen and (max-width: 763px) { #IhFTggpD37vc0QH8fK0CQODawI5Dulic { display:none; }
 }@media only screen and (max-width: 763px) { #Hgab3LbyJGPDTAoC14wtX4n3bKftscv5 { display:none; }
 }@media only screen and (max-width: 763px) { #zUCD8BzCaQdLnSg8S7mhWnC4xsqeJkpH { display:none; }
 }@media only screen and (max-width: 763px) { #LlCyskJ7tJPz1Q4gPI5deO5a3FDz8oJ1 { display:none; }
 }@media only screen and (max-width: 763px) { #v1HMr85lof3dBx1VOgVIRI8FbyxOhiPP { width:3.75rem;height:3.75rem;top:0rem;left:25.125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/l2Ki7U1T/142369051_2841322922853986_1068062946711068527_n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnpvPTTzJy4sXRO2x0vgBMFwH6twat7p { width:11.6875rem;height:5rem;top:1.5625rem;left:3.7812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTv72iFuyy3TIB3AkwNyVFg11rWUiy24 { width:19.3125rem;height:24.5rem;top:20.375rem;left:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.22) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #f3f3f3, #ffffff);background-image: -moz-linear-gradient(top, #f3f3f3, #ffffff);background-image: -ms-linear-gradient(top, #f3f3f3, #ffffff);background-image: -o-linear-gradient(top, #f3f3f3, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #f3f3f3, #ffffff);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-regular-label { width:16.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;color:#613f1f; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-text { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-text {padding-top: 0; padding-bottom: 0;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-textarea { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-select { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-select {padding-top: 0; padding-bottom: 0;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .widget-checkbox-label { width:15.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49  { width:16.75rem;height:auto;top:23.75rem;left:0rem; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 .radio-container { width:16.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 {display:block;}#G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 { width:16.75rem;height:auto;top:23.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #FLOUyELGNiOd34A6NX3g5CHFBZzlPueE {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #mJUde1JdVA6QH4iwTxn8vL5s33JlOlod { display:block; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #LeKulocxJgRsDKO24BN6THTUrc6vhMHr {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #Kd2FZLrkBgDI8OzCCfJcBnTLCMW8TLvV {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #WApVp9TFxhWcIOxhv300OQ8fRCRptDlJ { display:block; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #fEt5G53WxeTTnBVcRGWnZ8EmCBQaUckH {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #aKiB6mgTcpk9CFvQuXgFL1AgZxvI3e2u {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #L4dKep1cFiI4DxVpUmNOIVFxXPqHQzTi { display:block; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #LOuTHmbozx1xXkRd4vex672N9JFMpWT3 {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #PswPNMhfHhUTookpwXWrD4CTeQxM4NVP {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #MTCKJ8xWodvhN4vHsWoKJv02Cx82iUZJ {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #HikNR6STu4q6erNpQTsTUQdfqDNqV8V1 {  }
 }@media only screen and (max-width: 763px) { #HNHCaXlSveTB6OfBN3pgqDSO7WUFAFCl { display:block; }
 }@media only screen and (max-width: 763px) { #Z7A08h7lEsiOG3FbVCPnOV4zWKR6Kcc5 { display:block; }
 }@media only screen and (max-width: 763px) { #Vxxpf4y3AvfHbsqtGaaWhGbEuVoN7A7U { display:block; }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #L6UvTwG5C6HXsJF13LQyEb8T1v45IJnT {  }
 }@media only screen and (max-width: 763px) { #G4cKTVTbJGMc0fwGicmZ5mZHhv0gfH49 #dLUMZ1TW3nLopml9mHoKQvKI0DVWTqy7 {  }
 }@media only screen and (max-width: 763px) { #vrL6yaA7M8oWTmc0l9Bs13Mrr8A2S7vD { width:20rem;height:7.125rem;top:9.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GedL8bfiSeMHUEUcc57cPtu6rlpiy2eq { width:14.43625rem;height:1.86875rem;top:22.8125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGHTkfbfVzqJZbP3eJW6uT04bDcNtVuD { width:20rem;height:1.86875rem;top:21rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syH7MfAzTmQoBXSS2QLAwuaI1wcqSNmK { width:12.5rem;height:5.8125rem;top:41.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAPhyvCwWkfTiZN7arzWDx1nW85LvFbu { top:18.5625rem;left:0.37500005960464rem;width:18.75rem;height:0.125rem;z-index:15033;background-color:#ae8b6a;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sNsHWgzL8dgsLVoitXwK2zRS1NS8TuKb { width:15.75rem;height:3.5625rem;top:48.22265625rem;left:2.1240234375rem;background-color:transparent;background-image: -webkit-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(137deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #uOGvXPaZmCSqPk6ZWogCSCVmVQSgbBhf { display:block; }
 }@media only screen and (max-width: 763px) { #ardiigJWId8BzeO3HFgzsdb0tWA2AbDV { display:block; }#ardiigJWId8BzeO3HFgzsdb0tWA2AbDV > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPldw9QBBA8xGX7RxN8T9xvNwI2ToDkQ { width:20rem;height:5.625rem;top:1.0904941558838rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #vgVkImFswThqTswX9QDJDke7AIpi4U8U { width:20rem;height:0.0625rem;top:7.841796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm { background-color:#f3eae2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container { background-color: transparent; background-image: none; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container > .video-iframe-container { display: none; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row > .video-iframe-container { display: none; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .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); }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container { border-width: 0; border-radius: 0; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J8kTqrWkA5TDWdpV5AVUAkHLTsH4irWm > .row .container { width:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CGXK6KivgpwzJaG7KRNaXh0VUJxzO8pN { width:12.8125rem;height:2rem;top:1.3094825744629rem;left:2.5612569451332rem;text-align:right;text-align-last:right;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQJxO2Mho1ubCwprzAHiNkaAD930eiS3 { width:10.625rem;height:2rem;top:13.669212341309rem;left:4.8109017014504rem;text-align:right;text-align-last:right;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSwT2mcaWVVSUis6p1n0zBpBvdgBmF7N { width:14.43625rem;height:2rem;top:5.3604412078858rem;left:0.99964481592181rem;text-align:right;text-align-last:right;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQUJTCoOhshOLdv4LIJ2wtneHsKtpJTO { width:8.4375rem;height:2rem;top:17.82936668396rem;left:6.9984017014506rem;text-align:right;text-align-last:right;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikZk45gdyDa3fqufSKUBZ3nBrFczwdi1 { width:13.6248125rem;height:2rem;top:21.95046043396rem;left:1.8110795617104rem;text-align:right;text-align-last:right;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKe721cLeHqkO7o4OtnvXHZ09WyvSEPs { width:12.9368125rem;height:2rem;top:26.251774787903rem;left:2.4982243180275rem;text-align:right;text-align-last:right;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvnxxZQ1JbhT6a3gkAwsD42kUTqh55qB { width:4.12464375rem;height:4.12464375rem;top:0.24058389663696rem;left:15.875355303288rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQA50JnFJxegD22N8FU1R1McORvOUZqH { width:4.0625rem;height:4.12198125rem;top:12.601207256317rem;left:15.936611711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHX7rs9P9GSvbISvd5UfJPDzoCLnkoxl { width:3.81214375rem;height:3.8760625rem;top:4.41583776474rem;left:16.187855303287rem;display:block; }
 }@media only screen and (max-width: 763px) { #yL1XWa4wOH7VunqGn7lB4czBhpzCrbr0 { width:4.0625rem;height:4.12198125rem;top:25.184659004211rem;left:15.936611711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9LIhH2lPgPmTH236wUlqNGZqLGfbim7 { width:3.81214375rem;height:3.9391rem;top:8.6257100105287rem;left:16.187855303287rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHAkxFl74kTanrTwUKcWFWdOIZk6CyJZ { width:4.0625rem;height:4.0625rem;top:20.913530826569rem;left:15.936611711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #htuP5b74z8brPXxMKyHhZvVNvvfqMDTT { width:4.0625rem;height:4.0625rem;top:16.792436122894rem;left:15.936611711979rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnDwKs3apCWWAO0Sc0DzBeUr1czouNKS { width:9.375rem;height:2rem;top:9.6013851165769rem;left:6.0609017014504rem;text-align:right;text-align-last:right;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKROJfGFIJeDFsDTucQ4HTClyaiOVQZu { width:20rem;height:0.0625rem;top:30.243057250976rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72 { display:block; }#SDMDCkHOB4SZos1KlZHpekwEwlkE7Z72 > .row .container { width:20rem;height:198.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Teippy5iW2QqzPNOSXzdlVX0m1hL5pH9 { width:8.2498125rem;height:0.37434875rem;top:8.6935729980469rem;left:11.749132215977rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaPGMN8MGVcQV2LmQL8HHn76JtXrF6C3 { width:6.624375rem;height:6.624375rem;top:9.1276044845581rem;left:12.561849653721rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJhfFOvcnP8sM4xRlDr0an7LpF1TTwoT { width:6.625rem;height:6.625rem;top:63.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANZdaSudOvDlpKQ5zfIwc2xmClGXwnZg { width:20rem;height:23.75rem;top:11.944444656372rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #DSxCFC4fK7GU8uwtte9DbSrWRdo0KFUb { width:6.625rem;height:6.625rem;top:90.6875rem;left:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aBtpgmyKIROt2RNo1nIsZ6C16y20uRQE { width:6.625rem;height:6.625rem;top:36.375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psprk184EKNJUIo5CgAlfTGL24H3SMzU { width:7.436rem;height:7.7485rem;top:8.6299924850462rem;left:12.031033575535rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuUZ7yHUDMkNkTTmO3erZv7ff6iehe4w { width:17.436rem;height:16.1458125rem;top:16.139323234558rem;left:1.2814670205116rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #b7eURRovwMSKxmBy4JSueMHzRRQ9vHJK { width:12.5rem;height:1.625rem;top:13.4375rem;left:1.25rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lyhRvNkBEiyrXDzGcgMQTGZXso1mCZcK { width:7.999125rem;height:7.9373125rem;top:35.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UteRPuBfSmXyTOGNOKrDi5DoWJF4qW5w { width:12.5rem;height:1.625rem;top:39.6875rem;left:0rem;font-size:1.25rem;color:#fbfdff;display:block; }
 }@media only screen and (max-width: 763px) { #PmbRMFUlA3HzxvCnPOlKnTrI35615n0V { width:18.186875rem;height:18.1640625rem;top:43.4375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15044;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #EBuurSHdLgPebCRLDktbnTXA28BeTnBT { width:7.999125rem;height:8.311625rem;top:62.375rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS81uhmfeLTp7Kh3CG0aytcwZqCwJBLK { width:12.5rem;height:1.625rem;top:68.283422470094rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gHwt2QRyXzCehdh9yyF1cCgX2KhmV6LI { width:18.499375rem;height:16.3606875rem;top:71.261938095094rem;left:0.74978297948838rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #eb5KTf1u5FrA5N6Nx19donFfIEq0NytW { width:7.8125rem;height:7.625rem;top:90.1875rem;left:11.1875rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #a5KTXz0KVcfbChu6Hln2JhGJBwxWlDwm { width:8.75rem;height:3.25rem;top:93.625rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JwCGUXaAxTbHdpTfVCb29nTgZ4n5eRuz { width:18.125rem;height:14.0234375rem;top:98.499353408812rem;left:0.93750005960463rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #m9Tty7ZSC98mlS1Hpk89ZsFBlaP5TIKV { width:7.8125rem;height:7.935125rem;top:116.625rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW7F28rZJNJGON52dXywGgfl9pbTHCQR { width:6.5625rem;height:6.5625rem;top:117.3125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWBOe0n4q0ThvZFTJKVh39RQSMzwhXAO { width:20rem;height:23.75rem;top:38.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0ky3VmPatqDesCDmOtDoHZrfBlUGpSP { width:12.5rem;height:1.625rem;top:121.0625rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RPJ16QR7K1N9e3gtmSerABAAzK63q2Kr { width:18.5625rem;height:11.6861875rem;top:124.62131500244rem;left:1.1241319775581rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #PBJgPGUoKabcQf69PcSp62ZxXl692MMr { width:20rem;height:23.75rem;top:66.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNdA4WiBreyXvbZfDHBndR2459pqDzD5 { width:18.6230625rem;height:10.091125rem;top:152.25rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #gboTBCiot8LxDrd9cnMiC8OKOhI5mp2A { width:7.8125rem;height:7.935125rem;top:143.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7Qgz19FvcgW5wlyysiPuJoNSu9pwMFq { width:6.5625rem;height:6.5625rem;top:144.0625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2ThhxmDI4vPK4gtWWFifRgZLaaUULnw { width:12.5rem;height:1.625rem;top:147.6875rem;left:0rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gBRKqURg2FqEqDdkM0yocsTLQaCkutlD { width:6.5625rem;height:6.5625rem;top:170.375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVN5gIITL7LowZ8dVmIT9sLKM4yF5cg7 { width:6.875rem;height:6.9998125rem;top:170.1875rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5oDOgnLpTMcN4Nf3XL5GrayRpqnTv0L { width:8.811875rem;height:3.25rem;top:173.1875rem;left:1.8125rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MkaPD0MWKLvLGekuDz2zDugWmt8PGSIn { width:19.375rem;height:16.9921875rem;top:177.75rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #J8P0GUSsoySKNkLyKSZ3eGDWPrQt2cO7 { width:20rem;height:23.75rem;top:172.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLnPt3zx6WQIZ5VN9qDzPzVERFr8iGoE { width:20rem;height:23.75rem;top:146.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5MNNkA6Otl2ynER05uEx3civDR0vMsQ { width:20rem;height:23.75rem;top:92.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2ITUx3rfkDImVS8fLvLXROACM7gI09e { width:20rem;height:23.75rem;top:119.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr610ltDWqDqc30w4xc82k4iNv7MofQ8 { width:20rem;height:7.796875rem;top:1.7166137695312E-5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGdTBH4Ozdb9N6JlxqAOBkcensMKVN8X { display:block; }#rGdTBH4Ozdb9N6JlxqAOBkcensMKVN8X > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rZaQdr6OxWHLyeMAFg7dFZPMAfHw1aIW { width:20rem;height:5.60546875rem;top:1.6970500946045rem;left:0rem;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sOusJRTiTPb6MKCI5ffCfBwUK7wiTr89 { display:block; }#sOusJRTiTPb6MKCI5ffCfBwUK7wiTr89 > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdkpermpZrBvrRfGoPJbBebIFqqAS1Du { width:11.1230625rem;height:1.625rem;top:18.312717676162rem;left:4.4379344582558rem;font-size:1.25rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #y7o9pyEhcocoatrxMhVvHUGZcpDL8MVB { width:20rem;height:16.5rem;top:20.983076730743rem;left:0rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #pV3tFUyBa3Se2T0dEXsFPbuigu0oqk1Q { width:16.0611875rem;height:1.625rem;top:1.8229074478149rem;left:1.0101997256279rem;font-size:1.25rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #EM3P6wZ2xa1eTX2e3ynsHOUgdzk3ADSl { width:20rem;height:11.8125rem;top:4.3003475666046rem;left:0rem;font-size:0.9375rem;color:#ffffff;text-align:center;text-align-last:center;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #LNSmtw5tHz38rB78c5sPD0BTHOlnFt3U { width:11.1230625rem;height:1.625rem;top:38.689237594604rem;left:4.4379344582558rem;font-size:1.25rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #F2GFl7GwKdfshs4GJE1WuUrXHIbdTJxo { width:20rem;height:12.375rem;top:40.799696445465rem;left:0rem;font-size:0.9375rem;color:#ff0000;line-height:2.2;display:block; }
 }@media only screen and (max-width: 763px) { #zsm8t9bVDy3JdnIgNsML72ceU0biogyd { width:20rem;height:0.123698125rem;top:55.771041870118rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woltUM3bli7AUW16O1TKBAdirXG4zAx9 { width:2.5rem;height:2.621525rem;top:17.801649332046rem;left:16.872830450535rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9gJKKpBzAuQGHiLy8u8kohmJ2OhnsII { width:0.124783125rem;height:0.124783125rem;top:2.5564231872559rem;left:18.059897482395rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULdnRmnFdpKnJDs858XzTNskp6PETxuH { width:2.5rem;height:2.6226125rem;top:1.3064231872559rem;left:17.001954138279rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ved5RCNML0Esa95U4ClXQeuWsbv6QEta { width:2.5rem;height:2.6237rem;top:38.17600107193rem;left:16.872830450535rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHmET3f4OPoPvWm7hSvSgwbv8OKq9Wcv { width:18.311625rem;height:0.124783125rem;top:0.071186542510987rem;left:0.84309893846512rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8VgsvMSoi0F1X4mmkwdtMSJPgzHQLaV { width:0.124783125rem;height:0.124783125rem;top:38.852866172791rem;left:18.059897482395rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ff5pvK9DPNMw0A36ih35Zd8MplFhDx56 { display:block; }#Ff5pvK9DPNMw0A36ih35Zd8MplFhDx56 > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v33KD08wTIzobEFfXi2HVxQFh1m3DZCL { width:20rem;height:7.1458125rem;top:1.3704414367676rem;left:0rem;font-size:1.375rem;color:#ff0000;display:block; }
 }@media only screen and (max-width: 763px) { #c7NkOynMwkKORoT4TGJJGd1rNCx08uBi { display:block; }#c7NkOynMwkKORoT4TGJJGd1rNCx08uBi > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y2KT4Q41sTFINAl38us2qoOpRr2MtGnc { width:14.124625rem;height:3.75rem;top:9.5862922668456rem;left:2.9367895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnUoWA2tn8KX6ORSfa5TLPXTEDMNBy2c { display:block; }
 }@media only screen and (max-width: 763px) { #tNgKZr3gK7a5mkaHNyDx16yrOcecwolE { width:20rem;height:0.125rem;top:0.33767700195312rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #otaHJcbdActe9JiCDhM0ZXbuXlVmR9LV { width:20rem;height:5.359375rem;top:2.3359375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl { display:block; }#WpLzJ8fhR4BxDJJUZnepSK0cVIT4yADl > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrrtMd8Cw3CHIN85kbpZBbTqO2qdqWQD { width:20rem;height:2.0317375rem;top:2.1875209808349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1cqChmkevf60Qn6pMofswGCoeTse0W9 { width:2.375rem;height:2.375rem;top:8.8125rem;left:17.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRQsnvAVO57D608rUm2z2VNZWzTxCpkR { width:2.3125rem;height:2.3125rem;top:16rem;left:17.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te6aoBz390rGcnhlIGMcVTe9IeAiBtmE { width:1.9375rem;height:2.0625rem;top:22.75rem;left:18.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEDT9fwKWZNusNmtrlSqMllxNM8fsaLc { width:1.625rem;height:2.1875rem;top:29.5rem;left:18.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2XKTGCSTyappkzrakVsZGdSTh9bFgUI { width:18.375rem;height:3.8984375rem;top:28.625rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9fvp5Txi6nSzPX3U9QiCJAtzDMx6kpp { width:18.125rem;height:3.8984375rem;top:21.8125rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wblWksihWAfTdDqqz3auJ5wlqhfT0H0g { width:18.0625rem;height:3.8984375rem;top:15.25rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kflnPNDPora3OTrgHQliOtM751Lwwh14 { width:18.125rem;height:3.8984375rem;top:8.0625rem;left:0rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9rvrd0L460g7UTbA6OTu831vHtgCwi8 { width:20rem;height:8.4375rem;top:37.901269555092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQagmwQrW9Bnvfz95NKmwGq24PatRRJy { top:48.749992370606rem;left:6.96875rem;width:6.0625rem;height:3.5625rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #tHu2b8h49qJqnfhnS1dcqnHOTcRahc4v { background-color:rgba(185,163,135,0.9);background-image:none;display:block; }#tHu2b8h49qJqnfhnS1dcqnHOTcRahc4v > .row .container { background-color: transparent; background-image: none; }#tHu2b8h49qJqnfhnS1dcqnHOTcRahc4v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHu2b8h49qJqnfhnS1dcqnHOTcRahc4v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHu2b8h49qJqnfhnS1dcqnHOTcRahc4v > .row .container > .video-iframe-container { display: none; }#tHu2b8h49qJqnfhnS1dcqnHOTcRahc4v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tHu2b8h49qJqnfhnS1dcqnHOTcRahc4v > .row > .video-iframe-container { display: none; }#tHu2b8h49qJqnfhnS1dcqnHOTcRahc4v > .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); }#tHu2b8h49qJqnfhnS1dcqnHOTcRahc4v > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WQsv7TJykd1P9Hc1i0JsqUennCUu2Mmo { top:2.4375rem;left:0.375rem;width:19.625rem;height:2.92448125rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo7tuUSZeOL0QLhNZteTMJVUyLWW4rPX { top:6.796875rem;left:0rem;width:20rem;height:6.375rem;z-index:15062;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c9EhGn13MRQVsQT0lteaZV226Qdsn32S { display:block; }#c9EhGn13MRQVsQT0lteaZV226Qdsn32S { background-color: transparent; background-image: none; }#c9EhGn13MRQVsQT0lteaZV226Qdsn32S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9EhGn13MRQVsQT0lteaZV226Qdsn32S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9EhGn13MRQVsQT0lteaZV226Qdsn32S > .row .container > .video-iframe-container { display: none; }#c9EhGn13MRQVsQT0lteaZV226Qdsn32S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c9EhGn13MRQVsQT0lteaZV226Qdsn32S > .row > .video-iframe-container { display: none; }#c9EhGn13MRQVsQT0lteaZV226Qdsn32S > .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); }#c9EhGn13MRQVsQT0lteaZV226Qdsn32S > .row .container { width:20rem;height:2.75rem;background-color:#b9a387;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ub4J2NA0pABtSvd62mx1tRi8IW5OS1C1 { width:12.5rem;height:1.94921875rem;top:0.5625rem;left:3.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b5chifH7hGE88oJTpwlZgqTw5B39qVKK { display:block; }#b5chifH7hGE88oJTpwlZgqTw5B39qVKK > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9hl58DSdP3xHBqU4sdPwOtGaNoCPn9U { width:2rem;height:2rem;top:0rem;left:18rem;font-size:1.375rem;color:#b9a387;display:block; }
 }@media only screen and (max-width: 763px) { #M0gZzUqK1oJINngrtThooa6Ti8H4T68J { width:19.5rem;height:4.796875rem;top:2.8125rem;left:0.25rem;text-align:center;text-align-last:center;color:#070707;display:block; }
 }@media only screen and (max-width: 763px) { #LaOvfWEA9z44HcFrFTqgMO6IxAh88glA { width:7.75rem;height:1.625rem;top:1.1875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzTEM9VbvNwzdtJ5hzdS1y9guZZJLgHs { 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; }
 }@media only screen and (max-width: 763px) { #ou3dDa0MrIVkOlmg1P1TCOb8CmBqiPnx { 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; }
 }@media only screen and (max-width: 763px) { #NRzQauCBeM0b5ahXJ9zTOTc4ZkicgMu0 { width:1.4375rem;height:1.4375rem;top:51.875rem;left:9.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SP3JA8kmxpoRTISDX0aiOAaxNtwAqCCJ { width:1.4375rem;height:1.4375rem;top:49.1875rem;left:9.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bcQVVxJkK5MyFUTTSkAC9QS31SCpVC0W { width:1.4375rem;height:1.4375rem;top:46.5rem;left:9.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #vdTsEiOgay1tpzxb9zXLezODTfMmhoK9 { width:1.4375rem;height:1.4375rem;top:43.8125rem;left:9.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkugGfa8KqIPUOV7SuGMSuVedBbs1VdX { width:1.4375rem;height:1.4375rem;top:7.71875rem;left:1.6875rem;font-size:1rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #vti5LKqc3WE28pFvAnIeMBN7xNhbcVzq { width:1.375rem;height:1.375rem;top:1.125rem;left:9.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GGIu9eeXytStPPme89QA5xVEiTqiBgT9 { width:1.375rem;height:1.375rem;top:1.125rem;left:9.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnK9i73Jy7ruefWUWf4m7CzWFUq0WK3w { width:1.375rem;height:1.375rem;top:1.125rem;left:9.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAOzibKGfk9OgB68X4uZl5l5yrayvxdn { width:1.375rem;height:1.375rem;top:1.125rem;left:9.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rmZpZa2Ku9oUexTIB0Dvvx50dPwHeyVb { width:1.375rem;height:1.375rem;top:1.125rem;left:9.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLcM6fDKlPT9tHBRs3NQET1sTkozxW5x { width:1.375rem;height:1.375rem;top:1.125rem;left:9.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KPernSOaC0SwKCJK3S4bxbxlvWztIe61 { width:1.4375rem;height:1.4375rem;top:9.5902767181394rem;left:2.0277777314186rem;font-size:1rem;z-index:15027;display:none; }
 }@media only screen and (max-width: 763px) { #sWvui8XrbgK5KRMB1Ek69hqu9GOZttVn { width:1.375rem;height:1.375rem;top:9.5913619995119rem;left:3.5273428559303rem;font-size:0.9375rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #wI5dh6xwz58SRe6Zp2KV1oPXBLhisKZ3 { width:1.4375rem;height:1.4375rem;top:9.5729160308837rem;left:0.59223085641861rem;font-size:1rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #wuMbSP3QV3vDhvElBPRXGUtSmsSuseFP { width:1.4375rem;height:1.4375rem;top:9.5729160308837rem;left:-0.78255170583725rem;font-size:1rem;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #XgGofmgPTs8etm2IkuNxngFT3sfsXimm { width:1.4375rem;height:1.4375rem;top:9.5729160308837rem;left:-2.1573361754417rem;font-size:1rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #ucGc7oeTbC46QuG9piAK7ZKiavwpInyv { width:1.375rem;height:1.375rem;top:7.6388939768075rem;left:4.8402777314186rem;font-size:0.9375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #Jz0gA0Ol7BU4OSi1W1tbWUmyZyEs06Me { width:1.4375rem;height:1.4375rem;top:7.6388939768075rem;left:3.3396292328834rem;font-size:1rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #ttznzs8TLicGaTWD4dEB2masi3fMVWvs { width:1.4375rem;height:1.4375rem;top:7.6388939768075rem;left:1.9029951691628rem;font-size:1rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #Sd6mEWc28hB3WwtRwTyuvqUT07PWOXkq { width:1.4375rem;height:1.4375rem;top:7.6388939768075rem;left:0.52712923288346rem;font-size:1rem;z-index:15024;display:none; }
 }@media only screen and (max-width: 763px) { #yAthcnVTI42cLN2lHA0baNR41TnOpvdy { width:1.4375rem;height:1.4375rem;top:7.6388939768075rem;left:-0.84765332937238rem;font-size:1rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #N1JFWqkoT3s45wwwUAOfuObrihboLi9z { top:1.0167102813721rem;left:0.99609380960463rem;width:1.81206875rem;height:1.81206875rem;z-index:15031;font-size:1.25rem;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #LXJWcOcqlxB8k1zFDLbgSe0t07wxxNT5 { top:1.0167102813721rem;left:2.8081598877907rem;width:1.81206875rem;height:1.81206875rem;z-index:15032;font-size:1.25rem;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #LXkOB4hs782ZSfDBHrWV6VP5GknmduPd { top:1rem;left:4.6875rem;width:1.81206875rem;height:1.81206875rem;z-index:15033;font-size:1.25rem;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #zfFpnBIxB69XXLZnGTSUE1NrwLcaH2Eh { top:1rem;left:4.6875rem;width:1.81206875rem;height:1.81206875rem;z-index:15034;font-size:1.25rem;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #MtdxvOmU2RZp1HP4syDsZL8RcLsMilTR { top:1.0167102813721rem;left:6.4995661377906rem;width:1.81206875rem;height:1.81206875rem;z-index:15035;font-size:1.25rem;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #ynSATOMGU3b92JFp2a65GuLdTED6vKTS { top:1.0167102813721rem;left:8.005642950535rem;width:1.81206875rem;height:1.81206875rem;z-index:15036;font-size:1.25rem;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #Gk5dVSVT3lUSuc9ihgmolq4ZyAgZgR8o { top:8.4526901245119rem;left:8.005642950535rem;width:1.81206875rem;height:1.81206875rem;z-index:15042;font-size:1.25rem;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #QsdAIGtMSTufzzX9m7rciCBc6gQq7bV9 { top:8.4526901245119rem;left:2.8081598877907rem;width:1.81206875rem;height:1.81206875rem;z-index:15041;font-size:1.25rem;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #IhFTggpD37vc0QH8fK0CQODawI5Dulic { top:8.4526901245119rem;left:6.3120661377906rem;width:1.81206875rem;height:1.81206875rem;z-index:15039;font-size:1.25rem;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #Hgab3LbyJGPDTAoC14wtX4n3bKftscv5 { top:8.4526901245119rem;left:4.6820750832558rem;width:1.81206875rem;height:1.81206875rem;z-index:15040;font-size:1.25rem;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #zUCD8BzCaQdLnSg8S7mhWnC4xsqeJkpH { top:8.4526901245119rem;left:0.99609380960463rem;width:1.81206875rem;height:1.81206875rem;z-index:15038;font-size:1.25rem;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #LlCyskJ7tJPz1Q4gPI5deO5a3FDz8oJ1 { top:8.4375rem;left:1rem;width:1.81206875rem;height:1.81206875rem;z-index:15037;font-size:1.25rem;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #v1HMr85lof3dBx1VOgVIRI8FbyxOhiPP { width:2rem;height:2rem;top:7.875rem;left:17.46875rem;font-size:1.375rem;color:#b9a387;z-index:15005;display:block; }
 }