.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,231,218;--color-primary-1:243,182,143;--color-primary-2:235,133,69;--color-primary-3:230,103,22;--color-primary-4:39,17,2;--color-secondary-0:255,255,255;--color-secondary-1:242,242,242;--color-secondary-2:227,227,227;--color-secondary-3:214,214,214;--color-secondary-4:45,45,45;--color-tertiary-0:255,255,255;--color-tertiary-1:110,110,110;--color-tertiary-2:69,69,69;--color-tertiary-3:55,61,69;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"lato"; }@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(5,5,5,0.85);background-image:url("https://images.assets-landingi.com/uc/fb476c23-0df2-47fc-bb0b-e68cb2daf0c4/343454869_898680918103173_4451976488460449724_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(var(--color-tertiary-4),0.52);background-image:url("https://images.assets-landingi.com/aeaYrafc/gorki3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:60rem;height:57.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { color:rgba(var(--color-primary-3),1);display:block;width:31.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.58);top:12rem;left:0.0625rem;height:12.375rem;font-style:normal;display:block; }
#g4yx8wo3h0QVEXDVvHrC29C1zD2aEzL0 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.8;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:22.1875rem;left:0.0625rem;height:5.3994125rem;display:block; }
#h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { background-color:rgba(var(--color-secondary-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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#27262e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.375rem;left:0.0625rem;display:block; }
#rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E40wuEguk5rOnJN3AD5ICWJF7G18T9Jy { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.25rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.12) ;height:43.75rem;width:20.5625rem;top:8.125rem;left:39.4375rem;display:block; }
#aMcfxf7RzzLCCipxFflTcKxHHr9ER1Vr { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),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:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:0.5625rem;width:20.5625rem;top:7.75rem;left:39.4375rem;display:block; }
#AWbPeonte11kJ2W0wqM7931FAdWWhonR { color:rgba(var(--color-tertiary-2),1);display:block;width:17.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:40.90625rem;height:5.19921875rem;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; }
#qvDqObc9hwO5WwoaiNJTb1EF1CKGtbwS { color:#979597;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:14.69921875rem;left:41.5625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uJHROoN8MMAWFLfkw03MG37iBbdiOO4P { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20.5625rem;top:17.9375rem;left:39.4375rem;display:block; }
#RJy8IrsH63CmIJ2aWCTa2SCTKE71TMpb { color:#74240f;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.4375rem;left:42.625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-form-header {  }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:15.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #979597;border-left:0.0625rem solid #979597;border-right:0.0625rem solid #979597;border-bottom:0.0625rem solid #979597;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:15.625rem;box-sizing:border-box;height:2.0625rem;color:#979597;font-size:0.5rem;overflow:hidden;font-family:roboto;vertical-align:top;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #979597;border-left:0.0625rem solid #979597;border-right:0.0625rem solid #979597;border-bottom:0.0625rem solid #979597;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:15.625rem;box-sizing:border-box;height:4.375rem;color:#979597;font-size:0.5rem;overflow:hidden;font-family:roboto;vertical-align:top;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:700;color:rgba(var(--color-secondary-0),1);width:15.625rem;height:2.8125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal;text-align:center;text-align-last:center;box-shadow: 0.25rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.12) ; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H [class*="-text"]:-moz-placeholder { color:#d3d2d2;font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H [class*="-text"]::-moz-placeholder { color:#d3d2d2;font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H [class*="-text"]:-ms-input-placeholder { color:#d3d2d2;font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H [class*="-text"]::-webkit-input-placeholder { color:#d3d2d2;font-family:roboto;font-size:0.875rem;font-weight:300;font-style:normal;text-align:left;text-align-last:left; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.625rem;font-weight:300;color:#979597;vertical-align:top;width:14.5625rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .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; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-container:first-of-type{padding-top:0;}#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-container:last-of-type{padding-bottom:0;}#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19rem;left:40.6875rem; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.625rem;display:block;vertical-align:top; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-info-text { display:block;height:auto;font-family:"open sans";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; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H {display:block;}#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15006;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:19rem;left:40.6875rem; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #plvn68GIKXWMhKvvU8fQ5elraphlqUQ9 { position:relative; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #DVbarOwKOTCeXHcdosWLlUzWxDgaMU2q { position:relative;display:none; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #WldiToBdDA0GrgZbxTPxXKiKw3PovdxN { position:relative; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #fAdoUXLznWNKd8MUfBT0tIPFT9PTGeKM { position:relative; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #ThcaVNE8tCLep0g0LDO699P459OKvbsu { position:relative;display:none; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #cSJCuCM1Sm1PTV0bAJi4EqUGaNLVvJye { position:relative; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #WEtJ52pPXLsMmb7QOVweNWxCTlTfoX2R { position:relative; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #DPB0q7ENpHpCbgDa32uno5OUuXWHfk7h { position:relative;display:none; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #ilf191wFgGNGqtO6e8ivAwXxTJkCRq5d { position:relative; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #nLgXgrVS4yt3zoEOkbxcDbSuZXcV6dP7 { position:relative; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #AlJdhlFVQcE0Ecz1sTcw6vevhua7b4yb { position:relative;display:block; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #uUZCDJ3akBvRpcuT2lsTtWDEHFs0eKCd { position:relative; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #Sfqk1MbarvD8U68GoN8BCUmezT5UEhDq { position:relative; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #vxOl1r3eBcNGouRWR3f2uTG66KT4ZwfR { position:relative;display:block; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #ttO0keWDlqCLnp038a1zAOzGCsk3qr9Q { position:relative; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #Tnmy5qleZGXF33FmEWWRbDrpGenI0NTc { position:relative; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #RpWXSXRkGDevOAaKC1qoxCCBE2urghVu { position:relative;display:block; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #dez3qKc0ZiFQsURoGnlUZJfovhU0m2Cc { position:relative; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #NngpfIwHKxbDC17T0AVAQ2N7zq8NWJ8r { position:relative; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #QzQfSX8fKzC5UTkP5DTxyItUFppIhlrN { position:relative; }
#RyRSfUImGoniH0e9N54LZAqIiWzwu08S { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#FEiwAn1dXNOMlDgao6Kf6FXk6GlqJ4pT { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:60rem;top:4.75rem;left:0rem;display:none; }
#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { 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; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { background-color: transparent; background-image: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container { display: none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .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); }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { border-width: 0; border-radius: 0; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:60rem;position:relative;display:block; }#AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.6875rem;width:29.9375rem;top:1.75rem;left:0rem;overflow:hidden;display:block; }
#kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { color:rgba(var(--color-tertiary-3),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:1.0612030029297rem;left:31.610023498535rem;height:6.5996125rem;font-style:normal;display:block; }
#gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { color:rgba(var(--color-tertiary-1),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:21.2255859375rem;left:31.875rem;height:5.09911875rem;display:block; }
#u6Myhm1AQWw2v7iyWfXJD82wVlW69XXz { color:rgba(var(--color-tertiary-1),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:8.87174987793rem;left:31.860679626465rem;height:6.798825rem;font-style:normal;display:block; }
#GRcA3zmFd9BHc2Tb7SsqnbZZ5cgnZDBa { color:rgba(var(--color-tertiary-1),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;top:14.877605438233rem;left:31.875rem;height:1.69970625rem;font-style:normal;display:block; }
#M6fdLy2K8wBITOhwUphRx15y2s30mqZs { color:rgba(var(--color-tertiary-1),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:16.826823234558rem;left:31.875rem;height:3.3994125rem;display:block; }
#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc { 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; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { background-color: transparent; background-image: none; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container > .video-iframe-container { display: none; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row > .video-iframe-container { display: none; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .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); }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { border-width: 0; border-radius: 0; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;position:relative;display:block; }#AHgCin2kyfcXhvpTZr8i2Z5t0a58GRf6 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e1e1e1;border-left:0.125rem solid #e1e1e1;border-right:0.125rem solid #e1e1e1;border-bottom:0.125rem solid #e1e1e1;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.625rem;width:28.125rem;top:2.7838554382324rem;left:-0.021701812744141rem;display:block; }
#XJb9PO9A7675nd6CcIZOZ0PExi6pPf8t { position:absolute;display:block;z-index:15002;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.8125rem;width:3.8125rem;top:2.8151054382324rem;left:0.3125rem;overflow:hidden;display:block; }
#yAU40xmUFXLvUihExtv6NwGTNDEhh7MW { color:rgba(var(--color-tertiary-1),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9990234375rem;left:5.236328125rem;height:2.92480625rem;font-style:normal;display:block; }
#x8ZoPvhAGOyaptVCLdFVzdLuktXKGQ5M { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e1e1e1;border-left:0.125rem solid #e1e1e1;border-right:0.125rem solid #e1e1e1;border-bottom:0.125rem solid #e1e1e1;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.625rem;width:28.125rem;top:7.0625rem;left:0rem;display:block; }
#OtzNvVhUi5NgVaZc5lxWKOWe1o4IWTfo { color:rgba(var(--color-tertiary-1),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.3125rem;left:5.25rem;height:2.92480625rem;font-style:normal;display:block; }
#Tg9wFTLUqT9KPpGwogGcgC0gt5QV6dRw { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e1e1e1;border-left:0.125rem solid #e1e1e1;border-right:0.125rem solid #e1e1e1;border-bottom:0.125rem solid #e1e1e1;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.625rem;width:28.125rem;top:15.5625rem;left:0.0224609375rem;display:block; }
#ym45la4SkdxDxOSzvMiEgCZ30SFi3vy0 { color:rgba(var(--color-tertiary-1),1);display:block;width:22rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.03759765625rem;left:5.236328125rem;height:2.92480625rem;font-style:normal;display:block; }
#g06QG1XV2pLSNthy8uATPOQmFpKHozTs { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #e1e1e1;border-left:0.125rem solid #e1e1e1;border-right:0.125rem solid #e1e1e1;border-bottom:0.125rem solid #e1e1e1;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.625rem;width:28.125rem;top:11.283203125rem;left:0rem;display:block; }
#yBXKvSJMke36QIL8Rl2LGKCfhGQ3lRcC { color:rgba(var(--color-tertiary-1),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.724609375rem;left:5.236328125rem;height:2.92480625rem;font-style:normal;display:block; }
#OtJfyXTgJ0TszhmfogL1pnQyViqPigVJ { position:absolute;display:block;z-index:15016;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:16.875rem;width:24.125rem;top:2.783203125rem;left:31.8125rem;overflow:hidden;display:block; }
#C3blpLUQ3gUWhrBAbG7oVDTT16nfQuHz { 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:3.875rem;width:3.875rem;top:7.0625rem;left:0.28125rem;overflow:hidden;display:block; }
#r9SNJzF4T1wd4B4w7dMWqXJZWWdh1Dtn { 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:3.8125rem;width:3.8125rem;top:11.21875rem;left:0.3125rem;overflow:hidden;display:block; }
#KvLcyOtZr2Ef4i34qaFR8uL5FsXweKqq { 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.875rem;width:3.875rem;top:15.5625rem;left:0.28125rem;overflow:hidden;display:block; }
#cTViZK0hEwalGQNCBlOfscDAwqynVTDx { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:#27262e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.4375rem;left:22.3125rem;display:block; }
#VcG1NyhKpAVt4thxRxMmbg0Gg81ORSAa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yrb6R0BXmThUAOgZKaAMAIEHHihX1hHT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#yrb6R0BXmThUAOgZKaAMAIEHHihX1hHT > .row .container { background-color: transparent; background-image: none; }#yrb6R0BXmThUAOgZKaAMAIEHHihX1hHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrb6R0BXmThUAOgZKaAMAIEHHihX1hHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrb6R0BXmThUAOgZKaAMAIEHHihX1hHT > .row .container > .video-iframe-container { display: none; }#yrb6R0BXmThUAOgZKaAMAIEHHihX1hHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yrb6R0BXmThUAOgZKaAMAIEHHihX1hHT > .row > .video-iframe-container { display: none; }#yrb6R0BXmThUAOgZKaAMAIEHHihX1hHT > .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); }#yrb6R0BXmThUAOgZKaAMAIEHHihX1hHT > .row .container { border-width: 0; border-radius: 0; }#yrb6R0BXmThUAOgZKaAMAIEHHihX1hHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yrb6R0BXmThUAOgZKaAMAIEHHihX1hHT > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#CdsVUTy4zecfNPLHrHnIXm9hc13DkdQm { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.0874rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnOe19OcL2l6NktMCULT9auEIGnizVyC { color:rgba(var(--color-tertiary-3),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { 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; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { background-color: transparent; background-image: none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container > .video-iframe-container { display: none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row > .video-iframe-container { display: none; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .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); }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { border-width: 0; border-radius: 0; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#Nzd7aLe0IkJ7JPXbszq1m438Rn8ThO77 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.7498168945312rem;left:0.031070709228516rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { 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; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { background-color: transparent; background-image: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { display: none; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .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); }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { border-width: 0; border-radius: 0; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.9375rem;width:28.625rem;top:2.03125rem;left:31.375rem;overflow:hidden;display:block; }
#yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:2.03125rem;left:4.75rem;height:5.09911875rem;font-style:normal;display:block; }
#zlT5OhhZZ1EcrT2MUd45SBJLI3Itcg0M { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.3564453125rem;left:4.75rem;height:5.09911875rem;font-style:normal;display:block; }
#FqxHJziE1NXzQOWb30Jx7ViVKoPMGB24 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:14.74462890625rem;left:4.75rem;height:6.798825rem;font-style:normal;display:block; }
#fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:0.25rem;top:1.90625rem;left:1.40625rem;overflow:hidden;display:block; }
#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { 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; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { background-color: transparent; background-image: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container > .video-iframe-container { display: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container { display: none; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .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); }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { border-width: 0; border-radius: 0; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#ubqATHDgggwghTMg20dWg55ObA9Av3Ps { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:2.46875rem;left:34.75rem;height:5.09911875rem;font-style:normal;display:block; }
#wmsBMCOxFWzKixXJD4cr4fNtfzrFQyVq { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.91845703125rem;left:34.75rem;height:5.09911875rem;font-style:normal;display:block; }
#F7DRRUrZGWKemhvbJAXivV8OuNmXIyhu { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:15.43212890625rem;left:34.75rem;height:6.798825rem;font-style:normal;display:block; }
#nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:0.25rem;top:2.46875rem;left:31.75rem;overflow:hidden;display:block; }
#CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:28.625rem;top:2.71875rem;left:0rem;overflow:hidden;display:block; }
#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD { 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; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { background-color: transparent; background-image: none; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container > .video-iframe-container { display: none; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row > .video-iframe-container { display: none; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .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); }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { border-width: 0; border-radius: 0; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { font-size:0.875rem;font-family:arial;height:28.9375rem;width:60rem;position:relative;display:block; }#JbPhbnBFm7iTW73Jv5iIfxtc7ElUGyUa { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:28.625rem;top:2.03125rem;left:31.375rem;overflow:hidden;display:block; }
#PDRlxLek5hw9k6CcVsIIbATo4MTZkCDg { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:2.03125rem;left:3.96875rem;height:6.798825rem;font-style:normal;display:block; }
#yldmVKwHM1TrtUm0GaP6ayHTO2bpqeXc { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.7;letter-spacing:0;top:8.3564453125rem;left:3.96875rem;height:5.09911875rem;font-style:normal;display:block; }
#MTaXkVqAXnfaoF9XTcJX95Nam6Omvk8u { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:14.7451171875rem;left:3.96875rem;height:5.09911875rem;font-style:normal;display:block; }
#JV6EUgLygSE8x3W4tuJogr47WETJhgeC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:0.25rem;top:1.90625rem;left:1.53125rem;overflow:hidden;display:block; }
#VHeQgqS9iFiRGO3F14VPM21VTX9HEDL3 { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.4375rem;left:22.9375rem;display:block; }
#e2A0kzNgwa8ibRxVM9m30HcHai3CxemD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { background-color: transparent; background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .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); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { border-width: 0; border-radius: 0; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW::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; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { font-size:0.875rem;font-family:arial;height:0.875rem;width:60rem;position:relative;display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcd6;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; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { background-color: transparent; background-image: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container > .video-iframe-container { display: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container { display: none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .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); }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { border-width: 0; border-radius: 0; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#yuqS2xRUgMWKAz7JfJCBgP6souneEheF { color:#27262e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcd6;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; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { background-color: transparent; background-image: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container > .video-iframe-container { display: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row > .video-iframe-container { display: none; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .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); }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { border-width: 0; border-radius: 0; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { font-size:0.875rem;font-family:arial;height:25.4375rem;width:60rem;position:relative;display:block; }#RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { position:absolute;display:block;z-index:15002;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:15.3125rem;width:15.3125rem;top:4.90625rem;left:4.125rem;overflow:hidden;display:block; }
#XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.57) ;height:15.625rem;width:60rem;top:4.75rem;left:0rem;display:block; }
#bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { color:#dfdcd6;display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:8.03125rem;left:27.15625rem;height:9.375rem;font-style:normal;display:block; }
#BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5rem;top:25.437494277954rem;left:0rem;display:block; }
#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcd6;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; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { background-color: transparent; background-image: none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container > .video-iframe-container { display: none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row > .video-iframe-container { display: none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .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); }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { border-width: 0; border-radius: 0; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { font-size:0.875rem;font-family:arial;height:19.25rem;width:60rem;position:relative;display:block; }#TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { color:rgba(var(--color-tertiary-1),1);display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.7;letter-spacing:0;top:3.0553398132324rem;left:1.53125rem;height:11.8979375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5rem;top:0.0625rem;left:20.75rem;display:block; }
#aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { color:rgba(var(--color-tertiary-1),1);display:block;width:14.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:3.0553398132324rem;left:22.84375rem;height:10.19825rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5rem;top:0.0625rem;left:41rem;display:block; }
#n3zfn78fzpUu8SpDNexpdd1uytVED1nc { color:rgba(var(--color-tertiary-1),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15005;line-height:1.7;letter-spacing:0;top:3.0553398132324rem;left:42.59375rem;height:10.19825rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#OFQC23ivtSnxVhZG3PRXmSywkraqfpil { position:absolute;display:block;z-index:15004;background-color:transparent;background-image:none;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15rem;width:18.5rem;top:0.0625rem;left:41rem;display:block; }
#liCBNmkak379bkpqK6ORF6TKhwKdMGKq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/RT67oi5Y/fotobg5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq.adaptive-delivery-prevent-bg, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyload, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyloading { background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { background-color: transparent; background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container > .video-iframe-container { display: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container { display: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .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); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { border-width: 0; border-radius: 0; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1c6ad8cB/fotobg2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV.adaptive-delivery-prevent-bg, #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV.lazyload, #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV.lazyloading { background-image: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { background-color: transparent; background-image: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container > .video-iframe-container { display: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),1); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container { display: none; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .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); }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { border-width: 0; border-radius: 0; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV::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; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:block; }#n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { position:absolute;display:block;z-index:15000;background-color:#74240f;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:18.4375rem;top:8.75rem;left:0rem;display:block; }
#ORVTT567tnlnanc3KACvMab6nm3KQzDL { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.1875rem;left:3.4375rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { color:rgba(var(--color-tertiary-0),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:14.625rem;left:2.75rem;height:8.4985625rem;text-align:center;text-align-last:center;display:block; }
#ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { position:absolute;display:block;z-index:15006;background-color:#74240f;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:18.4375rem;top:8.75rem;left:41.5625rem;display:block; }
#cbnXeF0AdGP4WxFsOPVOZy5lMMy5UFPc { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.1875rem;left:45.625rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EOCkyyuG6cibgXD5blDrk85AqRncBbJW { color:rgba(var(--color-tertiary-0),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.7;letter-spacing:0;top:14.625rem;left:43.25rem;height:8.4985625rem;text-align:center;text-align-last:center;display:block; }
#VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:18.4375rem;top:8.75rem;left:20.8125rem;display:block; }
#NqOU5z56VLHZZH0Aqh8J2lE1y6nmwgCg { color:rgba(var(--color-tertiary-0),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:10.25rem;left:24rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRNePBUoZ7IUNqCJt0gZzx2mebZ6inb1 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.7;letter-spacing:0;top:14.625rem;left:22.25rem;height:10.19825rem;text-align:center;text-align-last:center;display:block; }
#I4AVNrQkk67gEeZxAtR5TaE8WgaMsdng { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.830078125rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { 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; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { background-color: transparent; background-image: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container > .video-iframe-container { display: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container { display: none; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .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); }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { border-width: 0; border-radius: 0; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:60rem;position:relative;display:block; }#UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { color:#27262e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:-0.03125rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hJ5DytWmbyqgzNfstM0Op1mJm6Xp3HwN { color:rgba(var(--color-tertiary-1),1);display:block;width:53.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.541015625rem;left:4.166015625rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b71gfSNENDO0LKwXMOLeXtSI01F0gpgN { color:rgba(var(--color-tertiary-1),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:12.27392578125rem;left:4.166015625rem;height:3.3994125rem;text-align:center;text-align-last:center;display:block; }
#pMX3qkNBcf8c26t7G6XlVixkX4HI7M9L { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid rgba(var(--color-primary-3),1);border-left:0.25rem solid rgba(var(--color-primary-3),1);border-right:0.25rem solid rgba(var(--color-primary-3),1);border-bottom:0.25rem solid rgba(var(--color-primary-3),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:#27262e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:18.122396469116rem;left:19.509765625rem;display:block; }
#hKKqary6CE3U0CHfp5iQ4hbNvlEMb58D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c5f02944-08e9-4c58-a971-607d6f1fa441/23800245_2039973139554894_1381845913723991647_o.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.adaptive-delivery-prevent-bg, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyload, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyloading { background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { background-color: transparent; background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .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); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { border-width: 0; border-radius: 0; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#zEuSVb1g7TufN9bgW2gO4fIDgbR9pODR { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:16rem;top:9.3125rem;left:0rem;display:block; }
#EQmFTTyTyZyEFHWT3JJCQ665h7R8GBGy { color:rgba(var(--color-tertiary-3),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.75rem;left:23.25rem;height:2.92480625rem;font-style:normal;display:block; }
#KcKnlfUQqx7dtZdJUBLz00o5OIWLWgUk { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b4b4b4;border-left:0.125rem solid #b4b4b4;border-right:0.125rem solid #b4b4b4;border-bottom:0.125rem solid #b4b4b4;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.625rem;width:18.75rem;top:10.5625rem;left:18rem;display:block; }
#M9T379MxTCb7G19ZMsOXDlcCql95lsdU { position:absolute;display:block;z-index:15011;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.75rem;width:3.75rem;top:10.666666625rem;left:17.979166625rem;overflow:hidden;display:block; }
#s7pUWVFCzwQbwa9dZNB7n65TAJ9TZ1vg { color:rgba(var(--color-tertiary-3),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.75rem;left:43.875rem;height:2.92480625rem;font-style:normal;display:block; }
#ZKfuZvMCWmmJCKO1gVuZ0ZVvPyl29z3K { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b4b4b4;border-left:0.125rem solid #b4b4b4;border-right:0.125rem solid #b4b4b4;border-bottom:0.125rem solid #b4b4b4;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.625rem;width:18.75rem;top:10.5625rem;left:38.625rem;display:block; }
#ba7sVAVCDFwtnKeccivsiqtM3Fmt7JoZ { color:rgba(var(--color-tertiary-3),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:15.25rem;left:23rem;height:2.92480625rem;font-style:normal;display:block; }
#sTG73H0TDzgxLwTPx4JRq0gZut81K2W4 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b4b4b4;border-left:0.125rem solid #b4b4b4;border-right:0.125rem solid #b4b4b4;border-bottom:0.125rem solid #b4b4b4;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.625rem;width:18.75rem;top:14.8125rem;left:18rem;display:block; }
#R4CrET0X8E97VuHIAKfXlLi3Tx5LXQdq { color:rgba(var(--color-tertiary-3),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15.25rem;left:43.875rem;height:2.92480625rem;font-style:normal;display:block; }
#No7bnlBegO5ixHXgihEI8TOICrsnTeqi { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b4b4b4;border-left:0.125rem solid #b4b4b4;border-right:0.125rem solid #b4b4b4;border-bottom:0.125rem solid #b4b4b4;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.625rem;width:18.75rem;top:14.8125rem;left:38.625rem;display:block; }
#ycMbbLTskSkub1SZ2A8EVmGKFB7dgXGA { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b4b4b4;border-left:0.125rem solid #b4b4b4;border-right:0.125rem solid #b4b4b4;border-bottom:0.125rem solid #b4b4b4;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.625rem;width:18.75rem;top:19.0625rem;left:18rem;display:block; }
#RXxzlC4ASJ1mG1CGir0xNQUVleR1H9Ap { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #b4b4b4;border-left:0.125rem solid #b4b4b4;border-right:0.125rem solid #b4b4b4;border-bottom:0.125rem solid #b4b4b4;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.625rem;width:18.75rem;top:19.0625rem;left:38.625rem;display:block; }
#zvSLXo4qw4p2mUm9uxp9oyVvqXOWeZIT { color:rgba(var(--color-tertiary-3),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:20.25rem;left:23.25rem;height:2.92480625rem;font-style:normal;display:block; }
#CIVZA8VlSgqJZasKp63t8N6Up6Py8FSy { color:rgba(var(--color-tertiary-3),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:19.5625rem;left:43.875rem;height:2.92480625rem;font-style:normal;display:block; }
#t1T3KR0asbPS8WT0Vdovs2MafUoCXNCd { 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:3.6875rem;width:3.6875rem;top:14.96875rem;left:18rem;overflow:hidden;display:block; }
#HMvrMZS4yDEcv1oqVkM6ZSOb68hLQiT2 { 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:3.625rem;width:3.625rem;top:19.1875rem;left:18rem;overflow:hidden;display:block; }
#qUhNXEVVWswocmJV4PdgamhkOmVoBXJT { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:3.5625rem;top:10.66796875rem;left:38.625rem;overflow:hidden;display:block; }
#Th2TDJVHFN7LrVNdEE2i3AnWTl4tAxMT { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:14.875rem;left:38.625rem;overflow:hidden;display:block; }
#O9zNMKg2wC0Re69OrSd2aBzozflMl0I6 { position:absolute;display:block;z-index:15036;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.5625rem;width:3.5625rem;top:19.34375rem;left:38.625rem;overflow:hidden;display:block; }
#snoMw1RbVZPAHooV9vn0HcIdOyAS4Tyt { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),0.8);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:44.0625rem;top:9.25rem;left:15.9375rem;display:block; }
#G6Z2VFldpArKPyPzhAOGN2tWGi0H5UbT { color:#27262e;display:block;width:14.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.75rem;left:0.78125rem;height:7.7998125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#loyTgibZy22FtyzNQ0MWEoeX44HoUIzs { color:rgba(var(--color-tertiary-1),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:16.20166015625rem;left:0.8125rem;height:6.7988125rem;display:block; }
#ySWZHJSc0VDJslcgowDPr7cQskB2UQCQ { color:rgba(var(--color-primary-3),1);display:block;width:56.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.58);top:2.35400390625rem;left:2.75rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HyLrXrkPNwX5InKpDLPczy6KxEkzS04N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcd6;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; }#HyLrXrkPNwX5InKpDLPczy6KxEkzS04N > .row .container { background-color: transparent; background-image: none; }#HyLrXrkPNwX5InKpDLPczy6KxEkzS04N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyLrXrkPNwX5InKpDLPczy6KxEkzS04N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyLrXrkPNwX5InKpDLPczy6KxEkzS04N > .row .container > .video-iframe-container { display: none; }#HyLrXrkPNwX5InKpDLPczy6KxEkzS04N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HyLrXrkPNwX5InKpDLPczy6KxEkzS04N > .row > .video-iframe-container { display: none; }#HyLrXrkPNwX5InKpDLPczy6KxEkzS04N > .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); }#HyLrXrkPNwX5InKpDLPczy6KxEkzS04N > .row .container { border-width: 0; border-radius: 0; }#HyLrXrkPNwX5InKpDLPczy6KxEkzS04N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HyLrXrkPNwX5InKpDLPczy6KxEkzS04N > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#HyCB1vhnU1HRqTidSAyvTKGTcrSGhZmv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:60rem;top:9.9550876617431rem;left:0rem;overflow:hidden;display:block; }
#QPnRDhUlf3n4OLfDIt6n6D89lpSiIDJG { color:#27262e;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375095367432rem;left:0rem;height:3.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u6T5TXfMxn2bvTzq6TLvNJR3ZPvGvyF5 { color:rgba(var(--color-tertiary-4),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.83642578125rem;left:10.90625rem;height:2.5996125rem;display:block; }
#LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c5f02944-08e9-4c58-a971-607d6f1fa441/23800245_2039973139554894_1381845913723991647_o.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2.adaptive-delivery-prevent-bg, #LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2.lazyload, #LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2.lazyloading { background-image: none; }#LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2 > .row .container { background-color: transparent; background-image: none; }#LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2 > .row .container > .video-iframe-container { display: none; }#LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2 > .row > .video-iframe-container { display: none; }#LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2 > .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); }#LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2 > .row .container { border-width: 0; border-radius: 0; }#LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2 > .row .container { font-size:0.875rem;font-family:raleway;height:37.0625rem;width:60rem;overflow:visible;position:relative;display:block; }#llVe6fvITwl6fLR1WitHPesmBSP5owdT { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:raleway;font-size:3.8125rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.58);top:8.25rem;left:0rem;height:4.95605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xnAGh0dherAyV485c6mlREgCrVUVPPks { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23.6875rem;left:21.25rem;display:block; }
#E7dvdz9rZTRcNBXhbDLuAzcvivyQkauw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#27262e;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; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container { background-color: transparent; background-image: none; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container > .video-iframe-container { display: none; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row > .video-iframe-container { display: none; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .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); }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container { border-width: 0; border-radius: 0; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:60rem;position:relative;display:block; }#c7AaCwgMAsLrxikdTBvRWibTH8JTsxkM { color:rgba(var(--color-tertiary-0),0.52);display:block;width:47.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.443359375rem;left:6.15625rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { width:31.8125rem;height:12.375rem;top:12rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4yx8wo3h0QVEXDVvHrC29C1zD2aEzL0 { width:28.1875rem;height:5.375rem;top:22.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { width:20.5rem;height:3.4375rem;top:30.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block; }
 }@media only screen and (max-width: 763px) { #E40wuEguk5rOnJN3AD5ICWJF7G18T9Jy { width:20.5625rem;height:43.75rem;top:8.125rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMcfxf7RzzLCCipxFflTcKxHHr9ER1Vr { width:20.5625rem;height:0.5625rem;top:7.75rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWbPeonte11kJ2W0wqM7931FAdWWhonR { width:17.625rem;height:5.1875rem;top:9.1875rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvDqObc9hwO5WwoaiNJTb1EF1CKGtbwS { width:16.3125rem;height:1.9375rem;top:14.6875rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJHROoN8MMAWFLfkw03MG37iBbdiOO4P { width:20.5625rem;height:0.0625rem;top:17.9375rem;left:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJy8IrsH63CmIJ2aWCTa2SCTKE71TMpb { width:14.25rem;height:1.25rem;top:18.4375rem;left:33.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-regular-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-checkbox-label { width:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H  { width:15.625rem;height:auto;top:19rem;left:29.625rem; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H {display:block;}#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H { width:15.625rem;height:auto;top:19rem;left:29.625rem; }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #plvn68GIKXWMhKvvU8fQ5elraphlqUQ9 {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #DVbarOwKOTCeXHcdosWLlUzWxDgaMU2q { display:none; }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #WldiToBdDA0GrgZbxTPxXKiKw3PovdxN {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #fAdoUXLznWNKd8MUfBT0tIPFT9PTGeKM {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #ThcaVNE8tCLep0g0LDO699P459OKvbsu { display:none; }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #cSJCuCM1Sm1PTV0bAJi4EqUGaNLVvJye {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #WEtJ52pPXLsMmb7QOVweNWxCTlTfoX2R {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #DPB0q7ENpHpCbgDa32uno5OUuXWHfk7h { display:none; }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #ilf191wFgGNGqtO6e8ivAwXxTJkCRq5d {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #nLgXgrVS4yt3zoEOkbxcDbSuZXcV6dP7 {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #AlJdhlFVQcE0Ecz1sTcw6vevhua7b4yb {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #uUZCDJ3akBvRpcuT2lsTtWDEHFs0eKCd {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #Sfqk1MbarvD8U68GoN8BCUmezT5UEhDq {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #vxOl1r3eBcNGouRWR3f2uTG66KT4ZwfR {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #ttO0keWDlqCLnp038a1zAOzGCsk3qr9Q {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #Tnmy5qleZGXF33FmEWWRbDrpGenI0NTc {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #RpWXSXRkGDevOAaKC1qoxCCBE2urghVu {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #dez3qKc0ZiFQsURoGnlUZJfovhU0m2Cc {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #NngpfIwHKxbDC17T0AVAQ2N7zq8NWJ8r {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #QzQfSX8fKzC5UTkP5DTxyItUFppIhlrN {  }
 }@media only screen and (max-width: 763px) { #RyRSfUImGoniH0e9N54LZAqIiWzwu08S { display:none; }
 }@media only screen and (max-width: 763px) { #FEiwAn1dXNOMlDgao6Kf6FXk6GlqJ4pT { width:47.75rem;height:15.625rem;top:4.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:29.9375rem;height:25.6875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { width:28.4375rem;height:6.5625rem;top:1rem;left:19.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { width:28.125rem;height:5.0625rem;top:21.1875rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6Myhm1AQWw2v7iyWfXJD82wVlW69XXz { width:28.125rem;height:5.0625rem;top:8.8125rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRcA3zmFd9BHc2Tb7SsqnbZZ5cgnZDBa { width:28.125rem;height:1.6875rem;top:14.875rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6fdLy2K8wBITOhwUphRx15y2s30mqZs { width:28.125rem;height:3.375rem;top:16.8125rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc { display:block; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHgCin2kyfcXhvpTZr8i2Z5t0a58GRf6 { width:28.125rem;height:3.625rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJb9PO9A7675nd6CcIZOZ0PExi6pPf8t { width:3.8125rem;height:3.8125rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAU40xmUFXLvUihExtv6NwGTNDEhh7MW { width:21.625rem;height:1.4375rem;top:3.9375rem;left:2.173828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ZoPvhAGOyaptVCLdFVzdLuktXKGQ5M { width:28.125rem;height:3.625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtzNvVhUi5NgVaZc5lxWKOWe1o4IWTfo { width:20.75rem;height:1.4375rem;top:8.3125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9wFTLUqT9KPpGwogGcgC0gt5QV6dRw { width:28.125rem;height:3.625rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym45la4SkdxDxOSzvMiEgCZ30SFi3vy0 { width:22rem;height:2.9375rem;top:16rem;left:2.173828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g06QG1XV2pLSNthy8uATPOQmFpKHozTs { width:28.125rem;height:3.625rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBXKvSJMke36QIL8Rl2LGKCfhGQ3lRcC { width:20.625rem;height:2.875rem;top:11.6875rem;left:2.173828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJfyXTgJ0TszhmfogL1pnQyViqPigVJ { width:24.125rem;height:16.875rem;top:2.75rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3blpLUQ3gUWhrBAbG7oVDTT16nfQuHz { width:3.875rem;height:3.875rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9SNJzF4T1wd4B4w7dMWqXJZWWdh1Dtn { width:3.8125rem;height:3.8125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvLcyOtZr2Ef4i34qaFR8uL5FsXweKqq { width:3.875rem;height:3.875rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTViZK0hEwalGQNCBlOfscDAwqynVTDx { width:15rem;height:3.4375rem;top:23.4375rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcG1NyhKpAVt4thxRxMmbg0Gg81ORSAa { display:block; }
 }@media only screen and (max-width: 763px) { #yrb6R0BXmThUAOgZKaAMAIEHHihX1hHT { display:block; }#yrb6R0BXmThUAOgZKaAMAIEHHihX1hHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdsVUTy4zecfNPLHrHnIXm9hc13DkdQm { width:47.75rem;height:3.0625rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnOe19OcL2l6NktMCULT9auEIGnizVyC { width:47.75rem;height:1.75rem;top:5.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { display:block; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nzd7aLe0IkJ7JPXbszq1m438Rn8ThO77 { width:47.75rem;height:3.875rem;top:1.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { width:28.625rem;height:15.9375rem;top:2rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { width:20.5rem;height:5.0625rem;top:2rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlT5OhhZZ1EcrT2MUd45SBJLI3Itcg0M { width:20.5rem;height:5.0625rem;top:8.3125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqxHJziE1NXzQOWb30Jx7ViVKoPMGB24 { width:20.5rem;height:5.0625rem;top:14.6875rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { width:0.25rem;height:18rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubqATHDgggwghTMg20dWg55ObA9Av3Ps { width:20.5rem;height:5.0625rem;top:2.4375rem;left:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmsBMCOxFWzKixXJD4cr4fNtfzrFQyVq { width:20.5rem;height:5.0625rem;top:8.875rem;left:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7DRRUrZGWKemhvbJAXivV8OuNmXIyhu { width:20.5rem;height:5.0625rem;top:15.375rem;left:25.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { width:0.25rem;height:18rem;top:2.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { width:28.625rem;height:16rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD { display:block; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbPhbnBFm7iTW73Jv5iIfxtc7ElUGyUa { width:28.625rem;height:16rem;top:2rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDRlxLek5hw9k6CcVsIIbATo4MTZkCDg { width:20.5rem;height:5.0625rem;top:2rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yldmVKwHM1TrtUm0GaP6ayHTO2bpqeXc { width:20.5rem;height:5.0625rem;top:8.3125rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTaXkVqAXnfaoF9XTcJX95Nam6Omvk8u { width:20.5rem;height:5.0625rem;top:14.6875rem;left:0.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV6EUgLygSE8x3W4tuJogr47WETJhgeC { width:0.25rem;height:18rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHeQgqS9iFiRGO3F14VPM21VTX9HEDL3 { width:14.375rem;height:3.4375rem;top:23.4375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2A0kzNgwa8ibRxVM9m30HcHai3CxemD { display:block; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { display:block; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:47.75rem;height:3.875rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { display:block; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { width:15.3125rem;height:15.3125rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { width:47.75rem;height:15.625rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { width:31.5625rem;height:9.375rem;top:8rem;left:16.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { width:18.5rem;height:15rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:block; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { width:15.9375rem;height:10.1875rem;top:3rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { width:18.5rem;height:15rem;top:0.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { width:14.625rem;height:8.5rem;top:3rem;left:16.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { width:18.5rem;height:15rem;top:0.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3zfn78fzpUu8SpDNexpdd1uytVED1nc { width:15.6875rem;height:8.4375rem;top:3rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFQC23ivtSnxVhZG3PRXmSywkraqfpil { width:18.5rem;height:15rem;top:0.0625rem;left:28.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #liCBNmkak379bkpqK6ORF6TKhwKdMGKq { display:block; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { width:18.4375rem;height:16.875rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:13.125rem;height:1.75rem;top:11.1875rem;left:1.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:14.5625rem;height:8.4375rem;top:14.625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { width:18.4375rem;height:16.875rem;top:8.75rem;left:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbnXeF0AdGP4WxFsOPVOZy5lMMy5UFPc { width:12rem;height:1.75rem;top:11.1875rem;left:35.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCkyyuG6cibgXD5blDrk85AqRncBbJW { width:15.0625rem;height:8.4375rem;top:14.625rem;left:32.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { width:18.4375rem;height:16.875rem;top:8.75rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqOU5z56VLHZZH0Aqh8J2lE1y6nmwgCg { width:12rem;height:3.5625rem;top:10.25rem;left:17.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRNePBUoZ7IUNqCJt0gZzx2mebZ6inb1 { width:15.5625rem;height:8.4375rem;top:14.625rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4AVNrQkk67gEeZxAtR5TaE8WgaMsdng { width:47.75rem;height:3.875rem;top:2.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:47.75rem;height:3.875rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ5DytWmbyqgzNfstM0Op1mJm6Xp3HwN { width:47.75rem;height:3.75rem;top:6.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b71gfSNENDO0LKwXMOLeXtSI01F0gpgN { width:47.75rem;height:3.375rem;top:12.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMX3qkNBcf8c26t7G6XlVixkX4HI7M9L { width:22.625rem;height:3.4375rem;top:18.0625rem;left:13.384765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKKqary6CE3U0CHfp5iQ4hbNvlEMb58D { display:block; }
 }@media only screen and (max-width: 763px) { #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P { display:block; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEuSVb1g7TufN9bgW2gO4fIDgbR9pODR { width:16rem;height:14.75rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQmFTTyTyZyEFHWT3JJCQ665h7R8GBGy { width:12.4375rem;height:1.4375rem;top:11.75rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcKnlfUQqx7dtZdJUBLz00o5OIWLWgUk { width:18.75rem;height:3.625rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9T379MxTCb7G19ZMsOXDlcCql95lsdU { width:3.75rem;height:3.75rem;top:10.625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7pUWVFCzwQbwa9dZNB7n65TAJ9TZ1vg { width:11.4375rem;height:1.4375rem;top:11.75rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKfuZvMCWmmJCKO1gVuZ0ZVvPyl29z3K { width:18.75rem;height:3.625rem;top:10.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba7sVAVCDFwtnKeccivsiqtM3Fmt7JoZ { width:13rem;height:2.875rem;top:15.25rem;left:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTG73H0TDzgxLwTPx4JRq0gZut81K2W4 { width:18.75rem;height:3.625rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4CrET0X8E97VuHIAKfXlLi3Tx5LXQdq { width:13.6875rem;height:2.875rem;top:15.25rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #No7bnlBegO5ixHXgihEI8TOICrsnTeqi { width:18.75rem;height:3.625rem;top:14.8125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycMbbLTskSkub1SZ2A8EVmGKFB7dgXGA { width:18.75rem;height:3.625rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXxzlC4ASJ1mG1CGir0xNQUVleR1H9Ap { width:18.75rem;height:3.625rem;top:19.0625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvSLXo4qw4p2mUm9uxp9oyVvqXOWeZIT { width:12.9375rem;height:1.4375rem;top:20.25rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIVZA8VlSgqJZasKp63t8N6Up6Py8FSy { width:11.4375rem;height:2.875rem;top:19.5625rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1T3KR0asbPS8WT0Vdovs2MafUoCXNCd { width:3.6875rem;height:3.6875rem;top:14.9375rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMvrMZS4yDEcv1oqVkM6ZSOb68hLQiT2 { width:3.625rem;height:3.625rem;top:19.1875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUhNXEVVWswocmJV4PdgamhkOmVoBXJT { width:3.5625rem;height:3.5625rem;top:10.625rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th2TDJVHFN7LrVNdEE2i3AnWTl4tAxMT { width:3.625rem;height:3.625rem;top:14.875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9zNMKg2wC0Re69OrSd2aBzozflMl0I6 { width:3.5625rem;height:3.5625rem;top:19.3125rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snoMw1RbVZPAHooV9vn0HcIdOyAS4Tyt { width:44.0625rem;height:14.75rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6Z2VFldpArKPyPzhAOGN2tWGi0H5UbT { width:14.4375rem;height:3.875rem;top:11.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #loyTgibZy22FtyzNQ0MWEoeX44HoUIzs { width:12.9375rem;height:6.75rem;top:16.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySWZHJSc0VDJslcgowDPr7cQskB2UQCQ { width:47.75rem;height:4.125rem;top:2.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyLrXrkPNwX5InKpDLPczy6KxEkzS04N { display:block; }#HyLrXrkPNwX5InKpDLPczy6KxEkzS04N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyCB1vhnU1HRqTidSAyvTKGTcrSGhZmv { top:9.9375rem;left:0rem;width:47.75rem;height:14.47421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPnRDhUlf3n4OLfDIt6n6D89lpSiIDJG { width:47.75rem;height:3.875rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6T5TXfMxn2bvTzq6TLvNJR3ZPvGvyF5 { top:6.8125rem;left:4.78125rem;width:39.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2 { display:block; }#LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llVe6fvITwl6fLR1WitHPesmBSP5owdT { width:47.75rem;height:4.9375rem;top:8.25rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnAGh0dherAyV485c6mlREgCrVUVPPks { width:17.5rem;height:3.4375rem;top:23.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7dvdz9rZTRcNBXhbDLuAzcvivyQkauw { display:block; }
 }@media only screen and (max-width: 763px) { #Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA { display:block; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7AaCwgMAsLrxikdTBvRWibTH8JTsxkM { width:47.6875rem;height:1.25rem;top:1.4375rem;left:0.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fb476c23-0df2-47fc-bb0b-e68cb2daf0c4/343454869_898680918103173_4451976488460449724_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #74240f; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #74240f; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); } }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8dd3ba52-677f-4cbf-99ad-a51c846b6d6e/Untitleddesign61.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:20rem;height:74.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RkxTBBR0rlN5uX55yvpevzOeBSl7ouzP { width:20rem;height:8.25rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4yx8wo3h0QVEXDVvHrC29C1zD2aEzL0 { width:20rem;height:8.999rem;top:9.9609375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.37);display:block; }
 }@media only screen and (max-width: 763px) { #h9SgrJtgT2eRVVfn1uPQd7MFq7RvnyBH { width:13.375rem;height:3.4375rem;top:66.8125rem;left:3.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWWm2T4NJG2mxwWgynz49Oo50XE9V44f { display:block; }
 }@media only screen and (max-width: 763px) { #E40wuEguk5rOnJN3AD5ICWJF7G18T9Jy { width:20rem;height:44.9375rem;top:20.5859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMcfxf7RzzLCCipxFflTcKxHHr9ER1Vr { width:20rem;height:0.5625rem;top:20.5859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWbPeonte11kJ2W0wqM7931FAdWWhonR { width:17.4375rem;height:5.19921875rem;top:21.875rem;left:1.2812501192093rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvDqObc9hwO5WwoaiNJTb1EF1CKGtbwS { width:16.3125rem;height:3.16699375rem;top:27.44921875rem;left:1.84375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJHROoN8MMAWFLfkw03MG37iBbdiOO4P { width:20rem;height:0.0625rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJy8IrsH63CmIJ2aWCTa2SCTKE71TMpb { width:14.25rem;height:1.29980625rem;top:31.017578125rem;left:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-regular-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-text { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-text {padding-top: 0; padding-bottom: 0;}#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-textarea { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-select { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-select {padding-top: 0; padding-bottom: 0;}#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-input-button { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .widget-checkbox-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H  { width:15.625rem;height:auto;top:33.125rem;left:0.9375rem; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H .radio-container { width:15.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H {display:block;}#Psxol3rux8Fzg1MD510cdbRxIdSc8s7H { width:15.625rem;height:auto;top:33.125rem;left:0.9375rem; }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #plvn68GIKXWMhKvvU8fQ5elraphlqUQ9 {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #DVbarOwKOTCeXHcdosWLlUzWxDgaMU2q { display:none; }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #WldiToBdDA0GrgZbxTPxXKiKw3PovdxN {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #fAdoUXLznWNKd8MUfBT0tIPFT9PTGeKM {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #ThcaVNE8tCLep0g0LDO699P459OKvbsu { display:none; }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #cSJCuCM1Sm1PTV0bAJi4EqUGaNLVvJye {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #WEtJ52pPXLsMmb7QOVweNWxCTlTfoX2R {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #DPB0q7ENpHpCbgDa32uno5OUuXWHfk7h { display:none; }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #ilf191wFgGNGqtO6e8ivAwXxTJkCRq5d {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #nLgXgrVS4yt3zoEOkbxcDbSuZXcV6dP7 {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #AlJdhlFVQcE0Ecz1sTcw6vevhua7b4yb {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #uUZCDJ3akBvRpcuT2lsTtWDEHFs0eKCd {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #Sfqk1MbarvD8U68GoN8BCUmezT5UEhDq {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #vxOl1r3eBcNGouRWR3f2uTG66KT4ZwfR {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #ttO0keWDlqCLnp038a1zAOzGCsk3qr9Q {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #Tnmy5qleZGXF33FmEWWRbDrpGenI0NTc {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #RpWXSXRkGDevOAaKC1qoxCCBE2urghVu {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #dez3qKc0ZiFQsURoGnlUZJfovhU0m2Cc {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #NngpfIwHKxbDC17T0AVAQ2N7zq8NWJ8r {  }
 }@media only screen and (max-width: 763px) { #Psxol3rux8Fzg1MD510cdbRxIdSc8s7H #QzQfSX8fKzC5UTkP5DTxyItUFppIhlrN {  }
 }@media only screen and (max-width: 763px) { #RyRSfUImGoniH0e9N54LZAqIiWzwu08S { display:flex;top:70.8125rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #FEiwAn1dXNOMlDgao6Kf6FXk6GlqJ4pT { width:20rem;height:10.1875rem;top:9.3658857345581rem;left:0rem;z-index:15000;background-color:rgba(255,255,255,0.57);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:block; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:20rem;height:14rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { width:20rem;height:4.6748rem;top:17.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { width:20rem;height:6.796875rem;top:33.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u6Myhm1AQWw2v7iyWfXJD82wVlW69XXz { width:20rem;height:8.49609375rem;top:24rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GRcA3zmFd9BHc2Tb7SsqnbZZ5cgnZDBa { width:20rem;height:1.69986875rem;top:41.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6fdLy2K8wBITOhwUphRx15y2s30mqZs { width:20rem;height:5.09765625rem;top:44.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc { display:block; }#rH2h5wDOmJLt4P4dwnqcVPtaOeVkfUuc > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHgCin2kyfcXhvpTZr8i2Z5t0a58GRf6 { width:19.75rem;height:3.625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJb9PO9A7675nd6CcIZOZ0PExi6pPf8t { width:2.8125rem;height:2.8125rem;top:2.40625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAU40xmUFXLvUihExtv6NwGTNDEhh7MW { width:15.875rem;height:2.5996125rem;top:2.51220703125rem;left:4.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8ZoPvhAGOyaptVCLdFVzdLuktXKGQ5M { width:19.75rem;height:3.625rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtzNvVhUi5NgVaZc5lxWKOWe1o4IWTfo { width:15.3125rem;height:2.5996125rem;top:7.01220703125rem;left:4.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9wFTLUqT9KPpGwogGcgC0gt5QV6dRw { width:19.75rem;height:4.1875rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym45la4SkdxDxOSzvMiEgCZ30SFi3vy0 { width:16rem;height:3.8994125rem;top:15.6748046875rem;left:4rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g06QG1XV2pLSNthy8uATPOQmFpKHozTs { width:19.75rem;height:3.625rem;top:10.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBXKvSJMke36QIL8Rl2LGKCfhGQ3lRcC { width:14.9375rem;height:2.5996125rem;top:11.51220703125rem;left:4.125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtJfyXTgJ0TszhmfogL1pnQyViqPigVJ { width:20rem;height:11.875rem;top:21.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3blpLUQ3gUWhrBAbG7oVDTT16nfQuHz { width:2.9375rem;height:2.9375rem;top:6.84375rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9SNJzF4T1wd4B4w7dMWqXJZWWdh1Dtn { width:3rem;height:3rem;top:11.3125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvLcyOtZr2Ef4i34qaFR8uL5FsXweKqq { width:3.125rem;height:3.125rem;top:16.03125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTViZK0hEwalGQNCBlOfscDAwqynVTDx { width:15rem;height:3.4375rem;top:35rem;left:2.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcG1NyhKpAVt4thxRxMmbg0Gg81ORSAa { display:block; }
 }@media only screen and (max-width: 763px) { #yrb6R0BXmThUAOgZKaAMAIEHHihX1hHT { display:block; }#yrb6R0BXmThUAOgZKaAMAIEHHihX1hHT > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdsVUTy4zecfNPLHrHnIXm9hc13DkdQm { width:20rem;height:2.5996125rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnOe19OcL2l6NktMCULT9auEIGnizVyC { width:20rem;height:1.21875rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy { display:block; }#oDyD5tHVmzVixKWTBKHfWxpzLA3LSyuy > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nzd7aLe0IkJ7JPXbszq1m438Rn8ThO77 { width:12.5rem;height:5.5234375rem;top:0rem;left:3.7500001192093rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ { display:block; }#olWvZSAAZoymeB7KSFdPTXxBWwAyWhaZ > .row .container { width:20rem;height:32.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPBJlA6rtZoLIJUE3bezEeJO2PMiXTyg { width:20rem;height:11.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeWFTJ7kMT0K1R4uK34GpETfTvAfUaWJ { width:20rem;height:5.09765625rem;top:24.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zlT5OhhZZ1EcrT2MUd45SBJLI3Itcg0M { width:20rem;height:5.09765625rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqxHJziE1NXzQOWb30Jx7ViVKoPMGB24 { width:20rem;height:5.09765625rem;top:18.75rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fP41W7zRIiIkG3JWgIZCxEXtQTrbicTP { width:0.25rem;height:18rem;top:20.125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM { display:block; }#GW6crRXdQiKt21W4hBtBX5RJFvhoXCBM > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubqATHDgggwghTMg20dWg55ObA9Av3Ps { width:20rem;height:5.09765625rem;top:12.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmsBMCOxFWzKixXJD4cr4fNtfzrFQyVq { width:20rem;height:5.09765625rem;top:19rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7DRRUrZGWKemhvbJAXivV8OuNmXIyhu { width:20rem;height:5.09765625rem;top:25.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nDfoOCfdsKncRKpto0Snz6I2JTSiPTob { width:0.25rem;height:18rem;top:33.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CWNdpP41X0J4Ud71o86bAu6gS1IvMGI1 { width:20rem;height:11.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD { display:block; }#dFH9wvDBwr70cPgWGsd8JVeKwCtxh9vD > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JbPhbnBFm7iTW73Jv5iIfxtc7ElUGyUa { width:20rem;height:11.125rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDRlxLek5hw9k6CcVsIIbATo4MTZkCDg { width:20rem;height:6.796875rem;top:12.125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yldmVKwHM1TrtUm0GaP6ayHTO2bpqeXc { width:20rem;height:5.09765625rem;top:19.3603515625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTaXkVqAXnfaoF9XTcJX95Nam6Omvk8u { width:20rem;height:5.09765625rem;top:25.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JV6EUgLygSE8x3W4tuJogr47WETJhgeC { width:0.25rem;height:18rem;top:20.125rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHeQgqS9iFiRGO3F14VPM21VTX9HEDL3 { width:19rem;height:3.4375rem;top:32.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2A0kzNgwa8ibRxVM9m30HcHai3CxemD { display:block; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { background-color: transparent; background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row > .video-iframe-container { display: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .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); }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:block; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:20rem;height:5.5234375rem;top:1.9609413146973rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi { display:block; }#SBn3qW67o3kzOAu5q2XdpTUpCunEtyTi > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrZABlmt373QMV9GqyTTIPDXyQO8FuAw { width:10rem;height:10rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCvTHzMTm5DKsany3vOvOhwkBT9XSGed { width:20rem;height:19.25rem;top:13.250000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIAAEtSUTT1gqUkZqyivrmdUTRqccD3w { width:16.6875rem;height:16.875rem;top:14.437500953674rem;left:1.6562501192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { width:15.6875rem;height:6.5rem;top:2.5625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:block; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { width:15.9375rem;height:10.1953125rem;top:3.0625rem;left:2.0312501192093rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { width:18.5rem;height:15rem;top:33.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { width:13.9375rem;height:10.1953125rem;top:35.9375rem;left:3.46875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { width:18.5rem;height:15rem;top:16.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3zfn78fzpUu8SpDNexpdd1uytVED1nc { width:13.9375rem;height:10.1953125rem;top:19.1875rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OFQC23ivtSnxVhZG3PRXmSywkraqfpil { width:18.5rem;height:15rem;top:0.58333396911621rem;left:0.45703125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #liCBNmkak379bkpqK6ORF6TKhwKdMGKq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RT67oi5Y/fotobg5.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq.adaptive-delivery-prevent-bg, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyload, #liCBNmkak379bkpqK6ORF6TKhwKdMGKq.lazyloading { background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { background-color: transparent; background-image: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container > .video-iframe-container { display: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row > .video-iframe-container { display: none; }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .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); }#liCBNmkak379bkpqK6ORF6TKhwKdMGKq > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pxDSkigF1sVFz22D9XCCLiyWWCgT53yV { display:block; }#pxDSkigF1sVFz22D9XCCLiyWWCgT53yV > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n8vlHwVfvZ37RL6VTixTxoTxbNABJlah { width:18.4375rem;height:16.25rem;top:7.5rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORVTT567tnlnanc3KACvMab6nm3KQzDL { width:12rem;height:4.2246125rem;top:8.89990234375rem;left:4rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq4LDQ8mNQ4emcDJmuoaRnh4T6ElputZ { width:15.125rem;height:8.496125rem;top:14.31201171875rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJdaEBHMAgW5rt3V5xLckfg8RhVbT8n { width:18.4375rem;height:16.25rem;top:41.96240234375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbnXeF0AdGP4WxFsOPVOZy5lMMy5UFPc { width:12rem;height:4.2246125rem;top:43.14990234375rem;left:4rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOCkyyuG6cibgXD5blDrk85AqRncBbJW { width:14.6875rem;height:8.496125rem;top:48.3125rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxUFtITUllTJLOZSkrvTHx03JZxk9rG2 { width:18.4375rem;height:16.25rem;top:24.8486328125rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqOU5z56VLHZZH0Aqh8J2lE1y6nmwgCg { width:12rem;height:4.2246125rem;top:25.9619140625rem;left:4rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRNePBUoZ7IUNqCJt0gZzx2mebZ6inb1 { width:15.0625rem;height:10.1953125rem;top:30.12451171875rem;left:2.46875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4AVNrQkk67gEeZxAtR5TaE8WgaMsdng { width:20rem;height:5.19921875rem;top:0.98779296875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf { display:block; }#tBnK9hztD2GqiN7HvIlQJcMXtcazU7Hf > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UdSnU1VLTrRX0vcVyg5R1ofGFTEL4U7K { width:19.5rem;height:4.673825rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hJ5DytWmbyqgzNfstM0Op1mJm6Xp3HwN { width:20rem;height:9.375rem;top:7.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b71gfSNENDO0LKwXMOLeXtSI01F0gpgN { width:20rem;height:6.796875rem;top:17.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMX3qkNBcf8c26t7G6XlVixkX4HI7M9L { width:20rem;height:3.4375rem;top:25.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKKqary6CE3U0CHfp5iQ4hbNvlEMb58D { display:block; }
 }@media only screen and (max-width: 763px) { #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42e6ce70-1f5b-4282-9882-a5d1d3395e72/Screenshot20240701at181330.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.adaptive-delivery-prevent-bg, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyload, #hrETbKwr29A2dMG7KK52fe1L6Rkxio8P.lazyloading { background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { background-color: transparent; background-image: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row > .video-iframe-container { display: none; }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .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); }#hrETbKwr29A2dMG7KK52fe1L6Rkxio8P > .row .container { width:20rem;height:45.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zEuSVb1g7TufN9bgW2gO4fIDgbR9pODR { width:20rem;height:14.75rem;top:0.79166603088381rem;left:-0.125rem;background-color:#271102;background-image:url("https://images.assets-landingi.com/uc/c5f02944-08e9-4c58-a971-607d6f1fa441/23800245_2039973139554894_1381845913723991647_o.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#zEuSVb1g7TufN9bgW2gO4fIDgbR9pODR.adaptive-delivery-prevent-bg, #zEuSVb1g7TufN9bgW2gO4fIDgbR9pODR.lazyload, #zEuSVb1g7TufN9bgW2gO4fIDgbR9pODR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EQmFTTyTyZyEFHWT3JJCQ665h7R8GBGy { width:11.4375rem;height:1.29980625rem;top:17.625rem;left:5.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KcKnlfUQqx7dtZdJUBLz00o5OIWLWgUk { width:18.75rem;height:3.625rem;top:16.4375rem;left:0.4375rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #M9T379MxTCb7G19ZMsOXDlcCql95lsdU { width:3.0625rem;height:3.0625rem;top:16.743489563465rem;left:1.1972657442093rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7pUWVFCzwQbwa9dZNB7n65TAJ9TZ1vg { width:11.4375rem;height:1.29980625rem;top:30.375rem;left:5.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZKfuZvMCWmmJCKO1gVuZ0ZVvPyl29z3K { width:18.75rem;height:3.625rem;top:29.1875rem;left:0.5625rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #ba7sVAVCDFwtnKeccivsiqtM3Fmt7JoZ { width:11.4375rem;height:2.5996125rem;top:21.324859619141rem;left:5.6875001192093rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTG73H0TDzgxLwTPx4JRq0gZut81K2W4 { width:18.75rem;height:3.625rem;top:20.6875rem;left:0.4375rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #R4CrET0X8E97VuHIAKfXlLi3Tx5LXQdq { width:11.4375rem;height:2.5996125rem;top:34.074880599976rem;left:5.6875001192093rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #No7bnlBegO5ixHXgihEI8TOICrsnTeqi { width:18.75rem;height:3.625rem;top:33.4375rem;left:0.6875rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #ycMbbLTskSkub1SZ2A8EVmGKFB7dgXGA { width:18.75rem;height:3.625rem;top:24.9375rem;left:0.5rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #RXxzlC4ASJ1mG1CGir0xNQUVleR1H9Ap { width:18.75rem;height:3.625rem;top:37.6875rem;left:0.6875rem;border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #zvSLXo4qw4p2mUm9uxp9oyVvqXOWeZIT { width:11.4375rem;height:1.29980625rem;top:26.125rem;left:5.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CIVZA8VlSgqJZasKp63t8N6Up6Py8FSy { width:11.4375rem;height:2.5996125rem;top:38.324871063233rem;left:5.6875001192093rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t1T3KR0asbPS8WT0Vdovs2MafUoCXNCd { width:3.0625rem;height:3.0625rem;top:21.031251251698rem;left:1.1972657442093rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMvrMZS4yDEcv1oqVkM6ZSOb68hLQiT2 { width:3.0625rem;height:3.0625rem;top:25.343751251698rem;left:1.1972657442093rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUhNXEVVWswocmJV4PdgamhkOmVoBXJT { width:3rem;height:3rem;top:29.524740695953rem;left:1.2187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th2TDJVHFN7LrVNdEE2i3AnWTl4tAxMT { width:3.0625rem;height:3.0625rem;top:33.84245043993rem;left:1.1875001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9zNMKg2wC0Re69OrSd2aBzozflMl0I6 { width:2.9375rem;height:2.9375rem;top:38.156251251697rem;left:1.2500001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #snoMw1RbVZPAHooV9vn0HcIdOyAS4Tyt { width:20rem;height:27.9375rem;top:15.54150390625rem;left:0rem;background-color:rgba(255,255,255,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #G6Z2VFldpArKPyPzhAOGN2tWGi0H5UbT { width:14.4375rem;height:2.5996125rem;top:1.8124904632568rem;left:2.7812501192093rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #loyTgibZy22FtyzNQ0MWEoeX44HoUIzs { width:12.9375rem;height:6.796875rem;top:7.5625rem;left:3.5312501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySWZHJSc0VDJslcgowDPr7cQskB2UQCQ { width:20rem;height:4.3984375rem;top:2.37451171875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyLrXrkPNwX5InKpDLPczy6KxEkzS04N { display:block; }#HyLrXrkPNwX5InKpDLPczy6KxEkzS04N > .row .container { width:20rem;height:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyCB1vhnU1HRqTidSAyvTKGTcrSGhZmv { width:20rem;height:5.8125rem;top:11.14892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPnRDhUlf3n4OLfDIt6n6D89lpSiIDJG { width:20rem;height:4.3984375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u6T5TXfMxn2bvTzq6TLvNJR3ZPvGvyF5 { width:20rem;height:3.8994125rem;top:6.33642578125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2 { display:block; }#LHsGLUuAuqQzTrXaGLzGJssTw79vZBl2 > .row .container { width:20rem;height:30.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #llVe6fvITwl6fLR1WitHPesmBSP5owdT { width:20rem;height:8.7744375rem;top:7.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnAGh0dherAyV485c6mlREgCrVUVPPks { width:17.5rem;height:3.4375rem;top:20.2744140625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7dvdz9rZTRcNBXhbDLuAzcvivyQkauw { display:block; }
 }@media only screen and (max-width: 763px) { #Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA { display:block; }#Oam5SU0nyhfrKsuWIcn9iEg8lThJ0uuA > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c7AaCwgMAsLrxikdTBvRWibTH8JTsxkM { width:20rem;height:3.8994125rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }