.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,215,224;--color-primary-1:244,134,163;--color-primary-2:237,53,101;--color-primary-3:233,3,62;--color-primary-4:154,0,40;--color-secondary-0:227,225,230;--color-secondary-1:170,164,179;--color-secondary-2:113,104,129;--color-secondary-3:68,62,77;--color-secondary-4:19,3,45;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Anybody";--paragraphs-font-family:"Comfortaa"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eec4b48c-bc34-40b8-aaf1-18e810effde3/IMG_94191.JPG");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#O9eSJERGk0TrwDN7WNItB46S9l0RPkih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9eSJERGk0TrwDN7WNItB46S9l0RPkih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9eSJERGk0TrwDN7WNItB46S9l0RPkih > .row > .video-iframe-container { display: none; }#O9eSJERGk0TrwDN7WNItB46S9l0RPkih > .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); }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo { display:block; }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo { background-color: transparent; background-image: none; }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo > .row .container > .video-iframe-container { display: none; }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo > .row > .video-iframe-container { display: none; }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo > .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); }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo > .row .container { background-color:transparent;background-image:none;width:60rem;height:46.4375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#mFWhtQ3WMuz8iqe0l0J5lt010Z9Ja8cW { color:rgba(var(--color-tertiary-2),1);display:block;width:59.12375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:6.4248933792112rem;left:0.87713050842287rem;height:7.7rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GLsL2LrEU9LWySJBd0ECc5dJF3XbOdI6 { position:absolute;display:block;z-index:15007;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:20.8735625rem;width:20.8735625rem;top:33.524219512939rem;left:39.126564025879rem;overflow:hidden;display:block; }
#bgETTgquTFsklDCFBTQVbbHsOgU1IHqS { color:#6d8ef8;display:block;width:33.8743125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:15.748401641846rem;left:1.6539421081543rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WUgmlKqLH2TAFHBqFly41T6F5g3pA0Mv { box-sizing:content-box;height:7.8125rem;width:35.4368125rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-4),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.255681037903rem;left:0.87357902526856rem;display:block; }
#HESlMymyaWL6ZHpPcd9g6a1Thb3tuKMq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:40.349220275879rem;left:1.65234375rem; }
#BqK16HTblgEXT0TMTzZmMr2GAEs8xpUh { color:rgba(var(--color-tertiary-2),1);display:block;width:29.749625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:40.349220275879rem;left:5.828125rem;height:2.275rem;font-style:normal;display:block; }
#SePlcQ5qT26JKDETJNAW8IDWcAqTJSUy { color:#6d8ef8;display:block;width:29.74875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:41.892971038818rem;left:5.8289051055908rem;height:2.1125rem;font-style:normal;display:block; }
#NJfCdTi4EPksxKEf1z0CsAgXH5cW0EIz { box-sizing:content-box;height:4.0625rem;width:35.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-4),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.893463134766rem;left:0.87446594238281rem;display:block; }
#k90lXIqTgAPzfI43pIVUBiN3XUyXeCAw { box-sizing:content-box;height:7.8125rem;width:59.625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3671875rem;left:0rem;display:block; }
#AQKg66ovfwtCRh4MyFm3SxLMLq8xWxfE { box-sizing:content-box;height:0.125rem;width:32.9375rem;position:absolute;display:block;z-index:15016;background-color:#6d8ef8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.817970275879rem;left:2.12109375rem;display:block; }
#apMtixDkUuz2W8WPFx0BNIQu7GWy8bhf { box-sizing:content-box;height:0.125rem;width:32.9375rem;position:absolute;display:block;z-index:15017;background-color:#6d8ef8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.8984375rem;left:2.12109375rem;display:block; }
#nTiBb1WnvgUCe5ulIlH0uZmZBoMZZi5X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d8ef8;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; }#nTiBb1WnvgUCe5ulIlH0uZmZBoMZZi5X > .row .container { background-color: transparent; background-image: none; }#nTiBb1WnvgUCe5ulIlH0uZmZBoMZZi5X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTiBb1WnvgUCe5ulIlH0uZmZBoMZZi5X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTiBb1WnvgUCe5ulIlH0uZmZBoMZZi5X > .row .container > .video-iframe-container { display: none; }#nTiBb1WnvgUCe5ulIlH0uZmZBoMZZi5X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTiBb1WnvgUCe5ulIlH0uZmZBoMZZi5X > .row > .video-iframe-container { display: none; }#nTiBb1WnvgUCe5ulIlH0uZmZBoMZZi5X > .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); }#nTiBb1WnvgUCe5ulIlH0uZmZBoMZZi5X > .row .container { border-width: 0; border-radius: 0; }#nTiBb1WnvgUCe5ulIlH0uZmZBoMZZi5X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTiBb1WnvgUCe5ulIlH0uZmZBoMZZi5X > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:60rem;position:relative;display:block; }#m6efmQwAwBNI9JQCBwWhE81FXUWmQrXN { color:rgba(var(--color-tertiary-2),1);display:block;width:50.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.375rem;left:1.0625rem;height:3.4125rem;display:block; }
#PIEyG22xTR9sAyiner6TEEaJi2HNeNIn { color:rgba(var(--color-tertiary-0),1);display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.53750038147rem;left:1.46875rem;height:8.097625rem;display:block; }#PIEyG22xTR9sAyiner6TEEaJi2HNeNIn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PIEyG22xTR9sAyiner6TEEaJi2HNeNIn li:before{  }
#pGJUQxtdJ0TvtNMSELNPXE2aWika2TeF { box-sizing:content-box;height:0.25rem;width:60rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.6875rem;left:0rem;display:block; }
#VmsF5h1Tso35temRidB9kSnMfiw9Kn1X { color:rgba(var(--color-tertiary-2),1);display:block;width:46.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.6875rem;left:1.0625rem;height:3.4125rem;display:block; }
#gfPwbUSh06gRhUC5R5k5wpzXn6XGB5T2 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:27.75937461853rem;left:1.0625rem;height:6.22949375rem;display:block; }#gfPwbUSh06gRhUC5R5k5wpzXn6XGB5T2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gfPwbUSh06gRhUC5R5k5wpzXn6XGB5T2 li:before{  }
#agEPtf9woN4heRE0UHqAMEAI2EUK1E6k { box-sizing:content-box;height:0.25rem;width:60rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.6875rem;left:0rem;display:none; }
#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row .container { background-color: transparent; background-image: none; }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row .container > .video-iframe-container { display: none; }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row > .video-iframe-container { display: none; }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .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); }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row .container { border-width: 0; border-radius: 0; }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;position:relative;display:block; }#pHTynNz9zqxsvhJOJ8a2H2DBczWWwvME { color:#6d8ef8;display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4601564407349rem;left:1.5625rem;height:;display:block; }
#p8DBxsX9ZlI7B5tPGess2GqO3CQ0KnWJ { position:absolute;display:block;z-index:15014;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:9rem;width:15.5625rem;top:11.737500190735rem;left:2.6117191314698rem;overflow:hidden;display:block; }
#zsXRJVCGeVcM1BsTcvAXSoUbnNXw64uw { 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:9rem;width:15.5625rem;top:11.737501144409rem;left:40.923439025879rem;overflow:hidden;display:block; }
#ynLdx6KeZlZ2FvX8VU9qEyWXTG7TDvm0 { color:#6d8ef8;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:21.987501144409rem;left:2.6117191314698rem;height:1.3rem;display:block; }
#wBXJlDlb6TQaVHmks1y8SwanJmWnnUUr { color:#6d8ef8;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.987501144409rem;left:21.78125rem;height:;display:block; }
#uCfhkMNZ4KRxGTscn8wnCz1iWi96uWQT { color:#6d8ef8;display:block;width:16.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.987501144409rem;left:40.923439025879rem;height:1.3rem;display:block; }
#z4zwvc9sRbGkRPgVrq2KuSudIReiQcmn { position:absolute;display:block;z-index:15017;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:9.1875rem;width:16.25rem;top:11.7060546875rem;left:21.375rem;overflow:hidden;display:block; }
#AMaNZ5cQal8PZCvwOCAesTNiJ2zdSgD3 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:25.41250038147rem;left:2.6117191314698rem;height:3.9rem;display:block; }
#igSWvGe8IOrHu53LCmps1GsCW570X3Jn { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:25.41250038147rem;left:21.875rem;height:5.2rem;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; }
#tyKuNFJpkOqSLID16McV9QsJJTPmN9KF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:25.41250038147rem;left:40.923439025879rem;height:6.49903125rem;display:block; }
#WzGuPktoD3kUgIOJ3bcQb1TdkrmNVG3m { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:29.9375rem;left:21.78125rem;height:7.124rem;display:block; }#WzGuPktoD3kUgIOJ3bcQb1TdkrmNVG3m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WzGuPktoD3kUgIOJ3bcQb1TdkrmNVG3m li:before{  }
#NlE6BZITTJmRTstcgKg8sV64ZKIAIH9u { box-sizing:content-box;height:0.1875rem;width:16.4375rem;position:absolute;display:block;z-index:15024;background-color:#6d8ef8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.27499961853rem;left:2.1742191314698rem;display:block; }
#WXhFvxNB4MN6IqmUDcL36xUS5Z7J0UsZ { box-sizing:content-box;height:0.1875rem;width:16.4375rem;position:absolute;display:block;z-index:15025;background-color:#6d8ef8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.27499961853rem;left:21.375rem;display:block; }
#g4enAqmiEgdqlmII30fGHNZo5mawriQD { box-sizing:content-box;height:0.1875rem;width:16.4375rem;position:absolute;display:block;z-index:15026;background-color:#6d8ef8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.27499961853rem;left:40.485939025879rem;display:block; }
#CnTmCIBtTFg8bH5ZTCVhGk0mXeBt1q3P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d8ef8;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; }#CnTmCIBtTFg8bH5ZTCVhGk0mXeBt1q3P > .row .container { background-color: transparent; background-image: none; }#CnTmCIBtTFg8bH5ZTCVhGk0mXeBt1q3P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CnTmCIBtTFg8bH5ZTCVhGk0mXeBt1q3P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CnTmCIBtTFg8bH5ZTCVhGk0mXeBt1q3P > .row .container > .video-iframe-container { display: none; }#CnTmCIBtTFg8bH5ZTCVhGk0mXeBt1q3P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CnTmCIBtTFg8bH5ZTCVhGk0mXeBt1q3P > .row > .video-iframe-container { display: none; }#CnTmCIBtTFg8bH5ZTCVhGk0mXeBt1q3P > .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); }#CnTmCIBtTFg8bH5ZTCVhGk0mXeBt1q3P > .row .container { border-width: 0; border-radius: 0; }#CnTmCIBtTFg8bH5ZTCVhGk0mXeBt1q3P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CnTmCIBtTFg8bH5ZTCVhGk0mXeBt1q3P > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#WBLMeuEROVAseRGyPLODlLUuTiwGN4If { color:#ffffff;display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.3343753814698rem;left:13.40625rem;height:3.98125rem;display:block; }
#BWPtHNuqFt5ZnyppgJ2bI9nD578zDlgF { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:3.4125rem;display:block; }
#Vkt8ev2mUxbvE0TWwoPSn115szxPL0iq { color:rgba(var(--color-tertiary-2),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.85000038147rem;left:0rem;height:15.5703125rem;display:block; }#Vkt8ev2mUxbvE0TWwoPSn115szxPL0iq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Vkt8ev2mUxbvE0TWwoPSn115szxPL0iq li:before{  }
#FRPsh6WEHr7r5EPDbrKeH9QQCs4oHExR { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:8.625rem;left:34.875rem;height:6.825rem;display:block; }
#oiFfi3h44h28oT0p0AMgiut5gxF8c1AA { color:rgba(var(--color-tertiary-2),1);display:block;width:22.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:15.450000762939rem;left:34.875rem;height:8.097625rem;display:block; }#oiFfi3h44h28oT0p0AMgiut5gxF8c1AA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oiFfi3h44h28oT0p0AMgiut5gxF8c1AA li:before{  }
#DR3hXLKVZP5CACs6PvLueBH4ze7BhOv9 { box-sizing:content-box;height:31.4375rem;width:0.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.625rem;left:29.9375rem;display:block; }
#kKcGTnpHT9GM1WfHbIrJkAv2uBNip6pQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kKcGTnpHT9GM1WfHbIrJkAv2uBNip6pQ > .row .container { background-color: transparent; background-image: none; }#kKcGTnpHT9GM1WfHbIrJkAv2uBNip6pQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKcGTnpHT9GM1WfHbIrJkAv2uBNip6pQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKcGTnpHT9GM1WfHbIrJkAv2uBNip6pQ > .row .container > .video-iframe-container { display: none; }#kKcGTnpHT9GM1WfHbIrJkAv2uBNip6pQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKcGTnpHT9GM1WfHbIrJkAv2uBNip6pQ > .row > .video-iframe-container { display: none; }#kKcGTnpHT9GM1WfHbIrJkAv2uBNip6pQ > .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); }#kKcGTnpHT9GM1WfHbIrJkAv2uBNip6pQ > .row .container { border-width: 0; border-radius: 0; }#kKcGTnpHT9GM1WfHbIrJkAv2uBNip6pQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKcGTnpHT9GM1WfHbIrJkAv2uBNip6pQ > .row .container { font-size:0.875rem;font-family:arial;height:37.6875rem;width:60rem;position:relative;display:block; }#exV8tKmeJ4ulm559XnR1MQSAilTPTNRW { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7dea7935-337c-4a34-9bab-02f84730edbd/obraz_20260119_185050259.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 3rem rgba(0,0,0,0.5) ;height:20.625rem;width:20.625rem;top:4.75rem;left:37.6875rem;display:block; }#exV8tKmeJ4ulm559XnR1MQSAilTPTNRW.adaptive-delivery-prevent-bg, #exV8tKmeJ4ulm559XnR1MQSAilTPTNRW.lazyload, #exV8tKmeJ4ulm559XnR1MQSAilTPTNRW.lazyloading { background-image: none; }
#iXmETeAXWh0qMK3u6aO0hag0blD6SvKv { color:#6d8ef8;display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:1.5625rem;height:4.875rem;font-style:normal;display:block; }
#SDfW6XIz6BXW7V25R1dI1KymMhXrreXU { color:#1f0b40;display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.625rem;left:1.5625rem;height:5.84765625rem;font-style:normal;display:block; }
#iKBTS4CTc0gZJ2L18hi7JLDUml3lauVq { color:#1f0b40;display:block;width:31.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:16.162109375rem;left:1.5625rem;height:12.6328125rem;font-style:normal;display:block; }#iKBTS4CTc0gZJ2L18hi7JLDUml3lauVq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iKBTS4CTc0gZJ2L18hi7JLDUml3lauVq li:before{  }
#mA6db8F3XtXTHKtAXUqSERPoBlMuoXlH { color:#6d8ef8;display:block;width:40.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:29.669921875rem;left:1.5625rem;height:2.03125rem;font-style:normal;display:block; }
#sF0nzNKyMN3MZy5x7597shN1rO9cbsPL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6d8ef8;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; }#sF0nzNKyMN3MZy5x7597shN1rO9cbsPL > .row .container { background-color: transparent; background-image: none; }#sF0nzNKyMN3MZy5x7597shN1rO9cbsPL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sF0nzNKyMN3MZy5x7597shN1rO9cbsPL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sF0nzNKyMN3MZy5x7597shN1rO9cbsPL > .row .container > .video-iframe-container { display: none; }#sF0nzNKyMN3MZy5x7597shN1rO9cbsPL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sF0nzNKyMN3MZy5x7597shN1rO9cbsPL > .row > .video-iframe-container { display: none; }#sF0nzNKyMN3MZy5x7597shN1rO9cbsPL > .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); }#sF0nzNKyMN3MZy5x7597shN1rO9cbsPL > .row .container { border-width: 0; border-radius: 0; }#sF0nzNKyMN3MZy5x7597shN1rO9cbsPL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sF0nzNKyMN3MZy5x7597shN1rO9cbsPL > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;position:relative;display:block; }#TO0DkUP6cbx4PyXOHoQGgkZGMrh9dPNF { color:rgba(var(--color-tertiary-0),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.4375rem;left:12.59375rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HFlfLRIoSVTBZTtof53PmTPs9dgQANy1 { position:absolute;display:block;z-index:15009;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:10.3125rem;width:34.0625rem;top:4.8125rem;left:12.96875rem;overflow:hidden;display:block; }
#XPl7aM9L3n1yatXuEMFQ813UlxvEy1Tu { position:absolute;display:block;z-index:15010;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:16.375rem;width:34.125rem;top:16.1875rem;left:12.9375rem;overflow:hidden;display:block; }
#K4dgq7ocbdbRsbUbbDIlVwxkpZaPbnSN { position:absolute;display:block;z-index:15010;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:9.8125rem;width:34.0625rem;top:33.375rem;left:12.96875rem;overflow:hidden;display:block; }
#H1Txl0danHbUKEKOONErzrZEapqbXITH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H1Txl0danHbUKEKOONErzrZEapqbXITH > .row .container { background-color: transparent; background-image: none; }#H1Txl0danHbUKEKOONErzrZEapqbXITH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1Txl0danHbUKEKOONErzrZEapqbXITH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1Txl0danHbUKEKOONErzrZEapqbXITH > .row .container > .video-iframe-container { display: none; }#H1Txl0danHbUKEKOONErzrZEapqbXITH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H1Txl0danHbUKEKOONErzrZEapqbXITH > .row > .video-iframe-container { display: none; }#H1Txl0danHbUKEKOONErzrZEapqbXITH > .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); }#H1Txl0danHbUKEKOONErzrZEapqbXITH > .row .container { border-width: 0; border-radius: 0; }#H1Txl0danHbUKEKOONErzrZEapqbXITH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H1Txl0danHbUKEKOONErzrZEapqbXITH > .row .container { font-size:0.875rem;font-family:arial;height:21.4375rem;width:60rem;position:relative;display:block; }#o6DxgQqT7LRbOuoLK2OfETs996pFDXNW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4359517097473rem;left:27.499217987061rem;height:3.4125rem;display:block; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;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;vertical-align:top; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 .accordion-trigger.adaptive-delivery-prevent-bg, #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 .accordion-trigger.lazyload, #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 .accordion-trigger.lazyloading { background-image: none; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.9484226107598rem;left:0rem; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #m992UXLbwFb5hUkhONIQksLaub8PG1gR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #rn6J1OmGMaMMc0g0eLRxmxUyc7GyaAWs { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #DCnSuoxDDZuWIxIl1rlTugr3CgRlk5dQ { display:block;position:relative; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #eXwaBOoSsMlo4qUbaNSrbH4iDwNhecLG {  }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #U7Cze2T9tyAEOBeufCa3XqIzZHzW4cJ2 {  }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #e7pA6TShPLwPC9Jm7bbUAyxrRGfQOk8C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #mzpGH2G9RIHRfsBKwZkXWtvBei6CoGyc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #z3qWq8AiO14Pu0QFFFMJBDkQfhhi9Rr6 { display:block;position:relative; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #UvaERyMIT65mtIMLq8LMNCRs1N1UK3B2 {  }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #Whasq4sL4HrVHeoEzBkm2nU8el6TOaAo { display:none; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #GghGv9HT4k15hy34JnVQUOLVEdexoUF5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #rAwAZCWJPn7Txprl8r1ehtvRVMToUikV { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #oKXwqSSuAqpgRMmRbwwW8cqdPAh10TUU { display:block;position:relative; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #hMpMlk1MnJVdekEZyrIrso7LtUbc55q1 {  }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #stDNyfp4NNhkcedASyK9hnmhT0nHViST { display:none; }
#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/eec4b48c-bc34-40b8-aaf1-18e810effde3/IMG_94191.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w.adaptive-delivery-prevent-bg, #Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w.lazyload, #Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w.lazyloading { background-image: none; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container { background-color: transparent; background-image: none; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container > .video-iframe-container { display: none; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row > .video-iframe-container { display: none; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .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); }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container { border-width: 0; border-radius: 0; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:60rem;position:relative;display:block; }#lEqZqgXirHoTJ5TfmdsWkNrxUBtfmbs1 { color:rgba(var(--color-tertiary-2),1);display:block;width:56.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.91249990463256rem;left:3.1242179870606rem;height:30.709rem;display:block; }
#Ufg0031f06vxxfdPHISNRDTOUQlRLxL1 { box-sizing:content-box;height:7.8125rem;width:42.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.637499809265rem;left:2.4867191314698rem;display:block; }
#i9h7FZ3MG2HMbWpyO5yowLZ6wOBTu3UO { box-sizing:content-box;height:3.8125rem;width:36.1875rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-4),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.762499809265rem;left:2.4867191314698rem;display:block; }
#FoGlE0UFfTIABD49n6b7OyDKr9oUcgnA { box-sizing:content-box;height:3.8125rem;width:42.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-4),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.91171884536744rem;left:2.7679691314698rem;display:block; }
#LiXsvoMyfuLB3HqwBNrr2xbDL2f6Dkwc { box-sizing:content-box;height:6.4375rem;width:47.3125rem;position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-4),0.79);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6617193222044rem;left:2.6859378814698rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DtoiuNczWzs4XUiRgAOIx25bzUdHPToo { display:block; }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFWhtQ3WMuz8iqe0l0J5lt010Z9Ja8cW { width:47.75rem;height:7.6875rem;top:6.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLsL2LrEU9LWySJBd0ECc5dJF3XbOdI6 { top:33.5rem;left:26.9375rem;width:20.8125rem;height:20.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgETTgquTFsklDCFBTQVbbHsOgU1IHqS { top:15.6875rem;left:0rem;width:33.8125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUgmlKqLH2TAFHBqFly41T6F5g3pA0Mv { top:15.25rem;left:0rem;width:35.375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HESlMymyaWL6ZHpPcd9g6a1Thb3tuKMq { top:40.3125rem;left:0rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqK16HTblgEXT0TMTzZmMr2GAEs8xpUh { top:40.3125rem;left:0rem;width:29.6875rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SePlcQ5qT26JKDETJNAW8IDWcAqTJSUy { top:41.875rem;left:0rem;width:29.6875rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJfCdTi4EPksxKEf1z0CsAgXH5cW0EIz { top:39.875rem;left:0rem;width:35.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k90lXIqTgAPzfI43pIVUBiN3XUyXeCAw { top:6.3125rem;left:0rem;width:47.75rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQKg66ovfwtCRh4MyFm3SxLMLq8xWxfE { top:39.8125rem;left:0rem;width:32.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #apMtixDkUuz2W8WPFx0BNIQu7GWy8bhf { top:43.875rem;left:0rem;width:32.9375rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTiBb1WnvgUCe5ulIlH0uZmZBoMZZi5X { display:block; }#nTiBb1WnvgUCe5ulIlH0uZmZBoMZZi5X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6efmQwAwBNI9JQCBwWhE81FXUWmQrXN { top:5.375rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIEyG22xTR9sAyiner6TEEaJi2HNeNIn { top:9.5rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.4375rem;display:block; }#PIEyG22xTR9sAyiner6TEEaJi2HNeNIn li:before{  }
 }@media only screen and (max-width: 763px) { #pGJUQxtdJ0TvtNMSELNPXE2aWika2TeF { top:19.6875rem;left:0rem;width:47.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmsF5h1Tso35temRidB9kSnMfiw9Kn1X { top:23.6875rem;left:0rem;width:46.75rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfPwbUSh06gRhUC5R5k5wpzXn6XGB5T2 { top:27.75rem;left:0rem;width:29.5rem;height:6.1875rem;font-size:1.4375rem;display:block; }#gfPwbUSh06gRhUC5R5k5wpzXn6XGB5T2 li:before{  }
 }@media only screen and (max-width: 763px) { #agEPtf9woN4heRE0UHqAMEAI2EUK1E6k { top:19.6875rem;left:0rem;width:47.75rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR { display:block; }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHTynNz9zqxsvhJOJ8a2H2DBczWWwvME { top:3.4375rem;left:0rem;width:47.75rem;height:;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8DBxsX9ZlI7B5tPGess2GqO3CQ0KnWJ { top:11.6875rem;left:0rem;width:15.5625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsXRJVCGeVcM1BsTcvAXSoUbnNXw64uw { top:11.6875rem;left:32.1875rem;width:15.5625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynLdx6KeZlZ2FvX8VU9qEyWXTG7TDvm0 { top:21.9375rem;left:0rem;width:17.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBXJlDlb6TQaVHmks1y8SwanJmWnnUUr { top:21.9375rem;left:15.65625rem;width:16.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCfhkMNZ4KRxGTscn8wnCz1iWi96uWQT { top:21.9375rem;left:31.3125rem;width:16.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4zwvc9sRbGkRPgVrq2KuSudIReiQcmn { top:11.6875rem;left:15.25rem;width:16.25rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMaNZ5cQal8PZCvwOCAesTNiJ2zdSgD3 { top:25.375rem;left:0rem;width:16.25rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #igSWvGe8IOrHu53LCmps1GsCW570X3Jn { top:25.375rem;left:15.75rem;width:16.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyKuNFJpkOqSLID16McV9QsJJTPmN9KF { top:25.375rem;left:31.5rem;width:16.25rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzGuPktoD3kUgIOJ3bcQb1TdkrmNVG3m { top:29.9375rem;left:15.65625rem;width:15.125rem;height:7.125rem;font-size:1rem;display:block; }#WzGuPktoD3kUgIOJ3bcQb1TdkrmNVG3m li:before{  }
 }@media only screen and (max-width: 763px) { #NlE6BZITTJmRTstcgKg8sV64ZKIAIH9u { top:25.25rem;left:0rem;width:16.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXhFvxNB4MN6IqmUDcL36xUS5Z7J0UsZ { top:25.25rem;left:15.25rem;width:16.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4enAqmiEgdqlmII30fGHNZo5mawriQD { top:25.25rem;left:31.3125rem;width:16.4375rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnTmCIBtTFg8bH5ZTCVhGk0mXeBt1q3P { display:block; }#CnTmCIBtTFg8bH5ZTCVhGk0mXeBt1q3P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBLMeuEROVAseRGyPLODlLUuTiwGN4If { top:2.3125rem;left:7.28125rem;width:33.1875rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWPtHNuqFt5ZnyppgJ2bI9nD578zDlgF { top:8.625rem;left:0rem;width:25.125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkt8ev2mUxbvE0TWwoPSn115szxPL0iq { top:12.8125rem;left:0rem;width:22.0625rem;height:17.4375rem;font-size:1.4375rem;display:block; }#Vkt8ev2mUxbvE0TWwoPSn115szxPL0iq li:before{  }
 }@media only screen and (max-width: 763px) { #FRPsh6WEHr7r5EPDbrKeH9QQCs4oHExR { top:8.625rem;left:22.625rem;width:25.125rem;height:6.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiFfi3h44h28oT0p0AMgiut5gxF8c1AA { top:15.4375rem;left:25.6875rem;width:22.0625rem;height:8.0625rem;font-size:1.4375rem;display:block; }#oiFfi3h44h28oT0p0AMgiut5gxF8c1AA li:before{  }
 }@media only screen and (max-width: 763px) { #DR3hXLKVZP5CACs6PvLueBH4ze7BhOv9 { top:8.625rem;left:23.8125rem;width:0.125rem;height:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKcGTnpHT9GM1WfHbIrJkAv2uBNip6pQ { display:block; }#kKcGTnpHT9GM1WfHbIrJkAv2uBNip6pQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exV8tKmeJ4ulm559XnR1MQSAilTPTNRW { width:20.625rem;height:20.625rem;top:4.75rem;left:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXmETeAXWh0qMK3u6aO0hag0blD6SvKv { width:26.25rem;height:4.875rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDfW6XIz6BXW7V25R1dI1KymMhXrreXU { width:29.375rem;height:7.75rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKBTS4CTc0gZJ2L18hi7JLDUml3lauVq { width:31.625rem;height:12.625rem;top:16.125rem;left:0rem;font-size:1rem;display:block; }#iKBTS4CTc0gZJ2L18hi7JLDUml3lauVq li:before{  }
 }@media only screen and (max-width: 763px) { #mA6db8F3XtXTHKtAXUqSERPoBlMuoXlH { width:40.5rem;height:2rem;top:29.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF0nzNKyMN3MZy5x7597shN1rO9cbsPL { display:block; }#sF0nzNKyMN3MZy5x7597shN1rO9cbsPL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO0DkUP6cbx4PyXOHoQGgkZGMrh9dPNF { width:34.8125rem;height:2.625rem;top:1.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFlfLRIoSVTBZTtof53PmTPs9dgQANy1 { top:4.8125rem;left:0rem;width:34.0625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPl7aM9L3n1yatXuEMFQ813UlxvEy1Tu { top:16.1875rem;left:0rem;width:34.125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4dgq7ocbdbRsbUbbDIlVwxkpZaPbnSN { top:33.375rem;left:0rem;width:34.0625rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1Txl0danHbUKEKOONErzrZEapqbXITH { display:block; }#H1Txl0danHbUKEKOONErzrZEapqbXITH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6DxgQqT7LRbOuoLK2OfETs996pFDXNW { top:1.375rem;left:11.25rem;width:12.625rem;height:3.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 { display:flex;height:auto;width:45.25rem;top:8.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #m992UXLbwFb5hUkhONIQksLaub8PG1gR {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #rn6J1OmGMaMMc0g0eLRxmxUyc7GyaAWs {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #DCnSuoxDDZuWIxIl1rlTugr3CgRlk5dQ {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #eXwaBOoSsMlo4qUbaNSrbH4iDwNhecLG {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #U7Cze2T9tyAEOBeufCa3XqIzZHzW4cJ2 {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #e7pA6TShPLwPC9Jm7bbUAyxrRGfQOk8C {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #mzpGH2G9RIHRfsBKwZkXWtvBei6CoGyc {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #z3qWq8AiO14Pu0QFFFMJBDkQfhhi9Rr6 {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #UvaERyMIT65mtIMLq8LMNCRs1N1UK3B2 {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #Whasq4sL4HrVHeoEzBkm2nU8el6TOaAo {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #GghGv9HT4k15hy34JnVQUOLVEdexoUF5 {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #rAwAZCWJPn7Txprl8r1ehtvRVMToUikV {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #oKXwqSSuAqpgRMmRbwwW8cqdPAh10TUU {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #hMpMlk1MnJVdekEZyrIrso7LtUbc55q1 {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #stDNyfp4NNhkcedASyK9hnmhT0nHViST {  }
 }@media only screen and (max-width: 763px) { #Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w { display:block; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEqZqgXirHoTJ5TfmdsWkNrxUBtfmbs1 { top:0.875rem;left:0rem;width:47.75rem;height:30.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufg0031f06vxxfdPHISNRDTOUQlRLxL1 { top:17.625rem;left:0rem;width:42.9375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9h7FZ3MG2HMbWpyO5yowLZ6wOBTu3UO { top:27.75rem;left:0rem;width:36.1875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoGlE0UFfTIABD49n6b7OyDKr9oUcgnA { top:0.875rem;left:0rem;width:42.375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiXsvoMyfuLB3HqwBNrr2xbDL2f6Dkwc { top:7.625rem;left:0rem;width:47.3125rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eec4b48c-bc34-40b8-aaf1-18e810effde3/IMG_94191.JPG");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#O9eSJERGk0TrwDN7WNItB46S9l0RPkih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9eSJERGk0TrwDN7WNItB46S9l0RPkih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O9eSJERGk0TrwDN7WNItB46S9l0RPkih > .row > .video-iframe-container { display: none; }#O9eSJERGk0TrwDN7WNItB46S9l0RPkih > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #DtoiuNczWzs4XUiRgAOIx25bzUdHPToo { display:block; }#DtoiuNczWzs4XUiRgAOIx25bzUdHPToo > .row .container { width:20rem;height:30.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mFWhtQ3WMuz8iqe0l0J5lt010Z9Ja8cW { width:20rem;height:8.25rem;top:2.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLsL2LrEU9LWySJBd0ECc5dJF3XbOdI6 { width:20rem;height:20rem;top:3.6435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgETTgquTFsklDCFBTQVbbHsOgU1IHqS { width:18.5625rem;height:2.923825rem;top:16.32421875rem;left:0.71875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUgmlKqLH2TAFHBqFly41T6F5g3pA0Mv { width:20rem;height:3.5rem;top:16.03750038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HESlMymyaWL6ZHpPcd9g6a1Thb3tuKMq { display:flex;width:2.4375rem;height:2.4375rem;top:23.581251144409rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #BqK16HTblgEXT0TMTzZmMr2GAEs8xpUh { width:17.5625rem;height:1.625rem;top:23.581251144409rem;left:2.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SePlcQ5qT26JKDETJNAW8IDWcAqTJSUy { width:9.125rem;height:2.1125rem;top:24.768751144409rem;left:5.4375rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJfCdTi4EPksxKEf1z0CsAgXH5cW0EIz { width:20rem;height:3.3125rem;top:23.581251144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k90lXIqTgAPzfI43pIVUBiN3XUyXeCAw { width:20rem;height:10.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQKg66ovfwtCRh4MyFm3SxLMLq8xWxfE { width:20rem;height:0.125rem;top:23.50625038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #apMtixDkUuz2W8WPFx0BNIQu7GWy8bhf { width:20rem;height:0.125rem;top:26.80624961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTiBb1WnvgUCe5ulIlH0uZmZBoMZZi5X { display:block; }#nTiBb1WnvgUCe5ulIlH0uZmZBoMZZi5X > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6efmQwAwBNI9JQCBwWhE81FXUWmQrXN { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIEyG22xTR9sAyiner6TEEaJi2HNeNIn { width:20rem;height:19.306625rem;top:3.3484373092651rem;left:0rem;font-size:1.4375rem;display:block; }#PIEyG22xTR9sAyiner6TEEaJi2HNeNIn li:before{  }
 }@media only screen and (max-width: 763px) { #pGJUQxtdJ0TvtNMSELNPXE2aWika2TeF { width:20rem;height:0.25rem;top:25.274216651916rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmsF5h1Tso35temRidB9kSnMfiw9Kn1X { width:20rem;height:1.29980625rem;top:24.03515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfPwbUSh06gRhUC5R5k5wpzXn6XGB5T2 { width:20rem;height:11.834rem;top:26.41250038147rem;left:0rem;font-size:1.4375rem;display:block; }#gfPwbUSh06gRhUC5R5k5wpzXn6XGB5T2 li:before{  }
 }@media only screen and (max-width: 763px) { #agEPtf9woN4heRE0UHqAMEAI2EUK1E6k { width:20rem;height:0.25rem;top:2.3492188453674rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR { display:block; }#lQ5UdVIKOSnnysrQv6ys4IqJRu5kvVTR > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHTynNz9zqxsvhJOJ8a2H2DBczWWwvME { width:20rem;height:7.7988125rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p8DBxsX9ZlI7B5tPGess2GqO3CQ0KnWJ { width:15.5625rem;height:9rem;top:9.050000190735rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsXRJVCGeVcM1BsTcvAXSoUbnNXw64uw { width:15.5625rem;height:9rem;top:46.312501907349rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynLdx6KeZlZ2FvX8VU9qEyWXTG7TDvm0 { width:17.1875rem;height:1.3rem;top:18.049999952316rem;left:1.40625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBXJlDlb6TQaVHmks1y8SwanJmWnnUUr { width:16.4375rem;height:2.6rem;top:35.425001144409rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uCfhkMNZ4KRxGTscn8wnCz1iWi96uWQT { width:16.4375rem;height:1.3rem;top:55.312501907349rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z4zwvc9sRbGkRPgVrq2KuSudIReiQcmn { width:14.9375rem;height:8.5rem;top:26.362500190735rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMaNZ5cQal8PZCvwOCAesTNiJ2zdSgD3 { width:16.25rem;height:3.9rem;top:19.350001096726rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #igSWvGe8IOrHu53LCmps1GsCW570X3Jn { width:16.25rem;height:5.2rem;top:39.025001049042rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tyKuNFJpkOqSLID16McV9QsJJTPmN9KF { width:16.25rem;height:6.49903125rem;top:57.849999427796rem;left:1.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WzGuPktoD3kUgIOJ3bcQb1TdkrmNVG3m { width:15.125rem;height:7.124rem;top:65.837499618531rem;left:2.4375rem;font-size:1rem;display:block; }#WzGuPktoD3kUgIOJ3bcQb1TdkrmNVG3m li:before{  }
 }@media only screen and (max-width: 763px) { #NlE6BZITTJmRTstcgKg8sV64ZKIAIH9u { width:16.4375rem;height:0.1875rem;top:44.087501525879rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXhFvxNB4MN6IqmUDcL36xUS5Z7J0UsZ { width:16.4375rem;height:0.1875rem;top:73.662500381469rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4enAqmiEgdqlmII30fGHNZo5mawriQD { width:16.4375rem;height:0.1875rem;top:24.362501144409rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnTmCIBtTFg8bH5ZTCVhGk0mXeBt1q3P { display:block; }#CnTmCIBtTFg8bH5ZTCVhGk0mXeBt1q3P > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBLMeuEROVAseRGyPLODlLUuTiwGN4If { width:20rem;height:5.19921875rem;top:1.1920928955078E-6rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWPtHNuqFt5ZnyppgJ2bI9nD578zDlgF { width:20rem;height:1.3rem;top:5.9375002384186rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vkt8ev2mUxbvE0TWwoPSn115szxPL0iq { width:20rem;height:19.306625rem;top:8.2374992370606rem;left:0rem;font-size:1.4375rem;display:block; }#Vkt8ev2mUxbvE0TWwoPSn115szxPL0iq li:before{  }
 }@media only screen and (max-width: 763px) { #FRPsh6WEHr7r5EPDbrKeH9QQCs4oHExR { width:20rem;height:1.3rem;top:33.124999046326rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oiFfi3h44h28oT0p0AMgiut5gxF8c1AA { width:20rem;height:9.9658125rem;top:35.612499237061rem;left:0rem;font-size:1.4375rem;display:block; }#oiFfi3h44h28oT0p0AMgiut5gxF8c1AA li:before{  }
 }@media only screen and (max-width: 763px) { #DR3hXLKVZP5CACs6PvLueBH4ze7BhOv9 { width:0.125rem;height:45.25rem;top:0.236328125rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKcGTnpHT9GM1WfHbIrJkAv2uBNip6pQ { display:block; }#kKcGTnpHT9GM1WfHbIrJkAv2uBNip6pQ > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #exV8tKmeJ4ulm559XnR1MQSAilTPTNRW { width:13.75rem;height:14.125rem;top:12.8935546875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXmETeAXWh0qMK3u6aO0hag0blD6SvKv { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDfW6XIz6BXW7V25R1dI1KymMhXrreXU { width:20rem;height:6.5rem;top:5.425rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKBTS4CTc0gZJ2L18hi7JLDUml3lauVq { width:20rem;height:13.9375rem;top:28.3623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }#iKBTS4CTc0gZJ2L18hi7JLDUml3lauVq li:before{  }
 }@media only screen and (max-width: 763px) { #mA6db8F3XtXTHKtAXUqSERPoBlMuoXlH { width:20rem;height:6.09375rem;top:42.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF0nzNKyMN3MZy5x7597shN1rO9cbsPL { display:block; }#sF0nzNKyMN3MZy5x7597shN1rO9cbsPL > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO0DkUP6cbx4PyXOHoQGgkZGMrh9dPNF { width:12.5rem;height:4.548825rem;top:1.75rem;left:3.75rem;text-align:right;text-align-last:right;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFlfLRIoSVTBZTtof53PmTPs9dgQANy1 { width:20rem;height:6.0546875rem;top:7.73046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPl7aM9L3n1yatXuEMFQ813UlxvEy1Tu { width:20rem;height:9.5966875rem;top:15.53515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4dgq7ocbdbRsbUbbDIlVwxkpZaPbnSN { width:20rem;height:5.76074375rem;top:25.8828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1Txl0danHbUKEKOONErzrZEapqbXITH { display:block; }#H1Txl0danHbUKEKOONErzrZEapqbXITH > .row .container { width:20rem;height:28.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o6DxgQqT7LRbOuoLK2OfETs996pFDXNW { width:12.625rem;height:1.7871125rem;top:1.125rem;left:3.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 { display:flex;height:auto;width:17.5rem;top:3.8rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #m992UXLbwFb5hUkhONIQksLaub8PG1gR {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #rn6J1OmGMaMMc0g0eLRxmxUyc7GyaAWs {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #DCnSuoxDDZuWIxIl1rlTugr3CgRlk5dQ {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #eXwaBOoSsMlo4qUbaNSrbH4iDwNhecLG {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #U7Cze2T9tyAEOBeufCa3XqIzZHzW4cJ2 {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #e7pA6TShPLwPC9Jm7bbUAyxrRGfQOk8C {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #mzpGH2G9RIHRfsBKwZkXWtvBei6CoGyc {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #z3qWq8AiO14Pu0QFFFMJBDkQfhhi9Rr6 {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #UvaERyMIT65mtIMLq8LMNCRs1N1UK3B2 {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #Whasq4sL4HrVHeoEzBkm2nU8el6TOaAo {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #GghGv9HT4k15hy34JnVQUOLVEdexoUF5 {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #rAwAZCWJPn7Txprl8r1ehtvRVMToUikV {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #oKXwqSSuAqpgRMmRbwwW8cqdPAh10TUU {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #hMpMlk1MnJVdekEZyrIrso7LtUbc55q1 {  }
 }@media only screen and (max-width: 763px) { #mhwWZvZ87UvkLPrVpBdJscuQ4MvKOgA0 #stDNyfp4NNhkcedASyK9hnmhT0nHViST {  }
 }@media only screen and (max-width: 763px) { #Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w { background-color:#e9033e;background-image:url("https://images.assets-landingi.com/3feUO3ZZ/bg_bottom.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w.adaptive-delivery-prevent-bg, #Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w.lazyload, #Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w.lazyloading { background-image: none; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container { background-color: transparent; background-image: none; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container > .video-iframe-container { display: none; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row > .video-iframe-container { display: none; }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .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); }#Riy8I3Qag1A6H8nDN4xuLRE5IuKW1I6w > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lEqZqgXirHoTJ5TfmdsWkNrxUBtfmbs1 { width:20rem;height:11.69825rem;top:2.4304685592651rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ufg0031f06vxxfdPHISNRDTOUQlRLxL1 { width:20rem;height:1.75rem;top:12.437500238419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9h7FZ3MG2HMbWpyO5yowLZ6wOBTu3UO { width:20rem;height:6.4375rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoGlE0UFfTIABD49n6b7OyDKr9oUcgnA { width:20rem;height:1.1875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiXsvoMyfuLB3HqwBNrr2xbDL2f6Dkwc { width:20rem;height:6.4375rem;top:5.0625002384186rem;left:0rem;display:block; }
 }