.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:248,221,221;--color-primary-1:230,142,142;--color-primary-2:205,29,28;--color-primary-3:103,15,14;--color-primary-4:31,4,4;--color-secondary-0:221,221,234;--color-secondary-1:140,140,184;--color-secondary-2:25,25,112;--color-secondary-3:13,13,56;--color-secondary-4:4,4,17;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"CopperPlate Gothc";--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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGrq5iHyUAzas6cfNeXuzWWKhvhZbRQg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VGrq5iHyUAzas6cfNeXuzWWKhvhZbRQg > .row .container { background-color: transparent; background-image: none; }#VGrq5iHyUAzas6cfNeXuzWWKhvhZbRQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGrq5iHyUAzas6cfNeXuzWWKhvhZbRQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGrq5iHyUAzas6cfNeXuzWWKhvhZbRQg > .row .container > .video-iframe-container { display: none; }#VGrq5iHyUAzas6cfNeXuzWWKhvhZbRQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGrq5iHyUAzas6cfNeXuzWWKhvhZbRQg > .row > .video-iframe-container { display: none; }#VGrq5iHyUAzas6cfNeXuzWWKhvhZbRQg > .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); }#VGrq5iHyUAzas6cfNeXuzWWKhvhZbRQg > .row .container { border-width: 0; border-radius: 0; }#VGrq5iHyUAzas6cfNeXuzWWKhvhZbRQg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VGrq5iHyUAzas6cfNeXuzWWKhvhZbRQg > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#nQVrGFzuys7HRL7ZuWgieh6BNFTc6Hxe { color:rgba(var(--color-tertiary-0),1);display:block;width:41.3125rem;position:absolute;font-family:balthazar;font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:1.03125rem;left:15.53125rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#hZJTlz82MrlLIgIxL2Ug73Gg5JLPusT1 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:11rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#ib0BpT4AXczrre1BqnmT57sNWBUoAOwM { color:rgba(var(--color-secondary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:3.1875rem;left:60.9375rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PRrN0MugXMSngOm6qUKskGahiwKWSAKS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:3.0625rem;left:58.75rem; }
#PRrN0MugXMSngOm6qUKskGahiwKWSAKS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3796dd79-ed4e-40c5-841f-00a5b66d9233/476114831_938520521817738_5854493444434942312_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD.adaptive-delivery-prevent-bg, #OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD.lazyload, #OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD.lazyloading { background-image: none; }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .row .container { background-color: transparent; background-image: none; }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.8); }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .row .container > .video-iframe-container { display: none; }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-2),0.8); }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .row > .video-iframe-container { display: none; }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .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); }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .row .container { border-width: 0; border-radius: 0; }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .row .container { font-size:0.875rem;font-family:arial;height:37.75rem;width:75rem;overflow:visible;position:relative;display:block; }#x4GIV4GGgkQh8nbmA8kc3Cb4DWxFLCQm { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.96875rem;left:54.28125rem;display:none; }
#F2zOgzan94Wc7dzerRO2CMg6TTbHmokb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UkHvXdCFE0rr2kAcQZ7MZ3RU6rybsv0J { color:rgba(var(--color-tertiary-0),1);display:block;width:45.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.9375rem;left:0rem;height:7.474625rem;font-style:normal;display:block; }
#EZdimoKVCdED1Pg7INaK8ztdNQowMg8C { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:17.5625rem;left:0rem;height:6.2988125rem;font-style:normal;display:block; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-form-header {  }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.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;line-height:1.4;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-tertiary-2),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-input-text {padding-top: 0; padding-bottom: 0;}#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:6.25rem;color:rgba(var(--color-tertiary-2),1);font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-input-select {padding-top: 0; padding-bottom: 0;}#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .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-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-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.0625rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.625rem;height:3rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.4375rem;overflow:hidden;font-style:normal;float:none; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .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; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-container:first-of-type{padding-top:0;}#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-container:last-of-type{padding-bottom:0;}#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.0625rem;left:50.875rem; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.625rem;display:block;vertical-align:top; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg {display:block;}#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;position:absolute;top:8.0625rem;left:50.875rem; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #Zh7JFWiRwoQOuTV9CSEPbakiR7c2HIWZ { position:relative; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #feikhoDk6u9ynEEfIH3gNR0SWCSadBHa { position:relative;display:none; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #Vpg5Tv9Iuv9wTTG8dTe0V60dv0DwoO8D { position:relative; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #f1UMZqDEdTdJ03itSEFPIHT9mk9boVcd { position:relative; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #iUw5MyfNStGl9xAMMTcNd0BczZGIelOD { position:relative;display:none; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #sbxFpbWx8xC17lbc6Uz6N8doSQ8BT2JU { position:relative; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #VHSQ9ekX39ChAbb1Ntwm4C9qZqohm4be { position:relative; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #G0IFA3zeMybSkz9ZlAckvkTbtTpV35ez { position:relative;display:none; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #eNgaWQGtPwJ4o3UyALy1KSaDBT3R5ttM { position:relative; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #PTOakyouEg0cLAUh6yXDb3lTaGOZqz50 { position:relative; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #xLeVN9CSizhwWTrKHu9RmONnyXuEQGDH { position:relative;display:none; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #MF96hGArgCHMmGxfcTbvBtgvRX207Ltt { position:relative; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #LTEoG7MZBn4EcFGaiA1OlrzvrTO4eMNE { position:relative; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #TWGx9JGsxTKahy3R7rSbPamXq1o8TJwt { position:relative; }
#FvkRVVTTX95LEJUlIdPD3JefORE00BeI { box-sizing:content-box;height:28.3125rem;width:23.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.5625rem;left:50.4375rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#kNwmhoARXzdVJiTTxwcqihhD9clWyqoS { color:rgba(var(--color-tertiary-2),1);display:block;width:21.25rem;position:absolute;font-family:balthazar;font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;top:6.25rem;left:51.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gX9sgOuxuS3Jmv4MfpqWlDXm1VrCaQnz { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.26904296875rem;left:0rem;height:2.35595625rem;font-style:normal;display:block; }
#vlvUnHGrT51c65PR6H2OPhWiq7E9MVh1 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-2),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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:28.3125rem;left:0rem;display:block; }
#R4pp96h2PdKI8eZJ85N4TGZphWXCaCn3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WM2a7kaohdAZRnudhdm67ff54TEU89Uk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.97);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; }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row .container { background-color: transparent; background-image: none; }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row .container > .video-iframe-container { display: none; }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row > .video-iframe-container { display: none; }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .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); }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row .container { border-width: 0; border-radius: 0; }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#tQWGb31BSrbznnZbJTM6NssXNzTaHQHD { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:2.625rem;left:14.1875rem;height:1.25rem;display:block; }
#XzMBknXLWUzFDfHZSgTT7ObSnW04p1fC { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:2.625rem;left:43.3125rem;height:1.25rem;display:block; }
#HuqxeO6TwvLyyVWusfpm8bR3zAu9l2uk { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:9.6875rem;display:block; }
#uiDbLLaOvguXV7qLNTKxz7Hm5kPMMPri { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.3125rem;left:10.5rem; }
#MKv5SK1HFuJhGwVCnC5zTnL6UFQGdiTz { box-sizing:content-box;height:3.4375rem;width:3.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.5rem;left:38.6875rem;display:block; }
#GJRJ1wMHndx7QDW9IWFsi5otLo8X4RTf { box-sizing:content-box;color:#5d92ff;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:2.3125rem;left:39.5rem; }
#w3ecGlr4htUgd7RysRS1LrzL02GSOT8w { position:relative;display:block; }#w3ecGlr4htUgd7RysRS1LrzL02GSOT8w { background-color: transparent; background-image: none; }#w3ecGlr4htUgd7RysRS1LrzL02GSOT8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3ecGlr4htUgd7RysRS1LrzL02GSOT8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3ecGlr4htUgd7RysRS1LrzL02GSOT8w > .row .container > .video-iframe-container { display: none; }#w3ecGlr4htUgd7RysRS1LrzL02GSOT8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3ecGlr4htUgd7RysRS1LrzL02GSOT8w > .row > .video-iframe-container { display: none; }#w3ecGlr4htUgd7RysRS1LrzL02GSOT8w > .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); }#w3ecGlr4htUgd7RysRS1LrzL02GSOT8w { border-width: 0; border-radius: 0; }#w3ecGlr4htUgd7RysRS1LrzL02GSOT8w > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#w3ecGlr4htUgd7RysRS1LrzL02GSOT8w > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:29.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wRy6msfwFb7fFTSTXs80Auk53tIz9ax4 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:11.78125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#PImhsbkkx3vFQvSq4mKPhpLgiop8oWnD { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:5.9970703125rem;left:8.75rem;height:17.31640625rem;display:block; }
#p0MHXXRVKpm9xVuVuqTCDAVXts1e7RTA { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:24.0029296875rem;left:26.5625rem;display:block; }
#gHtSkm763g0UEQWeTVVyooWz0ixq6MwT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTZ9fOlnba78y50p6AZdOKzufEueT8q4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#VTZ9fOlnba78y50p6AZdOKzufEueT8q4 > .row .container { background-color: transparent; background-image: none; }#VTZ9fOlnba78y50p6AZdOKzufEueT8q4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTZ9fOlnba78y50p6AZdOKzufEueT8q4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTZ9fOlnba78y50p6AZdOKzufEueT8q4 > .row .container > .video-iframe-container { display: none; }#VTZ9fOlnba78y50p6AZdOKzufEueT8q4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTZ9fOlnba78y50p6AZdOKzufEueT8q4 > .row > .video-iframe-container { display: none; }#VTZ9fOlnba78y50p6AZdOKzufEueT8q4 > .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); }#VTZ9fOlnba78y50p6AZdOKzufEueT8q4 > .row .container { border-width: 0; border-radius: 0; }#VTZ9fOlnba78y50p6AZdOKzufEueT8q4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTZ9fOlnba78y50p6AZdOKzufEueT8q4 > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#cL4bUOmZH9gVgKc2tyuy0D3NCgwzqcH1 { color:rgba(var(--color-primary-2),1);display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:3.75rem;left:12.84375rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#p5TUEn5XlVGq4ogdmhXsPw2OuDkWrkgQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#p5TUEn5XlVGq4ogdmhXsPw2OuDkWrkgQ > .row .container { background-color: transparent; background-image: none; }#p5TUEn5XlVGq4ogdmhXsPw2OuDkWrkgQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5TUEn5XlVGq4ogdmhXsPw2OuDkWrkgQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5TUEn5XlVGq4ogdmhXsPw2OuDkWrkgQ > .row .container > .video-iframe-container { display: none; }#p5TUEn5XlVGq4ogdmhXsPw2OuDkWrkgQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p5TUEn5XlVGq4ogdmhXsPw2OuDkWrkgQ > .row > .video-iframe-container { display: none; }#p5TUEn5XlVGq4ogdmhXsPw2OuDkWrkgQ > .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); }#p5TUEn5XlVGq4ogdmhXsPw2OuDkWrkgQ > .row .container { border-width: 0; border-radius: 0; }#p5TUEn5XlVGq4ogdmhXsPw2OuDkWrkgQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p5TUEn5XlVGq4ogdmhXsPw2OuDkWrkgQ > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#p3GsbF4ZdcwdqBhmQ9LJyAma2sTKVCDM { box-sizing:content-box;height:15.625rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);top:0rem;left:0.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#VHUrkXLF6WaSLByac04uFAfauO5FJFsz { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.75rem;left:8.125rem;overflow:hidden;display:block; }
#hRC5CdkpfsqwnkxSQzXAKc7BIs9KoThT { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:7.1875rem;display:block; }
#cLVzfDFwA9SD5dhJhJ9O0wxdtI7mQq3A { color:rgba(var(--color-primary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:7.5rem;left:2.1875rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#tBUSqtuOSxvDMU3paEa05SzCeKir2uQ4 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:9.6875rem;left:2.125rem;height:4.19824375rem;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; }
#FaLcPZezLtoyvFZ0geMdbuIHneL4mgeF { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.9375rem;left:26.875rem;overflow:hidden;display:block; }
#VXZXgw9vDl5V2oPbpE3PMSMgA32ei0pL { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2rem;left:25.9375rem;display:block; }
#HiyIVDztLvf56Ql01tAJQFy85HoasnTK { color:rgba(var(--color-primary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:7.5rem;left:20.9375rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#zPxbX1bC27CiuSLdL9a7dlXmyvtf7xr6 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:9.6875rem;left:20.875rem;height:4.19824375rem;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; }
#yayO6mcrXzy7FfqBU3bnXByUv6LCcPkL { box-sizing:content-box;height:15.625rem;width:17.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);top:0rem;left:19.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#NODTNyEbKwLaSrSfcTveQrD3wNCDctiF { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.8125rem;left:45.625rem;overflow:hidden;display:block; }
#dqkxvgwWOqd8bsa1y3Nmy9R7PMGmPyVT { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:44.6875rem;display:block; }
#csvpOtCCsib2QLtVPHOON1BLutgddLAc { color:rgba(var(--color-primary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:7.5rem;left:39.6875rem;height:1.54345625rem;text-align:center;text-align-last:center;display:block; }
#EK8eshVz7JLRy6AlNbAGITltPLUPqEOQ { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:9.6875rem;left:39.625rem;height:4.19824375rem;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; }
#T0XsfxhaTQThOEfwTmPKO44LVr8DUsTV { box-sizing:content-box;height:15.625rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);top:0rem;left:38.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#Ll2eLGDzUBNkPnmpNJGhwJDDUoUTLiO6 { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.8125rem;left:64.4375rem;overflow:hidden;display:block; }
#xC6lsTuw67pEmZf4q0AlAGOGy684DApb { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15047;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:63.4375rem;display:block; }
#mAePknGd85oiKx0xmh4KEXEtLz738uDD { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:7.5rem;left:58.09375rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#dXOCU60TThcoHpOtXFcsJeyJl7sWyUxZ { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:9.6875rem;left:58.375rem;height:4.19824375rem;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; }
#y0lJdwyOxhlcHb11RLpfWDF0bHQrklKL { box-sizing:content-box;height:15.625rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);top:0rem;left:56.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#ibiknDJ1gUZsF9daZbVzN6M6JESGSynx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#ibiknDJ1gUZsF9daZbVzN6M6JESGSynx > .row .container { background-color: transparent; background-image: none; }#ibiknDJ1gUZsF9daZbVzN6M6JESGSynx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibiknDJ1gUZsF9daZbVzN6M6JESGSynx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibiknDJ1gUZsF9daZbVzN6M6JESGSynx > .row .container > .video-iframe-container { display: none; }#ibiknDJ1gUZsF9daZbVzN6M6JESGSynx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ibiknDJ1gUZsF9daZbVzN6M6JESGSynx > .row > .video-iframe-container { display: none; }#ibiknDJ1gUZsF9daZbVzN6M6JESGSynx > .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); }#ibiknDJ1gUZsF9daZbVzN6M6JESGSynx > .row .container { border-width: 0; border-radius: 0; }#ibiknDJ1gUZsF9daZbVzN6M6JESGSynx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ibiknDJ1gUZsF9daZbVzN6M6JESGSynx > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:75rem;position:relative;display:block; }#Du6gbJWacEmqL0zTPMJTQkLJR2ZuLhcI { box-sizing:content-box;height:17.1875rem;width:17.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);top:0rem;left:0.5625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#kVCTLlJJqKF2dT1ZOhp8OW1u2zbFA7xU { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.75rem;left:8.125rem;overflow:hidden;display:block; }
#slmPRDLpCbHn05mbmITRATzwaC6Zkwtt { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:7.1875rem;display:block; }
#s7gy2w3b0quotCcWXkRy54OSIdvFZWEg { color:rgba(var(--color-primary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:7.5rem;left:2.1875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#kNAlwmMT96R7nnnwip2sQeA7ChBQ6sLv { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15027;line-height:1.4;letter-spacing:0;top:9.6875rem;left:2.53125rem;height:4.19824375rem;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; }
#mE5SgCE5rtrwT7zu2cT76QKn2Zuv9S0n { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.9375rem;left:26.875rem;overflow:hidden;display:block; }
#kTw0EkUWSbp4PHTUaJ0GMXd8GnfmQ7gS { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15037;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2rem;left:25.9375rem;display:block; }
#eOx1cXJ0clQA80TIbVKd1Q8hJiiUzobO { color:rgba(var(--color-primary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:7.5rem;left:20.9375rem;height:;text-align:center;text-align-last:center;display:block; }
#uTJMZTuLl53lUGyrsQrtAyMfdUKs5xaP { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15032;line-height:1.4;letter-spacing:0;top:9.6875rem;left:20.875rem;height:4.19824375rem;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; }
#qAWKvLuZSzo91NKhvblhWHTaFR6lNfb6 { box-sizing:content-box;height:17.1875rem;width:17.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);top:0rem;left:19.3125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#gE5BZIftG1va3OJSRG1gF6pSXUc1UCWU { position:absolute;display:block;z-index:15045;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.8125rem;left:45.625rem;overflow:hidden;display:block; }
#KIIqgwyrSvq9KCRTUMiSQaKouHL0Qnde { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15042;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:44.6875rem;display:block; }
#LuTaFS2wFEs6dv0ECOVU66qK8mHyL7hG { color:rgba(var(--color-primary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:7.11328125rem;left:39.6875rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#Wn1mwqB6H7pFDeXWmuTWT51sG6QB7Dkr { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.4;letter-spacing:0;top:10.8125rem;left:39.625rem;height:5.59765625rem;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; }
#xHwOfgAk7guRZEW0iTXVHgmITP5XxwHX { box-sizing:content-box;height:17.1875rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);top:0rem;left:38.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#dJHcCEScAKe0tzQZf7PUHXooTpxCEhl6 { position:absolute;display:block;z-index:15050;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.8125rem;left:64.375rem;overflow:hidden;display:block; }
#caPahHcx8LuFVvAbH9vwetMfcutLkJEd { box-sizing:content-box;height:4.375rem;width:4.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15047;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:63.4375rem;display:block; }
#U9sriFiqQhWPz4BffRFAxFvWySoANEte { color:rgba(var(--color-primary-2),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:7.5rem;left:58.09375rem;height:;text-align:center;text-align-last:center;display:block; }
#kMSlhIHBfJgMZ6CxnxCJUUXFo0iMf35c { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15042;line-height:1.4;letter-spacing:0;top:9.6875rem;left:58.375rem;height:4.19824375rem;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; }
#HwbPtBRqpy4xFvnKgAzLBCPwUpUVGM6b { box-sizing:content-box;height:17.1875rem;width:17.5rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);top:0rem;left:56.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#TfHgVHJFoQTSVB0DT5fhm1kT7axDZXC7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.625rem;left:26.5625rem;display:block; }
#gQq1WVTsvWsQlvIuHeVRJcNFvgDzt5Oo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ib4TpJIvWS8vulRE47yt95SeXN308RJE { position:relative;display:block; }#ib4TpJIvWS8vulRE47yt95SeXN308RJE { background-color: transparent; background-image: none; }#ib4TpJIvWS8vulRE47yt95SeXN308RJE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ib4TpJIvWS8vulRE47yt95SeXN308RJE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ib4TpJIvWS8vulRE47yt95SeXN308RJE > .row .container > .video-iframe-container { display: none; }#ib4TpJIvWS8vulRE47yt95SeXN308RJE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ib4TpJIvWS8vulRE47yt95SeXN308RJE > .row > .video-iframe-container { display: none; }#ib4TpJIvWS8vulRE47yt95SeXN308RJE > .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); }#ib4TpJIvWS8vulRE47yt95SeXN308RJE { border-width: 0; border-radius: 0; }#ib4TpJIvWS8vulRE47yt95SeXN308RJE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ib4TpJIvWS8vulRE47yt95SeXN308RJE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#p9W52Kr9MzNe93sPOTzeqfyESax7kp7i { color:rgba(var(--color-primary-2),1);display:block;width:43.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:4.4375rem;left:28rem;height:2.92480625rem;text-align:left;text-align-last:left;display:block; }
#Syc7beMLvTi8ftmJwNSQX8TBD0NKnFMh { color:rgba(var(--color-tertiary-4),1);display:block;width:43.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:11.375rem;left:28rem;height:20.25rem;display:block; }
#SPsv7363hTqvIZxGT4Qrc7lyvnTZo4lq { color:rgba(var(--color-secondary-2),1);display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:8.125rem;left:28rem;height:;text-align:left;text-align-last:left;display:block; }
#zfdvBZf8GClrvohIV596kH7dwicmNOwx { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.3125rem;left:28rem;display:block; }
#TrBiUf5DoHyn4mrR8HJ2WdviOzhZ1Jph { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sB8uG6bXHuHZ7VLnRwphRL3xhToiiN7m { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:23.1875rem;top:4.4375rem;left:1.1875rem;overflow:hidden;display:block; }
#Lm3qIere174OafNpOewfe1LCVngV5PA1 { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:23.1875rem;top:4.0625rem;left:1.1875rem;overflow:hidden;display:none; }
#MVVL9miyQSczK1k447TfJzgGL6ZizwGJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#MVVL9miyQSczK1k447TfJzgGL6ZizwGJ > .row .container { background-color: transparent; background-image: none; }#MVVL9miyQSczK1k447TfJzgGL6ZizwGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVVL9miyQSczK1k447TfJzgGL6ZizwGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVVL9miyQSczK1k447TfJzgGL6ZizwGJ > .row .container > .video-iframe-container { display: none; }#MVVL9miyQSczK1k447TfJzgGL6ZizwGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVVL9miyQSczK1k447TfJzgGL6ZizwGJ > .row > .video-iframe-container { display: none; }#MVVL9miyQSczK1k447TfJzgGL6ZizwGJ > .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); }#MVVL9miyQSczK1k447TfJzgGL6ZizwGJ > .row .container { border-width: 0; border-radius: 0; }#MVVL9miyQSczK1k447TfJzgGL6ZizwGJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVVL9miyQSczK1k447TfJzgGL6ZizwGJ > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#ZCxGXctLFO6gPQ5wDcAgNmLoA15qzcBB { color:rgba(var(--color-tertiary-4),1);display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.25rem;left:11.78125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#squ4PGs1F9NLr42DUaUmT5JgtSuezqnT { color:rgba(var(--color-tertiary-4),1);display:block;width:52.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:10.75rem;left:11.375rem;height:4.986325rem;display:block; }
#m8smFy3k77906QVuvGCW9GEnlI0EWPGd { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.3125rem;left:26.5625rem;display:block; }
#uK0CqQZTkneCPkvuVUWSBEsKKTd4Ktyk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTWsaTWq28lH9TSH5tJvfZ62BuOmwaxI { color:rgba(var(--color-tertiary-4),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:17.5625rem;left:21.625rem;height:15.38475rem;display:block; }#nTWsaTWq28lH9TSH5tJvfZ62BuOmwaxI li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#nTWsaTWq28lH9TSH5tJvfZ62BuOmwaxI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1a8bcdf7fd2d0ce53cbaef18de3b4a41.svg); }
#FIKAmHAB2ttKouvMvCy7lBEVmXgrUr0d { 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; }#FIKAmHAB2ttKouvMvCy7lBEVmXgrUr0d > .row .container { background-color: transparent; background-image: none; }#FIKAmHAB2ttKouvMvCy7lBEVmXgrUr0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIKAmHAB2ttKouvMvCy7lBEVmXgrUr0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIKAmHAB2ttKouvMvCy7lBEVmXgrUr0d > .row .container > .video-iframe-container { display: none; }#FIKAmHAB2ttKouvMvCy7lBEVmXgrUr0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIKAmHAB2ttKouvMvCy7lBEVmXgrUr0d > .row > .video-iframe-container { display: none; }#FIKAmHAB2ttKouvMvCy7lBEVmXgrUr0d > .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); }#FIKAmHAB2ttKouvMvCy7lBEVmXgrUr0d > .row .container { border-width: 0; border-radius: 0; }#FIKAmHAB2ttKouvMvCy7lBEVmXgrUr0d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FIKAmHAB2ttKouvMvCy7lBEVmXgrUr0d > .row .container { font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#wDoRlCtuJV4JQLue6IxtpQAHa0HL5VOE { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:13rem;left:2.25rem;height:12.75rem;font-style:italic;display:block; }
#EvTSvvTN1mCtl09vGSTM77PP4aICutLD { color:rgba(var(--color-tertiary-0),1);display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:27.9755859375rem;left:2.25rem;height:1.3808625rem;display:block; }
#slnLueCRqs8XOdDAyAKTBZSaAIOdu3iJ { color:rgba(var(--color-secondary-2),1);display:block;width:45.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.4375rem;left:14.84375rem;height:3.1499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gDBoVkGkdAaMBKvZiO06DU1gbBKwgTTG { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.1875rem;top:10.8125rem;left:2.1875rem;overflow:hidden;display:block; }
#TrTCBU5GrDS3ygVScis8Vua7GpH2qnFK { box-sizing:content-box;height:25rem;width:23.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:8.5625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#H4zNrzefaQEAm3eAk59JCOBT7MZx7kzP { box-sizing:content-box;height:25rem;width:23.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:8.5625rem;left:51.25rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#oLbqBL6KOTRNkDUHGsUVTF0Rpz7vtgBk { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.1875rem;top:10.8125rem;left:53.875rem;overflow:hidden;display:block; }
#hvf1VKTxDcizkz5yAOrzdq5sd9NHw2BA { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:13rem;left:53.6875rem;height:14.34375rem;font-style:italic;display:block; }
#uLyhisHAkBJ4dlygBIiad9ffv98yUEN5 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:29.375rem;left:53.9375rem;height:1.3808625rem;display:block; }
#Gi1VSdT3JvW0qWiTKFQW1Kg22WZAZKs7 { box-sizing:content-box;height:25rem;width:23.75rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: 0rem 0rem 0.25rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:8.5625rem;left:25.625rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#spssKV3Rzu5aXlUnPicEwt1iTrrXx9fr { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:6.1875rem;top:10.8125rem;left:27.875rem;overflow:hidden;display:block; }
#puuXLPmivJ4Cwtmnqy6VSFf6PIW97vxm { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:13rem;left:28rem;height:11.15625rem;font-style:italic;display:block; }
#kmhg5nQ3gfp4I9Bh5PMGdTWvoohqEuac { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.9443359375rem;left:27.875rem;height:1.3808625rem;display:block; }
#TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f0b8b3be-04d5-4182-8478-f0fd4fe2cca4/92174127_639486439932509_605531182611824640_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ.adaptive-delivery-prevent-bg, #TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ.lazyload, #TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ.lazyloading { background-image: none; }#TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ > .row .container { background-color: transparent; background-image: none; }#TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.85); }#TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ > .row .container > .video-iframe-container { display: none; }#TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.85); }#TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ > .row > .video-iframe-container { display: none; }#TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ > .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); }#TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ > .row .container { border-width: 0; border-radius: 0; }#TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ::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; }#TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#R7wDvWp0wwdU68VxEATkee0BUMCTFB25 { color:rgba(var(--color-tertiary-0),1);display:block;width:51.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.0625rem;left:11.8125rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#nSpcH5nNLN4smwT8hKRqDv5duTKR0XMB { color:rgba(var(--color-tertiary-0),1);display:block;width:53.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:9.4375rem;left:11rem;height:10.5rem;display:block; }
#ePJMgum0gmZS9wB4WZRIOB9lKFeHTmT8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: 0rem 0rem 0.3125rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:22.375rem;left:26.5625rem;display:block; }
#KcnVX2TPAXNqNfbPafzkZpL68ld4eSKr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iF631r1s4rbz79ObtFAPlZd5JXSdHW5I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eeeeee;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; }#iF631r1s4rbz79ObtFAPlZd5JXSdHW5I > .row .container { background-color: transparent; background-image: none; }#iF631r1s4rbz79ObtFAPlZd5JXSdHW5I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF631r1s4rbz79ObtFAPlZd5JXSdHW5I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF631r1s4rbz79ObtFAPlZd5JXSdHW5I > .row .container > .video-iframe-container { display: none; }#iF631r1s4rbz79ObtFAPlZd5JXSdHW5I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iF631r1s4rbz79ObtFAPlZd5JXSdHW5I > .row > .video-iframe-container { display: none; }#iF631r1s4rbz79ObtFAPlZd5JXSdHW5I > .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); }#iF631r1s4rbz79ObtFAPlZd5JXSdHW5I > .row .container { border-width: 0; border-radius: 0; }#iF631r1s4rbz79ObtFAPlZd5JXSdHW5I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iF631r1s4rbz79ObtFAPlZd5JXSdHW5I > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#lTEPRRTwQb6kQVVygnK3B3MHCE4TanyA { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:12.3125rem;top:2.4375rem;left:0.65625rem;overflow:hidden;display:block; }
#CJu3K1bupE9oF6H4RuRoMd0U3R2QJ11r { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:3.8125rem;left:55.3125rem; }
#X7ZksTLLvi0gQPQX9nBWXZt0tcxbqaSw { color:rgba(var(--color-tertiary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.4;letter-spacing:0;top:3.25rem;left:58.375rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PXw9nBHHJftmToN2OfQlz4SwPNUWrGtU { color:rgba(var(--color-tertiary-2),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15032;line-height:1.4;letter-spacing:0;top:8.375rem;left:58.375rem;height:1.92480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z5OEi0NfU2TTr4Isz1MTKLa6wyKsp4wh { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:8.5rem;left:55.3125rem; }
#z5OEi0NfU2TTr4Isz1MTKLa6wyKsp4wh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#S6XQnirLs3HxiVTJB9tTLFn3aVd4BVqf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S6XQnirLs3HxiVTJB9tTLFn3aVd4BVqf > .row .container { background-color: transparent; background-image: none; }#S6XQnirLs3HxiVTJB9tTLFn3aVd4BVqf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6XQnirLs3HxiVTJB9tTLFn3aVd4BVqf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6XQnirLs3HxiVTJB9tTLFn3aVd4BVqf > .row .container > .video-iframe-container { display: none; }#S6XQnirLs3HxiVTJB9tTLFn3aVd4BVqf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S6XQnirLs3HxiVTJB9tTLFn3aVd4BVqf > .row > .video-iframe-container { display: none; }#S6XQnirLs3HxiVTJB9tTLFn3aVd4BVqf > .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); }#S6XQnirLs3HxiVTJB9tTLFn3aVd4BVqf > .row .container { border-width: 0; border-radius: 0; }#S6XQnirLs3HxiVTJB9tTLFn3aVd4BVqf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S6XQnirLs3HxiVTJB9tTLFn3aVd4BVqf > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#b1RanRLZ8nE9M3A6IBpI11TlA9DATtHw { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.380859375rem;left:0.65625rem;height:1.29980625rem;display:block; }
#DNqURJdA1CKkfRKc8ifc0poShWwXW6wJ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.380859375rem;left:50.71875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VGrq5iHyUAzas6cfNeXuzWWKhvhZbRQg { display:block; }#VGrq5iHyUAzas6cfNeXuzWWKhvhZbRQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQVrGFzuys7HRL7ZuWgieh6BNFTc6Hxe { top:1rem;left:1.90625rem;width:41.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZJTlz82MrlLIgIxL2Ug73Gg5JLPusT1 { top:0.75rem;left:0rem;width:11rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib0BpT4AXczrre1BqnmT57sNWBUoAOwM { top:3.1875rem;left:33.6875rem;width:14.0625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRrN0MugXMSngOm6qUKskGahiwKWSAKS { top:3.0625rem;left:45.125rem;width:1.875rem;height:1.875rem;display:block; }
#PRrN0MugXMSngOm6qUKskGahiwKWSAKS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD { display:block; }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4GIV4GGgkQh8nbmA8kc3Cb4DWxFLCQm { width:20rem;height:3.75rem;top:3.9375rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2zOgzan94Wc7dzerRO2CMg6TTbHmokb { display:block; }
 }@media only screen and (max-width: 763px) { #UkHvXdCFE0rr2kAcQZ7MZ3RU6rybsv0J { top:8.9375rem;left:0rem;width:45.125rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZdimoKVCdED1Pg7INaK8ztdNQowMg8C { top:17.5625rem;left:0rem;width:43.8125rem;height:6.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-regular-label { width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-input-text { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-input-text {padding-top: 0; padding-bottom: 0;}#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-textarea { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-input-select { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-input-select {padding-top: 0; padding-bottom: 0;}#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-input-button { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-checkbox-label { width:19.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg  { width:20.625rem;height:auto;top:8.0625rem;left:24.625rem; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .radio-container { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg {display:block;}#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg { width:20.625rem;height:auto;top:8.0625rem;left:24.625rem; }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #Zh7JFWiRwoQOuTV9CSEPbakiR7c2HIWZ {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #feikhoDk6u9ynEEfIH3gNR0SWCSadBHa {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #Vpg5Tv9Iuv9wTTG8dTe0V60dv0DwoO8D {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #f1UMZqDEdTdJ03itSEFPIHT9mk9boVcd {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #iUw5MyfNStGl9xAMMTcNd0BczZGIelOD {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #sbxFpbWx8xC17lbc6Uz6N8doSQ8BT2JU {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #VHSQ9ekX39ChAbb1Ntwm4C9qZqohm4be {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #G0IFA3zeMybSkz9ZlAckvkTbtTpV35ez {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #eNgaWQGtPwJ4o3UyALy1KSaDBT3R5ttM {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #PTOakyouEg0cLAUh6yXDb3lTaGOZqz50 {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #xLeVN9CSizhwWTrKHu9RmONnyXuEQGDH {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #MF96hGArgCHMmGxfcTbvBtgvRX207Ltt {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #LTEoG7MZBn4EcFGaiA1OlrzvrTO4eMNE {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #TWGx9JGsxTKahy3R7rSbPamXq1o8TJwt {  }
 }@media only screen and (max-width: 763px) { #FvkRVVTTX95LEJUlIdPD3JefORE00BeI { top:4.5625rem;left:23.8125rem;width:23.9375rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNwmhoARXzdVJiTTxwcqihhD9clWyqoS { top:6.25rem;left:26.5rem;width:21.25rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gX9sgOuxuS3Jmv4MfpqWlDXm1VrCaQnz { top:5.25rem;left:0rem;width:42.5625rem;height:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlvUnHGrT51c65PR6H2OPhWiq7E9MVh1 { width:20rem;height:3.75rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4pp96h2PdKI8eZJ85N4TGZphWXCaCn3 { display:block; }
 }@media only screen and (max-width: 763px) { #WM2a7kaohdAZRnudhdm67ff54TEU89Uk { display:block; }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQWGb31BSrbznnZbJTM6NssXNzTaHQHD { top:2.625rem;left:0rem;width:16.75rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzMBknXLWUzFDfHZSgTT7ObSnW04p1fC { top:2.625rem;left:7.6875rem;width:24.0625rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuqxeO6TwvLyyVWusfpm8bR3zAu9l2uk { top:1.5rem;left:5.125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiDbLLaOvguXV7qLNTKxz7Hm5kPMMPri { top:2.3125rem;left:5.9375rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKv5SK1HFuJhGwVCnC5zTnL6UFQGdiTz { top:1.5rem;left:25rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJRJ1wMHndx7QDW9IWFsi5otLo8X4RTf { top:2.3125rem;left:25.8125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ecGlr4htUgd7RysRS1LrzL02GSOT8w { display:block; }#w3ecGlr4htUgd7RysRS1LrzL02GSOT8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRy6msfwFb7fFTSTXs80Auk53tIz9ax4 { top:1.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PImhsbkkx3vFQvSq4mKPhpLgiop8oWnD { top:5.9375rem;left:0rem;width:47.75rem;height:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0MHXXRVKpm9xVuVuqTCDAVXts1e7RTA { width:21.875rem;height:3.75rem;top:24rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHtSkm763g0UEQWeTVVyooWz0ixq6MwT { display:block; }
 }@media only screen and (max-width: 763px) { #VTZ9fOlnba78y50p6AZdOKzufEueT8q4 { display:block; }#VTZ9fOlnba78y50p6AZdOKzufEueT8q4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cL4bUOmZH9gVgKc2tyuy0D3NCgwzqcH1 { top:3.75rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5TUEn5XlVGq4ogdmhXsPw2OuDkWrkgQ { display:block; }#p5TUEn5XlVGq4ogdmhXsPw2OuDkWrkgQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3GsbF4ZdcwdqBhmQ9LJyAma2sTKVCDM { top:0rem;left:0rem;width:17.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHUrkXLF6WaSLByac04uFAfauO5FJFsz { top:2.75rem;left:4.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRC5CdkpfsqwnkxSQzXAKc7BIs9KoThT { top:1.8125rem;left:3.78125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLVzfDFwA9SD5dhJhJ9O0wxdtI7mQq3A { top:7.5rem;left:0rem;width:14.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBUSqtuOSxvDMU3paEa05SzCeKir2uQ4 { top:9.6875rem;left:0rem;width:14.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaLcPZezLtoyvFZ0geMdbuIHneL4mgeF { top:2.9375rem;left:16.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXZXgw9vDl5V2oPbpE3PMSMgA32ei0pL { top:2rem;left:15.71875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiyIVDztLvf56Ql01tAJQFy85HoasnTK { top:7.5rem;left:9.5rem;width:14.375rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPxbX1bC27CiuSLdL9a7dlXmyvtf7xr6 { top:9.6875rem;left:9.375rem;width:14.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yayO6mcrXzy7FfqBU3bnXByUv6LCcPkL { top:0rem;left:6.25rem;width:17.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NODTNyEbKwLaSrSfcTveQrD3wNCDctiF { top:2.8125rem;left:28.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqkxvgwWOqd8bsa1y3Nmy9R7PMGmPyVT { top:1.875rem;left:27.65625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csvpOtCCsib2QLtVPHOON1BLutgddLAc { top:7.5rem;left:21.4375rem;width:14.375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK8eshVz7JLRy6AlNbAGITltPLUPqEOQ { top:9.6875rem;left:21.3125rem;width:14.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0XsfxhaTQThOEfwTmPKO44LVr8DUsTV { top:0rem;left:18.1875rem;width:17.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll2eLGDzUBNkPnmpNJGhwJDDUoUTLiO6 { top:2.8125rem;left:40.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC6lsTuw67pEmZf4q0AlAGOGy684DApb { top:1.875rem;left:39.59375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAePknGd85oiKx0xmh4KEXEtLz738uDD { top:7.5rem;left:32.6875rem;width:15.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXOCU60TThcoHpOtXFcsJeyJl7sWyUxZ { top:9.6875rem;left:33.25rem;width:14.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0lJdwyOxhlcHb11RLpfWDF0bHQrklKL { top:0rem;left:30.125rem;width:17.5rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibiknDJ1gUZsF9daZbVzN6M6JESGSynx { display:block; }#ibiknDJ1gUZsF9daZbVzN6M6JESGSynx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Du6gbJWacEmqL0zTPMJTQkLJR2ZuLhcI { top:0rem;left:0rem;width:17.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVCTLlJJqKF2dT1ZOhp8OW1u2zbFA7xU { top:2.75rem;left:4.71875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #slmPRDLpCbHn05mbmITRATzwaC6Zkwtt { top:1.8125rem;left:3.78125rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7gy2w3b0quotCcWXkRy54OSIdvFZWEg { top:7.5rem;left:0rem;width:14.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNAlwmMT96R7nnnwip2sQeA7ChBQ6sLv { top:9.6875rem;left:0rem;width:13.6875rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE5SgCE5rtrwT7zu2cT76QKn2Zuv9S0n { top:2.9375rem;left:16.65625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTw0EkUWSbp4PHTUaJ0GMXd8GnfmQ7gS { top:2rem;left:15.71875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOx1cXJ0clQA80TIbVKd1Q8hJiiUzobO { top:7.5rem;left:9.5rem;width:14.375rem;height:;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTJMZTuLl53lUGyrsQrtAyMfdUKs5xaP { top:9.6875rem;left:9.375rem;width:14.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAWKvLuZSzo91NKhvblhWHTaFR6lNfb6 { top:0rem;left:6.25rem;width:17.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE5BZIftG1va3OJSRG1gF6pSXUc1UCWU { top:2.8125rem;left:28.59375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIIqgwyrSvq9KCRTUMiSQaKouHL0Qnde { top:1.875rem;left:27.65625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuTaFS2wFEs6dv0ECOVU66qK8mHyL7hG { top:7.0625rem;left:21.4375rem;width:14.375rem;height:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wn1mwqB6H7pFDeXWmuTWT51sG6QB7Dkr { top:10.8125rem;left:21.3125rem;width:14.5rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHwOfgAk7guRZEW0iTXVHgmITP5XxwHX { top:0rem;left:18.1875rem;width:17.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJHcCEScAKe0tzQZf7PUHXooTpxCEhl6 { top:2.8125rem;left:40.53125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #caPahHcx8LuFVvAbH9vwetMfcutLkJEd { top:1.875rem;left:39.59375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9sriFiqQhWPz4BffRFAxFvWySoANEte { top:7.5rem;left:32.6875rem;width:15.0625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMSlhIHBfJgMZ6CxnxCJUUXFo0iMf35c { top:9.6875rem;left:33.25rem;width:14.5rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwbPtBRqpy4xFvnKgAzLBCPwUpUVGM6b { top:0rem;left:30.125rem;width:17.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfHgVHJFoQTSVB0DT5fhm1kT7axDZXC7 { width:21.875rem;height:3.75rem;top:19.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQq1WVTsvWsQlvIuHeVRJcNFvgDzt5Oo { display:block; }
 }@media only screen and (max-width: 763px) { #ib4TpJIvWS8vulRE47yt95SeXN308RJE { display:block; }#ib4TpJIvWS8vulRE47yt95SeXN308RJE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9W52Kr9MzNe93sPOTzeqfyESax7kp7i { top:4.4375rem;left:4.3125rem;width:43.4375rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Syc7beMLvTi8ftmJwNSQX8TBD0NKnFMh { top:11.375rem;left:4.125rem;width:43.625rem;height:20.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPsv7363hTqvIZxGT4Qrc7lyvnTZo4lq { top:8.125rem;left:14.375rem;width:33.1875rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfdvBZf8GClrvohIV596kH7dwicmNOwx { width:21.875rem;height:3.75rem;top:35.3125rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrBiUf5DoHyn4mrR8HJ2WdviOzhZ1Jph { display:block; }
 }@media only screen and (max-width: 763px) { #sB8uG6bXHuHZ7VLnRwphRL3xhToiiN7m { top:4.4375rem;left:0rem;width:23.1875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm3qIere174OafNpOewfe1LCVngV5PA1 { top:4.0625rem;left:0rem;width:23.1875rem;height:27.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MVVL9miyQSczK1k447TfJzgGL6ZizwGJ { display:block; }#MVVL9miyQSczK1k447TfJzgGL6ZizwGJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCxGXctLFO6gPQ5wDcAgNmLoA15qzcBB { top:3.25rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #squ4PGs1F9NLr42DUaUmT5JgtSuezqnT { top:10.75rem;left:0rem;width:47.75rem;height:4.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8smFy3k77906QVuvGCW9GEnlI0EWPGd { width:21.875rem;height:3.75rem;top:35.3125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK0CqQZTkneCPkvuVUWSBEsKKTd4Ktyk { display:block; }
 }@media only screen and (max-width: 763px) { #nTWsaTWq28lH9TSH5tJvfZ62BuOmwaxI { top:17.5625rem;left:8rem;width:35.3125rem;height:15.375rem;font-size:1.1875rem;display:block; }#nTWsaTWq28lH9TSH5tJvfZ62BuOmwaxI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1a8bcdf7fd2d0ce53cbaef18de3b4a41.svg); }
 }@media only screen and (max-width: 763px) { #FIKAmHAB2ttKouvMvCy7lBEVmXgrUr0d { display:block; }#FIKAmHAB2ttKouvMvCy7lBEVmXgrUr0d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDoRlCtuJV4JQLue6IxtpQAHa0HL5VOE { top:13rem;left:0rem;width:19.3125rem;height:12.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvTSvvTN1mCtl09vGSTM77PP4aICutLD { top:27.9375rem;left:0rem;width:8.9375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slnLueCRqs8XOdDAyAKTBZSaAIOdu3iJ { top:3.4375rem;left:1.25rem;width:45.3125rem;height:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDBoVkGkdAaMBKvZiO06DU1gbBKwgTTG { top:10.8125rem;left:0rem;width:6.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTCBU5GrDS3ygVScis8Vua7GpH2qnFK { top:8.5625rem;left:0rem;width:23.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4zNrzefaQEAm3eAk59JCOBT7MZx7kzP { top:8.5625rem;left:23.875rem;width:23.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLbqBL6KOTRNkDUHGsUVTF0Rpz7vtgBk { top:10.8125rem;left:40.25rem;width:6.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvf1VKTxDcizkz5yAOrzdq5sd9NHw2BA { top:13rem;left:28.75rem;width:19rem;height:14.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLyhisHAkBJ4dlygBIiad9ffv98yUEN5 { top:29.375rem;left:28.25rem;width:19.5rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi1VSdT3JvW0qWiTKFQW1Kg22WZAZKs7 { top:8.5625rem;left:12rem;width:23.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #spssKV3Rzu5aXlUnPicEwt1iTrrXx9fr { top:10.8125rem;left:14.25rem;width:6.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #puuXLPmivJ4Cwtmnqy6VSFf6PIW97vxm { top:13rem;left:14.375rem;width:19rem;height:11.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmhg5nQ3gfp4I9Bh5PMGdTWvoohqEuac { top:25.9375rem;left:14.25rem;width:13.3125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ { display:block; }#TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7wDvWp0wwdU68VxEATkee0BUMCTFB25 { top:5.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSpcH5nNLN4smwT8hKRqDv5duTKR0XMB { top:9.4375rem;left:0rem;width:47.75rem;height:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePJMgum0gmZS9wB4WZRIOB9lKFeHTmT8 { width:21.875rem;height:3.75rem;top:22.375rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcnVX2TPAXNqNfbPafzkZpL68ld4eSKr { display:block; }
 }@media only screen and (max-width: 763px) { #iF631r1s4rbz79ObtFAPlZd5JXSdHW5I { display:block; }#iF631r1s4rbz79ObtFAPlZd5JXSdHW5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTEPRRTwQb6kQVVygnK3B3MHCE4TanyA { top:2.4375rem;left:0rem;width:12.3125rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJu3K1bupE9oF6H4RuRoMd0U3R2QJ11r { top:3.8125rem;left:41.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ZksTLLvi0gQPQX9nBWXZt0tcxbqaSw { top:3.25rem;left:31.125rem;width:16.625rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXw9nBHHJftmToN2OfQlz4SwPNUWrGtU { top:8.375rem;left:34.125rem;width:13.625rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5OEi0NfU2TTr4Isz1MTKLa6wyKsp4wh { top:8.5rem;left:41.6875rem;width:1.875rem;height:1.875rem;display:block; }
#z5OEi0NfU2TTr4Isz1MTKLa6wyKsp4wh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #S6XQnirLs3HxiVTJB9tTLFn3aVd4BVqf { display:block; }#S6XQnirLs3HxiVTJB9tTLFn3aVd4BVqf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1RanRLZ8nE9M3A6IBpI11TlA9DATtHw { top:1.375rem;left:0rem;width:23.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNqURJdA1CKkfRKc8ifc0poShWwXW6wJ { top:1.375rem;left:24rem;width:23.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VGrq5iHyUAzas6cfNeXuzWWKhvhZbRQg { display:block; }#VGrq5iHyUAzas6cfNeXuzWWKhvhZbRQg > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQVrGFzuys7HRL7ZuWgieh6BNFTc6Hxe { width:20rem;height:1.48730625rem;top:0.625rem;left:0rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hZJTlz82MrlLIgIxL2Ug73Gg5JLPusT1 { width:8.75rem;height:5rem;top:0.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ib0BpT4AXczrre1BqnmT57sNWBUoAOwM { width:14.0625rem;height:1.3125rem;top:6.875rem;left:2.9375rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PRrN0MugXMSngOm6qUKskGahiwKWSAKS { display:flex;width:1.875rem;height:1.875rem;top:8.75rem;left:9.0625rem;display:none; }
#PRrN0MugXMSngOm6qUKskGahiwKWSAKS > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3796dd79-ed4e-40c5-841f-00a5b66d9233/476114831_938520521817738_5854493444434942312_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD.adaptive-delivery-prevent-bg, #OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD.lazyload, #OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD.lazyloading { background-image: none; }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .row .container { background-color: transparent; background-image: none; }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .row .container > .video-iframe-container { display: none; }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .row > .video-iframe-container { display: none; }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .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); }#OR1Fap9ncIIWs8oDVBPgMbGU3VMFFuCD > .row .container { width:20rem;height:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x4GIV4GGgkQh8nbmA8kc3Cb4DWxFLCQm { width:20rem;height:3.75rem;top:11.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2zOgzan94Wc7dzerRO2CMg6TTbHmokb { display:block; }
 }@media only screen and (max-width: 763px) { #UkHvXdCFE0rr2kAcQZ7MZ3RU6rybsv0J { width:20rem;height:3.673825rem;top:5.625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #EZdimoKVCdED1Pg7INaK8ztdNQowMg8C { width:19.6875rem;height:6.9970625rem;top:10.1875rem;left:0rem;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.625rem; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-input-text {padding-top: 0; padding-bottom: 0;}#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:5rem; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-input-select {padding-top: 0; padding-bottom: 0;}#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.625rem; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-container:first-of-type{padding-top:0;}#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .widget-container:last-of-type{padding-bottom:0;}#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg  { width:17.5rem;height:auto;top:27.6875rem;left:0rem; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg {display:block;}#l0okOehOd3sVtNHuDaqHdLdRaaLeENRg { width:17.5rem;height:auto;top:27.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #Zh7JFWiRwoQOuTV9CSEPbakiR7c2HIWZ {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #feikhoDk6u9ynEEfIH3gNR0SWCSadBHa {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #Vpg5Tv9Iuv9wTTG8dTe0V60dv0DwoO8D {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #f1UMZqDEdTdJ03itSEFPIHT9mk9boVcd {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #iUw5MyfNStGl9xAMMTcNd0BczZGIelOD {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #sbxFpbWx8xC17lbc6Uz6N8doSQ8BT2JU {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #VHSQ9ekX39ChAbb1Ntwm4C9qZqohm4be {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #G0IFA3zeMybSkz9ZlAckvkTbtTpV35ez {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #eNgaWQGtPwJ4o3UyALy1KSaDBT3R5ttM {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #PTOakyouEg0cLAUh6yXDb3lTaGOZqz50 {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #xLeVN9CSizhwWTrKHu9RmONnyXuEQGDH {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #MF96hGArgCHMmGxfcTbvBtgvRX207Ltt {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #LTEoG7MZBn4EcFGaiA1OlrzvrTO4eMNE {  }
 }@media only screen and (max-width: 763px) { #l0okOehOd3sVtNHuDaqHdLdRaaLeENRg #TWGx9JGsxTKahy3R7rSbPamXq1o8TJwt {  }
 }@media only screen and (max-width: 763px) { #FvkRVVTTX95LEJUlIdPD3JefORE00BeI { width:20rem;height:24.75rem;top:24.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNwmhoARXzdVJiTTxwcqihhD9clWyqoS { width:18.125rem;height:2.0996125rem;top:25.625rem;left:0.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gX9sgOuxuS3Jmv4MfpqWlDXm1VrCaQnz { width:17.875rem;height:3.1494125rem;top:1.875rem;left:1.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vlvUnHGrT51c65PR6H2OPhWiq7E9MVh1 { width:17.5rem;height:3.4375rem;top:18.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4pp96h2PdKI8eZJ85N4TGZphWXCaCn3 { display:block; }
 }@media only screen and (max-width: 763px) { #WM2a7kaohdAZRnudhdm67ff54TEU89Uk { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row .container { background-color: transparent; background-image: none; }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row .container > .video-iframe-container { display: none; }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row > .video-iframe-container { display: none; }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .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); }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row .container { border-width: 0; border-radius: 0; }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WM2a7kaohdAZRnudhdm67ff54TEU89Uk > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tQWGb31BSrbznnZbJTM6NssXNzTaHQHD { width:14.8125rem;height:1.125rem;top:7.5625rem;left:4.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XzMBknXLWUzFDfHZSgTT7ObSnW04p1fC { width:12.1875rem;height:1.125rem;top:12.125rem;left:4.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HuqxeO6TwvLyyVWusfpm8bR3zAu9l2uk { width:3.4375rem;height:3.4375rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiDbLLaOvguXV7qLNTKxz7Hm5kPMMPri { display:flex;width:1.8125rem;height:1.8125rem;top:7.125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #MKv5SK1HFuJhGwVCnC5zTnL6UFQGdiTz { width:3.4375rem;height:3.4375rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJRJ1wMHndx7QDW9IWFsi5otLo8X4RTf { display:flex;width:1.8125rem;height:1.8125rem;top:11.875rem;left:0.8125rem; }
 }@media only screen and (max-width: 763px) { #w3ecGlr4htUgd7RysRS1LrzL02GSOT8w { display:block; }#w3ecGlr4htUgd7RysRS1LrzL02GSOT8w > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRy6msfwFb7fFTSTXs80Auk53tIz9ax4 { width:20rem;height:3.57421875rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PImhsbkkx3vFQvSq4mKPhpLgiop8oWnD { width:20rem;height:28.5rem;top:5.9375rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #p0MHXXRVKpm9xVuVuqTCDAVXts1e7RTA { width:18.75rem;height:3.4375rem;top:37.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHtSkm763g0UEQWeTVVyooWz0ixq6MwT { display:block; }
 }@media only screen and (max-width: 763px) { #VTZ9fOlnba78y50p6AZdOKzufEueT8q4 { display:block; }#VTZ9fOlnba78y50p6AZdOKzufEueT8q4 > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cL4bUOmZH9gVgKc2tyuy0D3NCgwzqcH1 { width:20rem;height:1.86865rem;top:2.1875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p5TUEn5XlVGq4ogdmhXsPw2OuDkWrkgQ { display:block; }#p5TUEn5XlVGq4ogdmhXsPw2OuDkWrkgQ > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3GsbF4ZdcwdqBhmQ9LJyAma2sTKVCDM { width:18.125rem;height:15.625rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHUrkXLF6WaSLByac04uFAfauO5FJFsz { width:2.5rem;height:2.5rem;top:4rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRC5CdkpfsqwnkxSQzXAKc7BIs9KoThT { width:4.375rem;height:4.375rem;top:3.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLVzfDFwA9SD5dhJhJ9O0wxdtI7mQq3A { width:14.375rem;height:1.4624rem;top:8.75rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBUSqtuOSxvDMU3paEa05SzCeKir2uQ4 { width:14.5rem;height:4.19824375rem;top:10.9375rem;left:2.75rem;font-size:1rem;color:rgba(var(--color-tertiary-2),1);line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FaLcPZezLtoyvFZ0geMdbuIHneL4mgeF { width:2.5rem;height:2.5rem;top:21.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXZXgw9vDl5V2oPbpE3PMSMgA32ei0pL { width:4.375rem;height:4.375rem;top:20.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiyIVDztLvf56Ql01tAJQFy85HoasnTK { width:14.375rem;height:1.4624rem;top:25.75rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zPxbX1bC27CiuSLdL9a7dlXmyvtf7xr6 { width:14.5rem;height:4.19824375rem;top:27.9375rem;left:2.75rem;font-size:1rem;color:rgba(var(--color-tertiary-2),1);line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yayO6mcrXzy7FfqBU3bnXByUv6LCcPkL { width:18.125rem;height:15.625rem;top:18.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NODTNyEbKwLaSrSfcTveQrD3wNCDctiF { width:2.5rem;height:2.5rem;top:38.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqkxvgwWOqd8bsa1y3Nmy9R7PMGmPyVT { width:4.375rem;height:4.375rem;top:37.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #csvpOtCCsib2QLtVPHOON1BLutgddLAc { width:14.375rem;height:1.4624rem;top:42.75rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EK8eshVz7JLRy6AlNbAGITltPLUPqEOQ { width:14.5rem;height:4.19824375rem;top:45rem;left:2.75rem;font-size:1rem;color:rgba(var(--color-tertiary-2),1);line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0XsfxhaTQThOEfwTmPKO44LVr8DUsTV { width:18.125rem;height:15.625rem;top:35.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll2eLGDzUBNkPnmpNJGhwJDDUoUTLiO6 { width:2.5rem;height:2.5rem;top:55.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC6lsTuw67pEmZf4q0AlAGOGy684DApb { width:4.375rem;height:4.375rem;top:54.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAePknGd85oiKx0xmh4KEXEtLz738uDD { width:15.0625rem;height:1.4624rem;top:59.6337890625rem;left:2.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXOCU60TThcoHpOtXFcsJeyJl7sWyUxZ { width:14.5rem;height:4.19824375rem;top:62rem;left:2.75rem;font-size:1rem;color:rgba(var(--color-tertiary-2),1);line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y0lJdwyOxhlcHb11RLpfWDF0bHQrklKL { width:18.125rem;height:15.625rem;top:52.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibiknDJ1gUZsF9daZbVzN6M6JESGSynx { display:block; }#ibiknDJ1gUZsF9daZbVzN6M6JESGSynx > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Du6gbJWacEmqL0zTPMJTQkLJR2ZuLhcI { width:18.125rem;height:15.625rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVCTLlJJqKF2dT1ZOhp8OW1u2zbFA7xU { width:2.5rem;height:2.5rem;top:4rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #slmPRDLpCbHn05mbmITRATzwaC6Zkwtt { width:4.375rem;height:4.375rem;top:3.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7gy2w3b0quotCcWXkRy54OSIdvFZWEg { width:15rem;height:1.4624rem;top:8.75rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kNAlwmMT96R7nnnwip2sQeA7ChBQ6sLv { width:13.875rem;height:4.19824375rem;top:10.8125rem;left:3.0625rem;font-size:1rem;color:rgba(var(--color-tertiary-2),1);line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mE5SgCE5rtrwT7zu2cT76QKn2Zuv9S0n { width:2.5rem;height:2.5rem;top:21.1875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTw0EkUWSbp4PHTUaJ0GMXd8GnfmQ7gS { width:4.375rem;height:4.375rem;top:20.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOx1cXJ0clQA80TIbVKd1Q8hJiiUzobO { width:14.375rem;height:1.54345625rem;top:25.75rem;left:2.8125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTJMZTuLl53lUGyrsQrtAyMfdUKs5xaP { width:14.5rem;height:4.19824375rem;top:28.125rem;left:2.75rem;font-size:1rem;color:rgba(var(--color-tertiary-2),1);line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAWKvLuZSzo91NKhvblhWHTaFR6lNfb6 { width:18.125rem;height:15.625rem;top:18.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE5BZIftG1va3OJSRG1gF6pSXUc1UCWU { width:2.5rem;height:2.5rem;top:38.0625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIIqgwyrSvq9KCRTUMiSQaKouHL0Qnde { width:4.375rem;height:4.375rem;top:37.125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuTaFS2wFEs6dv0ECOVU66qK8mHyL7hG { width:14.375rem;height:2.923825rem;top:42.625rem;left:2.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wn1mwqB6H7pFDeXWmuTWT51sG6QB7Dkr { width:14.5rem;height:5.59765625rem;top:46.0625rem;left:2.75rem;font-size:1rem;color:rgba(var(--color-tertiary-2),1);line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xHwOfgAk7guRZEW0iTXVHgmITP5XxwHX { width:18.125rem;height:17.1875rem;top:35.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJHcCEScAKe0tzQZf7PUHXooTpxCEhl6 { width:2.5rem;height:2.5rem;top:56.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #caPahHcx8LuFVvAbH9vwetMfcutLkJEd { width:4.375rem;height:4.375rem;top:55.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9sriFiqQhWPz4BffRFAxFvWySoANEte { width:15.0625rem;height:1.4624rem;top:61.25rem;left:2.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kMSlhIHBfJgMZ6CxnxCJUUXFo0iMf35c { width:14.5rem;height:4.19824375rem;top:63.625rem;left:2.8125rem;font-size:1rem;color:rgba(var(--color-tertiary-2),1);line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwbPtBRqpy4xFvnKgAzLBCPwUpUVGM6b { width:18.125rem;height:15.625rem;top:53.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfHgVHJFoQTSVB0DT5fhm1kT7axDZXC7 { width:18.75rem;height:3.4375rem;top:70.9375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQq1WVTsvWsQlvIuHeVRJcNFvgDzt5Oo { display:block; }
 }@media only screen and (max-width: 763px) { #ib4TpJIvWS8vulRE47yt95SeXN308RJE { display:block; }#ib4TpJIvWS8vulRE47yt95SeXN308RJE > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p9W52Kr9MzNe93sPOTzeqfyESax7kp7i { width:17.6875rem;height:3.57421875rem;top:2.1875rem;left:1.1875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Syc7beMLvTi8ftmJwNSQX8TBD0NKnFMh { width:20rem;height:36rem;top:33.2841796875rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SPsv7363hTqvIZxGT4Qrc7lyvnTZo4lq { width:20rem;height:1.13720625rem;top:6.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zfdvBZf8GClrvohIV596kH7dwicmNOwx { width:18.75rem;height:3.4375rem;top:70.625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrBiUf5DoHyn4mrR8HJ2WdviOzhZ1Jph { display:block; }
 }@media only screen and (max-width: 763px) { #sB8uG6bXHuHZ7VLnRwphRL3xhToiiN7m { width:13.75rem;height:20.5rem;top:10.5625rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lm3qIere174OafNpOewfe1LCVngV5PA1 { width:19rem;height:22.1875rem;top:9.0625rem;left:0.5rem;z-index:15034;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MVVL9miyQSczK1k447TfJzgGL6ZizwGJ { display:block; }#MVVL9miyQSczK1k447TfJzgGL6ZizwGJ > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCxGXctLFO6gPQ5wDcAgNmLoA15qzcBB { width:20rem;height:3.25rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #squ4PGs1F9NLr42DUaUmT5JgtSuezqnT { width:20rem;height:9rem;top:5.6875rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #m8smFy3k77906QVuvGCW9GEnlI0EWPGd { width:18.75rem;height:3.4375rem;top:35rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK0CqQZTkneCPkvuVUWSBEsKKTd4Ktyk { display:block; }
 }@media only screen and (max-width: 763px) { #nTWsaTWq28lH9TSH5tJvfZ62BuOmwaxI { width:20rem;height:17.09475rem;top:16.125rem;left:0rem;font-size:1rem;line-height:1.4;display:block; }#nTWsaTWq28lH9TSH5tJvfZ62BuOmwaxI li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#nTWsaTWq28lH9TSH5tJvfZ62BuOmwaxI li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1a8bcdf7fd2d0ce53cbaef18de3b4a41.svg); }
 }@media only screen and (max-width: 763px) { #FIKAmHAB2ttKouvMvCy7lBEVmXgrUr0d { display:block; }#FIKAmHAB2ttKouvMvCy7lBEVmXgrUr0d > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDoRlCtuJV4JQLue6IxtpQAHa0HL5VOE { width:15.6875rem;height:13.5rem;top:11.4375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvTSvvTN1mCtl09vGSTM77PP4aICutLD { width:9.75rem;height:1.29980625rem;top:26.8125rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #slnLueCRqs8XOdDAyAKTBZSaAIOdu3iJ { width:16.625rem;height:3.5996125rem;top:2.1875rem;left:1.6875rem;font-size:1.5rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gDBoVkGkdAaMBKvZiO06DU1gbBKwgTTG { width:6.1875rem;height:1.25rem;top:9.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrTCBU5GrDS3ygVScis8Vua7GpH2qnFK { width:20rem;height:23.75rem;top:7.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4zNrzefaQEAm3eAk59JCOBT7MZx7kzP { width:20rem;height:24.875rem;top:55.875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLbqBL6KOTRNkDUHGsUVTF0Rpz7vtgBk { width:6.1875rem;height:1.25rem;top:57.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvf1VKTxDcizkz5yAOrzdq5sd9NHw2BA { width:16.375rem;height:15rem;top:60.25rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLyhisHAkBJ4dlygBIiad9ffv98yUEN5 { width:17.3125rem;height:1.21875rem;top:76.75rem;left:1.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gi1VSdT3JvW0qWiTKFQW1Kg22WZAZKs7 { width:20rem;height:22.5rem;top:32.0625rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;display:block; }
 }@media only screen and (max-width: 763px) { #spssKV3Rzu5aXlUnPicEwt1iTrrXx9fr { width:6.1875rem;height:1.25rem;top:34.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #puuXLPmivJ4Cwtmnqy6VSFf6PIW97vxm { width:16.25rem;height:12rem;top:36.9375rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmhg5nQ3gfp4I9Bh5PMGdTWvoohqEuac { width:13.3125rem;height:1.29980625rem;top:50.375rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ { display:block; }#TTqBQCBxM8TzlpTwIQWsNUSag2r63XgZ > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7wDvWp0wwdU68VxEATkee0BUMCTFB25 { width:20rem;height:3.736325rem;top:2.625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSpcH5nNLN4smwT8hKRqDv5duTKR0XMB { width:20rem;height:16.5rem;top:6.875rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ePJMgum0gmZS9wB4WZRIOB9lKFeHTmT8 { width:18.75rem;height:3.4375rem;top:24.875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcnVX2TPAXNqNfbPafzkZpL68ld4eSKr { display:block; }
 }@media only screen and (max-width: 763px) { #iF631r1s4rbz79ObtFAPlZd5JXSdHW5I { display:block; }#iF631r1s4rbz79ObtFAPlZd5JXSdHW5I > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lTEPRRTwQb6kQVVygnK3B3MHCE4TanyA { width:8.9375rem;height:5rem;top:1.6875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJu3K1bupE9oF6H4RuRoMd0U3R2QJ11r { display:flex;width:1.875rem;height:1.875rem;top:8.75rem;left:1rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #X7ZksTLLvi0gQPQX9nBWXZt0tcxbqaSw { width:15.25rem;height:3.1494125rem;top:8.4375rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PXw9nBHHJftmToN2OfQlz4SwPNUWrGtU { width:13.625rem;height:1.8374rem;top:13.125rem;left:3.75rem;font-size:1.3125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #z5OEi0NfU2TTr4Isz1MTKLa6wyKsp4wh { display:flex;width:1.875rem;height:1.875rem;top:13.14990234375rem;left:1rem;font-size:1.125rem; }
#z5OEi0NfU2TTr4Isz1MTKLa6wyKsp4wh > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #S6XQnirLs3HxiVTJB9tTLFn3aVd4BVqf { display:block; }#S6XQnirLs3HxiVTJB9tTLFn3aVd4BVqf > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1RanRLZ8nE9M3A6IBpI11TlA9DATtHw { width:20rem;height:1.13720625rem;top:1.625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNqURJdA1CKkfRKc8ifc0poShWwXW6wJ { width:20rem;height:1.05615rem;top:3.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }