.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:244,239,228;--color-primary-1:223,208,175;--color-primary-2:202,177,122;--color-primary-3:188,163,97;--color-primary-4:40,35,24;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Rubik";--paragraphs-font-family:"Rubik"; }@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:transparent;background-image:none;position:relative;display:block; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .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); }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea { border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid rgba(93,146,255,0.21);background-color:#fffffe;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row .container { background-color: transparent; background-image: none; }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row .container > .video-iframe-container { display: none; }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row > .video-iframe-container { display: none; }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .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); }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row .container { border-width: 0; border-radius: 0; }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#QAAy3ZPTUFi0vWyMTvpwhqWTnySaDH6d { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.1875rem;left:22.875rem;display:block; }
#sgR5NwQdikQSfOohZWtez5c201TJRBXO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kSi7waINX36TUowUykMzN5H4xbpUVmLv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.1875rem;left:29.9375rem;display:block; }
#vvcBxpuMAxauSZQeHPr9huQfHTo6Sczb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EkeTmDQWVchhTcU0UfKNG80f8tDJN4er { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.1875rem;left:41.375rem;display:block; }
#pXIKN5rTEONLKOZJe0CBd0P8I4aTrfNo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N54EOtNzOtoRa4uOb9DEvhvh0eUi7JRM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:15.5625rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#R3lr6bZAhKPCDuCsmT5xh7sUvHOnUz2F { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.3125rem;height:3.625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.5625rem;left:58.5625rem;display:block; }
#mJO4Zc57aaWrWtLkOsgbgIItuVlikidp { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#no8BPVbopGNTv61qU0pyqDcHWExeV5F9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.1875rem;left:49.658340454101rem;display:block; }
#AWwnQwByZCG28bHTeQFrGp8EhiRCECec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SbVTJQ4SLmlr9FHxpx7OvaL4O7lG46C9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:24.4375rem;display:none; }
#SQWkvwP32IHNo7W4MyRhZ8i724E2iood { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f3ede7);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f3ede7);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f3ede7);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f3ede7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f3ede7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f3ede7' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), #f3ede7);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { background-color: transparent; background-image: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container > .video-iframe-container { display: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container { display: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .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); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { border-width: 0; border-radius: 0; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { width:75rem;height:83.3125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#ePIprIU5Wy5ZrXOmg9SdtfNRzqxkhVR0 { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:11.25rem;left:0rem;height:;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zhPx8hi0pRMnXt94T4q2DldQRSUOKDAF { display:block;width:72.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:19.375rem;left:2.3125rem;height:6.825rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#mNTW2gFL0oU0yWOnBy2u8IqPuJyqiEoA { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.18575rem;height:3.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.500000953674rem;left:29.905384063721rem;display:block; }
#WxekV6wt6l8Tm1EE7HPRiBMX215TIowz { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#u3xRyQq7H9y4ifUNSHa4fT5WxMHk2LVO { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.184875rem;height:3.9375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:28.5rem;left:46.1875rem;display:none; }
#V2aefusBeuuzTNfCN7qZU9ByAq56kW3C { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#FPV6WGpgW4bU5n0MqTuCfBzTbKh52rfH { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.184rem;height:3.9375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.3125rem;left:46.1875rem;display:none; }
#BGN1NUPxDWMIuxTtTdysh3qUAtZyS3Vq { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#SCL9eE6mwcaHr1rV17ahs8uLfSNzTCrV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:41.125rem;left:7.125rem; }
#wQoTRrX5OPET9C13UTWgqEST8h5I3yTL { display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:50.060157775879rem;left:0rem;height:;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FT8PqWxINIKoBEHCImtmNQHLQTxgW1FD { display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:50.0576171875rem;left:26.65625rem;height:3.575rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zTQ966Cz1i2TlTTvDVhfAUFDVghAH99N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.25rem;width:7.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:41.25rem;left:33.875rem; }
#o9ozq2wAN1ZbmS7Z8QXNuZSkudaHrWLt { display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:50.0625rem;left:53.3125rem;height:;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pBtDe3e7LI73c2TtrTn5MW2DcS24ZSlK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.375rem;width:7.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:41.1875rem;left:60.5rem; }
#UEHbkdDGPJmqAX6zQqgcdP6ERqaqMogB { display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:71rem;left:0rem;height:;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tPqum7LCpuygQG1pJ01f8SnIeE3b7uA8 { display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:71.0000038147rem;left:26.656251907349rem;height:;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JUvDLzzR1pAAJHbLL3li3rtLdmoFOPTO { display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:71rem;left:53.3125rem;height:;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dZsdTb4Xf3x5fsIIiiCNB58vDz5P45V9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.5rem;width:7.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:62.0625rem;left:7.125rem; }
#nOoGAKMZDnbcwU9hxzUXP1b6J3N8sKkH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.25rem;width:7.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:62.1875rem;left:33.875rem; }
#v3mwgTqi2cmQWJrKgLmdPZdO8QhCBHER { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.375rem;width:7.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:62.125rem;left:60.5rem; }
#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #f3ede7, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(top, #f3ede7, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(top, #f3ede7, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(top, #f3ede7, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ede7', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ede7', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(to bottom, #f3ede7, rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { background-color: transparent; background-image: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container > .video-iframe-container { display: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container { display: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .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); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { border-width: 0; border-radius: 0; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { font-size:0.875rem;font-family:"open sans";height:75.6875rem;width:75rem;position:relative;display:block; }#eWIz8I4bMJAQXuFRSe189GTLGr4qcVxM { position:absolute;display:block;z-index:15019;height:30.625rem;width:20.6875rem;top:1.6250028610229rem;left:2.6875019073486rem;display:block; }
#vuIw8LT5c7eX7ZOuT2Fhz1SAbMUIsagI { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:55.8125rem;top:38.750001907349rem;left:8.2479171752931rem;overflow:hidden;display:block; }
#TlqVhrbrbfXV2eJoX7fG4dR2fVm9mZxp { position:absolute;display:block;z-index:15021;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.9375rem;width:43.1875rem;top:2.40625rem;left:29.782295227051rem;overflow:hidden;display:block; }
#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-tertiary-0),1), #f3ede7);background-image: -moz-linear-gradient(top, rgba(var(--color-tertiary-0),1), #f3ede7);background-image: -ms-linear-gradient(top, rgba(var(--color-tertiary-0),1), #f3ede7);background-image: -o-linear-gradient(top, rgba(var(--color-tertiary-0),1), #f3ede7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f3ede7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='#f3ede7' );";background-image: linear-gradient(to bottom, rgba(var(--color-tertiary-0),1), #f3ede7);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; }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .row .container { background-color: transparent; background-image: none; }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .row .container > .video-iframe-container { display: none; }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .row > .video-iframe-container { display: none; }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .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); }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .row .container { border-width: 0; border-radius: 0; }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .row .container { font-size:0.875rem;font-family:"open sans";height:56.0625rem;width:75rem;position:relative;display:block; }#ru92SuoWoKGtuXpIDrxm34bzztlP0kQr { display:block;width:74.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:40.95rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;display:block; }
#QwW6ZubTZHqMRSZGwVLl5yopXtP1otsC { border-bottom:0;border-left:0;border-right:0;border-top: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:none; }#QwW6ZubTZHqMRSZGwVLl5yopXtP1otsC > .row .container { border-width: 0; border-radius: 0; }#QwW6ZubTZHqMRSZGwVLl5yopXtP1otsC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwW6ZubTZHqMRSZGwVLl5yopXtP1otsC > .row .container { font-size:0.875rem;font-family:"open sans";height:28.25rem;width:75rem;position:relative;display:none; }#BOOsoavsoLdlyJNhbOgKwa9ZXgvK1nVT { box-sizing:content-box;height:16.8125rem;width:21.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:6.9375rem;left:0rem;border-top:0.125rem solid #ffc57c;border-left:0.125rem solid #ffc57c;border-right:0.125rem solid #ffc57c;border-bottom:0.125rem solid #ffc57c;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#dT6QWJuJ3JLB63XuJfrC7tW0HTZKslvQ { display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.52690887451172rem;left:22.375rem;height:4.0625rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DTTLV61h1KhmTJGBIpPXDXu5nwC2y2TJ { display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:7.8499999046325rem;left:7.61171913147rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#uGGreqXbQFDet1Ec1dJdZPOlf1gTmWJW { display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:9.4874997138975rem;left:7.61171913147rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#stuWBUwLAq1tD6EhifwMTJstM7WlkAgf { display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:11.6875rem;left:1.6875rem;height:11.1953125rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#wMLeA8pJ3mZC4EStTTP7BfirDsorxdtd { box-sizing:content-box;height:16.8125rem;width:21.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:7rem;left:26.875rem;border-top:0.125rem solid #ffc57c;border-left:0.125rem solid #ffc57c;border-right:0.125rem solid #ffc57c;border-bottom:0.125rem solid #ffc57c;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#PCXtrvv6EC4hzckdQs1OE8IZvebgart2 { display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.6;letter-spacing:0;top:7.8499999046325rem;left:33.612501144409rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#gx2osyUZXTb2f9D0hkzCw2z8xJP9naUm { display:block;width:11.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:9.4874997138975rem;left:33.612501144409rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#R2L5LLSdS0HuT4IhCUu3OzBQMoRAEEND { display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:12.643749713898rem;left:28.250001907349rem;height:5.59765625rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#GWAJJ7qrkT6Vq7EFzRLDUPQXuLshmmHq { box-sizing:content-box;height:16.8125rem;width:21.3125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:7rem;left:53.6875rem;border-top:0.125rem solid #ffc57c;border-left:0.125rem solid #ffc57c;border-right:0.125rem solid #ffc57c;border-bottom:0.125rem solid #ffc57c;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#Cz88CTf3EhnWlzbauI2CgngLvRXasFlg { display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:7.8499999046325rem;left:60.687498092651rem;height:1.4rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#oIZSLrWWvs6BHP30VnOFV0cVqLxCZhXW { display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:9.3500008583069rem;left:60.687498092651rem;height:1.2rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#av50T5pXz6sL79C4wavin3elEFAUeBvF { display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:13.087500095367rem;left:55.193754196167rem;height:8.3965rem;font-style:normal;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1);display:block; }
#cIEeLaWMu9tG4n2P2MOdN4ZokUmoKQCb { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:7.8499999046325rem;left:55.874998092651rem;overflow:hidden;display:block; }
#DgQANby8LqygJ5DwpJns0TenHq5dPxPd { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:7.8499999046325rem;left:28.250001907349rem;overflow:hidden;display:block; }
#GHgkNV9AH0nLkEZvz9ziPJTNZgZuvMnq { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:3.6875rem;top:7.8499999046325rem;left:1.6875rem;overflow:hidden;display:block; }
#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #f3ede7, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(top, #f3ede7, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(top, #f3ede7, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(top, #f3ede7, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ede7', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ede7', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(to bottom, #f3ede7, rgba(var(--color-tertiary-0),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row .container { background-color: transparent; background-image: none; }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row .container > .video-iframe-container { display: none; }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row > .video-iframe-container { display: none; }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .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); }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row .container { border-width: 0; border-radius: 0; }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row .container { font-size:0.875rem;font-family:"open sans";height:81.25rem;width:75rem;position:relative;display:block; }#kkz90c61IXTxhKrzkm7TqXopbOsz5VSu { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:7.5rem;height:8.125rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox .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:transparent;background-image:none;vertical-align:top; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox .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; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.75rem;font-family:var(--paragraphs-font-family);font-style:normal;height:auto; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;line-height:1.6;overflow:hidden;height:auto;font-family:var(--paragraphs-font-family); }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox .accordion-trigger { width:2.125rem;min-width:2.125rem;height:2.125rem;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; }#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox .accordion-trigger.adaptive-delivery-prevent-bg, #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox .accordion-trigger.lazyload, #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox .accordion-trigger.lazyloading { background-image: none; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox { box-sizing:content-box;height:auto;width:64.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8f2ea, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(180deg, #f8f2ea, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(180deg, #f8f2ea, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(180deg, #f8f2ea, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f2ea', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f2ea', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(180deg, #f8f2ea, rgba(var(--color-tertiary-0),1));background-size:auto !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:16.320833206177rem;left:4.0625019073486rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #h2RxT8MEzUXXi6LqVXmz3K98fmbrJq6d { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #H6MZqBAfMu0MybfFrDtk3xa6Fr2ikNeA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #oq35dXavFLOgdsk0cM4D3nhNWEOFfANL { display:block;position:relative; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #cc6KvH3xKB13EXyOmAwQqRt5tf5NrWfM {  }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #BsscQPqHdtt3EhFxKtlcebSH89aNh4n0 {  }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #WJEAyawGDAevBIs5Kvz31s8tXIcBcUKb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #FQar3TPXCeAr145OGTx6EiPT19pGkImz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #dI5FcBJMp23CFUa2N331ioxcoxoCtMRz { display:block;position:relative; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #lQ6WhWFX93TgW31lKk0hAEABh7kOI9Jh {  }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #vw2NquQavfNvkUAGQtZ92RRV109VvceM { display:none; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #B3qLZI8dntqTLNfhr7PngyVzMctvdctJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #hTO203XcoSRZwoqnx7hIqHq3iTX3AdkU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #AxcfB5SsbaCgkFrQBto9Ts0J2ivS2hTm { display:block;position:relative; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #PDXl4w0E8aQETZeFL1AtgrwkRCuudzsN {  }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #Aa71AgVTuMLP48VSTHQplUoXUpzPdsNu { display:none; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #xUWnW0SHTimk71zZtyGVZSztbGsGFAII { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #N9dtPDvH9DgHRQgmXe9Bl78kptLpQT2y { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #Psh3UBE5t0DXN14KQJqwL8hE1H01xFqJ { display:block;position:relative; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #hMDgyfe2QgytLwP3NJTdqNEocZHA4M1p {  }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #QHTWy6ZcaG8bhac16Duvwp4GLq0rg8Nz { display:none; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #cogmQpG7LraM6ZcTK6MnsWMJ4Tq1Wwv8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #CsVTRry6RHFfZRqZ1tmx1bQ6ZaVTrRsM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #NG0Sy03Tmq67pTTRwpKSI8sw9p1EN6r9 { display:block;position:relative; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #RnxhU2pm22NImT6g1mNBevlRSRwwngBx {  }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #v0zfWBAauOAhyWeMSWfJQWBKd34OLVMq { display:none; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #aODrFmgvs7s6hENskhs50ZcWBye47pam { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #PPiD8lrm0Q2IqNxQKlMw2ryGKS726iI6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #Rm5RSwGQUVdPXkQu2VObswNWFHT7Xqhr { display:block;position:relative; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #tEpy0I0vn1DutMgIWRUKPvXfXZwbT1Ks {  }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #cBbpTC5yC5TbXB3Q45Vtkn6ZPZ76WxWg { display:none; }
#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .row .container { background-color: transparent; background-image: none; }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .row .container > .video-iframe-container { display: none; }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .row > .video-iframe-container { display: none; }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .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); }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .row .container { border-width: 0; border-radius: 0; }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#NhyLdvFrkKp333QThoMXWbOHOSr6VTuP { position:absolute;display:block;z-index:15005;background-color:#313131;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.5625rem;left:15.4375rem;display:block; }
#I0tD570UcMBfICR0QESk6XnkNNJdiyyD { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.125rem;left:15.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIxhopZKCtxpyOFVaSR5yhSPP8u46mr8 { color:#313131;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:17.311458587646rem;left:9.625rem;height:7.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kHnEsr6VtBD7rKKmWu9iMEsCq1B7uviZ { color:#313131;display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18rem;left:28.281253814698rem;height:7.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CiWSpJei3half0s3Lo5LdqTTOk3IEany { position:absolute;display:block;z-index:15008;background-color:#313131;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.5625rem;left:36.0625rem;display:block; }
#t5RXCCsCyieBF5SR0XnLfr3KJWxuHdX7 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.125rem;left:36.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JiNPBC2GkH9qn6LBDFidL4FHylMwUPeP { color:#313131;display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:17.998958587646rem;left:49.566673278809rem;height:7.475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q6zdk4G1GukcFAkF265kniet8oQ6BT7c { position:absolute;display:block;z-index:15011;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-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.5625rem;left:56.625rem;display:block; }
#aSSUTFFnM90TohUb1DxTU72hNAuKHR2G { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.218766927719rem;left:56.84375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ICcvCSuwwwIDDxcAA5rS6SHRy2I3kvFE { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:12.5rem;left:23.75rem;overflow:hidden;display:block; }
#STuWIL5bFrNqxi7E7MK84xv5RO2iRq59 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:12.5rem;left:44.875rem;overflow:hidden;display:block; }
#vtnp4XeyZmGWGV7XqKQPALhnzXtFIzfQ { display:block;width:60.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4260425567627rem;left:7.125rem;height:4.0625rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c { border-bottom:0;border-left:0;border-right:0;border-top: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; }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row .container { background-color: transparent; background-image: none; }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row .container > .video-iframe-container { display: none; }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row > .video-iframe-container { display: none; }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .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); }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row .container { border-width: 0; border-radius: 0; }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row .container { font-size:0.875rem;font-family:"open sans";height:65.3125rem;width:75rem;position:relative;display:block; }#hMyQsCTK3NwW3vXkwCb7Md3P1kKzaET0 { display:block;width:30.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.56944465637207rem;left:22.375rem;height:4.0625rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FlW9Fq2itt6m17uNNmy3iGrhNNAFAiop { display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:8.93750166893rem;left:8.84375rem;height:3.49375rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gAd4whyMQcrfMc5EVglMoikewfK7pMOA { display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.939582824707rem;left:0rem;height:;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lrgo8JEVPtytyvRQkHnVGdmE8myXZdVC { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:25.1875rem;left:0rem;height:16.91875rem;font-style:normal;display:block; }#lrgo8JEVPtytyvRQkHnVGdmE8myXZdVC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lrgo8JEVPtytyvRQkHnVGdmE8myXZdVC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
#SJZT7teFqVdKWUcQBhOH6SGfq4NuW2GB { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3921875rem;height:4.515625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:45.75rem;left:7.5625rem;display:block; }
#ATF2KARr0Tk4wbX49TGVXfl2u9RpdFNu { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#vNwPqWP1N1puhTJW8wSTCkrEaPSMTV4U { box-sizing:content-box;height:50.8125rem;width:0.0625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-4),0.23);background-image:none;top:2.6875rem;left:38.1875rem;display:block; }
#ku9GJiDGTbDA2uFJQtbPsTig3ZlhvFb6 { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3921875rem;height:4.515625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:45.75rem;left:44.6875rem;display:block; }
#E7im5FRig9PmL7yLmSoudEbcVTCxfAHG { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#NAVwv4CbA7JTFycOlc4Go0Cigdyx1f4i { color:rgba(var(--color-tertiary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:25.1875rem;left:39.875rem;height:13.81875rem;font-style:normal;display:block; }#NAVwv4CbA7JTFycOlc4Go0Cigdyx1f4i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NAVwv4CbA7JTFycOlc4Go0Cigdyx1f4i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
#FqXXrnG749yuzUil9WdgtyWS36nTdkoP { display:block;width:36.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.939584493637rem;left:38.248962402344rem;height:;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JUAWEZO3BBOUZ37ZvPQ7sE1wx4ryycMc { display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:8.9375rem;left:45.9375rem;height:3.49375rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xadLQFqCMTtZ9mMnMz0Tlit5vGWbnbai { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:56.75rem;left:28.9375rem;overflow:hidden;display:block; }
#WXXHSnrc1FcvhVW3geuq2mkuS0g3ZpKJ { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:12.5625rem;top:58.5625rem;left:34.875rem;overflow:hidden;display:block; }
#ifMuuevcwCRI1L1EEEMGRP2J8Sfu8If8 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#iafiST94aNVaxaDREqwM7mltI11dOx9n { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:58.875rem;left:28.9375rem;overflow:hidden;display:none; }
#lli1w8fF43mtZw2bNHcRVnwDmIXeTnFL { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:12.5625rem;top:60.6875rem;left:34.875rem;overflow:hidden;display:none; }
#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK { border-bottom:0;border-left:0;border-right:0;border-top: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; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { background-color: transparent; background-image: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container > .video-iframe-container { display: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row > .video-iframe-container { display: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .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); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { border-width: 0; border-radius: 0; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { font-size:0.875rem;font-family:"open sans";height:43.625rem;width:75rem;position:relative;display:block; }#ubptA8zKGcLddU5uKfWQSc1SxUaIpM9R { display:block;width:74.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:11rem;left:0.625rem;height:23.2375rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;font-style:normal;display:block; }
#MR87RqgVKvXoZSypAvh8iTx9LKZ2ph0Q { color:rgba(var(--color-primary-2),1);display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:40.698960781097rem;left:55.129173278809rem;height:1.4625rem;display:block; }
#EkFiS5e0vZdluJJX47v0NXfIvtreOxnT { color:rgba(var(--color-tertiary-4),1);display:block;width:5.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:40.698960781097rem;left:68.750007629394rem;height:1.4625rem;display:block; }
#K6otdso6CnVAVtfOixhisyhtA5sxh4DQ { display:block;width:61.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5rem;left:6.5rem;height:3.25rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea { display:block; }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAAy3ZPTUFi0vWyMTvpwhqWTnySaDH6d { width:6.5rem;height:2.1875rem;top:2.1875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgR5NwQdikQSfOohZWtez5c201TJRBXO { display:block; }
 }@media only screen and (max-width: 763px) { #kSi7waINX36TUowUykMzN5H4xbpUVmLv { width:11.4375rem;height:2.1875rem;top:2.1875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvcBxpuMAxauSZQeHPr9huQfHTo6Sczb { display:block; }
 }@media only screen and (max-width: 763px) { #EkeTmDQWVchhTcU0UfKNG80f8tDJN4er { width:6.5rem;height:2.1875rem;top:2.1875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXIKN5rTEONLKOZJe0CBd0P8I4aTrfNo { display:block; }
 }@media only screen and (max-width: 763px) { #N54EOtNzOtoRa4uOb9DEvhvh0eUi7JRM { width:15.5625rem;height:5.625rem;top:0.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3lr6bZAhKPCDuCsmT5xh7sUvHOnUz2F { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJO4Zc57aaWrWtLkOsgbgIItuVlikidp { display:block; }
 }@media only screen and (max-width: 763px) { #no8BPVbopGNTv61qU0pyqDcHWExeV5F9 { width:6.5rem;height:2.1875rem;top:2.1875rem;left:36.033340454101rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWwnQwByZCG28bHTeQFrGp8EhiRCECec { display:block; }
 }@media only screen and (max-width: 763px) { #SbVTJQ4SLmlr9FHxpx7OvaL4O7lG46C9 { width:24.4375rem;height:24.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQWkvwP32IHNo7W4MyRhZ8i724E2iood { display:block; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { width:47.75rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePIprIU5Wy5ZrXOmg9SdtfNRzqxkhVR0 { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhPx8hi0pRMnXt94T4q2DldQRSUOKDAF { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNTW2gFL0oU0yWOnBy2u8IqPuJyqiEoA { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxekV6wt6l8Tm1EE7HPRiBMX215TIowz { display:block; }
 }@media only screen and (max-width: 763px) { #u3xRyQq7H9y4ifUNSHa4fT5WxMHk2LVO { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2aefusBeuuzTNfCN7qZU9ByAq56kW3C { display:block; }
 }@media only screen and (max-width: 763px) { #FPV6WGpgW4bU5n0MqTuCfBzTbKh52rfH { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGN1NUPxDWMIuxTtTdysh3qUAtZyS3Vq { display:block; }
 }@media only screen and (max-width: 763px) { #SCL9eE6mwcaHr1rV17ahs8uLfSNzTCrV { top:41.125rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQoTRrX5OPET9C13UTWgqEST8h5I3yTL { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT8PqWxINIKoBEHCImtmNQHLQTxgW1FD { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTQ966Cz1i2TlTTvDVhfAUFDVghAH99N { top:41.25rem;left:20.25rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9ozq2wAN1ZbmS7Z8QXNuZSkudaHrWLt { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBtDe3e7LI73c2TtrTn5MW2DcS24ZSlK { top:41.1875rem;left:40.375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEHbkdDGPJmqAX6zQqgcdP6ERqaqMogB { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPqum7LCpuygQG1pJ01f8SnIeE3b7uA8 { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUvDLzzR1pAAJHbLL3li3rtLdmoFOPTO { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZsdTb4Xf3x5fsIIiiCNB58vDz5P45V9 { top:62.0625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOoGAKMZDnbcwU9hxzUXP1b6J3N8sKkH { top:62.1875rem;left:20.25rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3mwgTqi2cmQWJrKgLmdPZdO8QhCBHER { top:62.125rem;left:40.375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw { display:block; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWIz8I4bMJAQXuFRSe189GTLGr4qcVxM { top:1.625rem;left:0rem;width:20.6875rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuIw8LT5c7eX7ZOuT2Fhz1SAbMUIsagI { top:38.75rem;left:0rem;width:47.75rem;height:25.666293393057rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlqVhrbrbfXV2eJoX7fG4dR2fVm9mZxp { top:2.375rem;left:4.5625rem;width:43.1875rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i { display:block; }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ru92SuoWoKGtuXpIDrxm34bzztlP0kQr { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwW6ZubTZHqMRSZGwVLl5yopXtP1otsC { display:block; }#QwW6ZubTZHqMRSZGwVLl5yopXtP1otsC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BOOsoavsoLdlyJNhbOgKwa9ZXgvK1nVT { top:6.9375rem;left:0rem;width:21.3125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT6QWJuJ3JLB63XuJfrC7tW0HTZKslvQ { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTLV61h1KhmTJGBIpPXDXu5nwC2y2TJ { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGGreqXbQFDet1Ec1dJdZPOlf1gTmWJW { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #stuWBUwLAq1tD6EhifwMTJstM7WlkAgf { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMLeA8pJ3mZC4EStTTP7BfirDsorxdtd { top:7rem;left:13.25rem;width:21.3125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCXtrvv6EC4hzckdQs1OE8IZvebgart2 { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx2osyUZXTb2f9D0hkzCw2z8xJP9naUm { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2L5LLSdS0HuT4IhCUu3OzBQMoRAEEND { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWAJJ7qrkT6Vq7EFzRLDUPQXuLshmmHq { top:7rem;left:26.1875rem;width:21.3125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz88CTf3EhnWlzbauI2CgngLvRXasFlg { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIZSLrWWvs6BHP30VnOFV0cVqLxCZhXW { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #av50T5pXz6sL79C4wavin3elEFAUeBvF { width:22.5rem;height:1.375rem;top:21.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIEeLaWMu9tG4n2P2MOdN4ZokUmoKQCb { top:7.8125rem;left:42.249998092651rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgQANby8LqygJ5DwpJns0TenHq5dPxPd { top:7.8125rem;left:14.625001907349rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHgkNV9AH0nLkEZvz9ziPJTNZgZuvMnq { top:7.8125rem;left:0rem;width:3.6875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T { display:block; }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkz90c61IXTxhKrzkm7TqXopbOsz5VSu { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox { display:flex;height:auto;width:45.25rem;top:6.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #h2RxT8MEzUXXi6LqVXmz3K98fmbrJq6d {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #H6MZqBAfMu0MybfFrDtk3xa6Fr2ikNeA {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #oq35dXavFLOgdsk0cM4D3nhNWEOFfANL {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #cc6KvH3xKB13EXyOmAwQqRt5tf5NrWfM {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #BsscQPqHdtt3EhFxKtlcebSH89aNh4n0 {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #WJEAyawGDAevBIs5Kvz31s8tXIcBcUKb {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #FQar3TPXCeAr145OGTx6EiPT19pGkImz {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #dI5FcBJMp23CFUa2N331ioxcoxoCtMRz {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #lQ6WhWFX93TgW31lKk0hAEABh7kOI9Jh {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #vw2NquQavfNvkUAGQtZ92RRV109VvceM {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #B3qLZI8dntqTLNfhr7PngyVzMctvdctJ {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #hTO203XcoSRZwoqnx7hIqHq3iTX3AdkU {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #AxcfB5SsbaCgkFrQBto9Ts0J2ivS2hTm {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #PDXl4w0E8aQETZeFL1AtgrwkRCuudzsN {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #Aa71AgVTuMLP48VSTHQplUoXUpzPdsNu {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #xUWnW0SHTimk71zZtyGVZSztbGsGFAII {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #N9dtPDvH9DgHRQgmXe9Bl78kptLpQT2y {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #Psh3UBE5t0DXN14KQJqwL8hE1H01xFqJ {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #hMDgyfe2QgytLwP3NJTdqNEocZHA4M1p {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #QHTWy6ZcaG8bhac16Duvwp4GLq0rg8Nz {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #cogmQpG7LraM6ZcTK6MnsWMJ4Tq1Wwv8 {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #CsVTRry6RHFfZRqZ1tmx1bQ6ZaVTrRsM {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #NG0Sy03Tmq67pTTRwpKSI8sw9p1EN6r9 {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #RnxhU2pm22NImT6g1mNBevlRSRwwngBx {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #v0zfWBAauOAhyWeMSWfJQWBKd34OLVMq {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #aODrFmgvs7s6hENskhs50ZcWBye47pam {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #PPiD8lrm0Q2IqNxQKlMw2ryGKS726iI6 {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #Rm5RSwGQUVdPXkQu2VObswNWFHT7Xqhr {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #tEpy0I0vn1DutMgIWRUKPvXfXZwbT1Ks {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #cBbpTC5yC5TbXB3Q45Vtkn6ZPZ76WxWg {  }
 }@media only screen and (max-width: 763px) { #AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k { display:block; }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhyLdvFrkKp333QThoMXWbOHOSr6VTuP { top:12.5625rem;left:1.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0tD570UcMBfICR0QESk6XnkNNJdiyyD { top:13.125rem;left:2rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIxhopZKCtxpyOFVaSR5yhSPP8u46mr8 { top:17.25rem;left:0rem;width:14.5625rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHnEsr6VtBD7rKKmWu9iMEsCq1B7uviZ { top:18rem;left:14.656253814698rem;width:18.4375rem;height:0;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiWSpJei3half0s3Lo5LdqTTOk3IEany { top:12.5625rem;left:22.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5RXCCsCyieBF5SR0XnLfr3KJWxuHdX7 { top:13.125rem;left:22.6875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiNPBC2GkH9qn6LBDFidL4FHylMwUPeP { top:17.9375rem;left:29.375rem;width:18.375rem;height:7.4375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6zdk4G1GukcFAkF265kniet8oQ6BT7c { top:12.5625rem;left:43rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSSUTFFnM90TohUb1DxTU72hNAuKHR2G { top:13.1875rem;left:43.21875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICcvCSuwwwIDDxcAA5rS6SHRy2I3kvFE { top:12.5rem;left:10.125rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STuWIL5bFrNqxi7E7MK84xv5RO2iRq59 { top:12.5rem;left:31.25rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtnp4XeyZmGWGV7XqKQPALhnzXtFIzfQ { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c { display:block; }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMyQsCTK3NwW3vXkwCb7Md3P1kKzaET0 { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlW9Fq2itt6m17uNNmy3iGrhNNAFAiop { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAd4whyMQcrfMc5EVglMoikewfK7pMOA { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrgo8JEVPtytyvRQkHnVGdmE8myXZdVC { top:25.1875rem;left:0rem;width:35.125rem;height:16.875rem;font-size:1.0625rem;display:block; }#lrgo8JEVPtytyvRQkHnVGdmE8myXZdVC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
 }@media only screen and (max-width: 763px) { #SJZT7teFqVdKWUcQBhOH6SGfq4NuW2GB { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATF2KARr0Tk4wbX49TGVXfl2u9RpdFNu { display:block; }
 }@media only screen and (max-width: 763px) { #vNwPqWP1N1puhTJW8wSTCkrEaPSMTV4U { top:2.6875rem;left:24.5625rem;width:0.0625rem;height:50.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ku9GJiDGTbDA2uFJQtbPsTig3ZlhvFb6 { width:11.25rem;height:2.5rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7im5FRig9PmL7yLmSoudEbcVTCxfAHG { display:block; }
 }@media only screen and (max-width: 763px) { #NAVwv4CbA7JTFycOlc4Go0Cigdyx1f4i { top:25.1875rem;left:12.625rem;width:35.125rem;height:15.5rem;font-size:1.0625rem;display:block; }#NAVwv4CbA7JTFycOlc4Go0Cigdyx1f4i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
 }@media only screen and (max-width: 763px) { #FqXXrnG749yuzUil9WdgtyWS36nTdkoP { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUAWEZO3BBOUZ37ZvPQ7sE1wx4ryycMc { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xadLQFqCMTtZ9mMnMz0Tlit5vGWbnbai { top:56.75rem;left:15.3125rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXXHSnrc1FcvhVW3geuq2mkuS0g3ZpKJ { top:58.5625rem;left:21.25rem;width:12.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifMuuevcwCRI1L1EEEMGRP2J8Sfu8If8 { display:none; }
 }@media only screen and (max-width: 763px) { #iafiST94aNVaxaDREqwM7mltI11dOx9n { top:58.875rem;left:15.3125rem;width:6.3125rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lli1w8fF43mtZw2bNHcRVnwDmIXeTnFL { top:60.6875rem;left:21.25rem;width:12.5625rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK { display:block; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubptA8zKGcLddU5uKfWQSc1SxUaIpM9R { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR87RqgVKvXoZSypAvh8iTx9LKZ2ph0Q { top:40.6875rem;left:34.0625rem;width:11.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkFiS5e0vZdluJJX47v0NXfIvtreOxnT { top:40.6875rem;left:42.5625rem;width:5.1875rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6otdso6CnVAVtfOixhisyhtA5sxh4DQ { width:47.75rem;height:3.0625rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6cb85ff4-3cdd-4111-b794-4a3b6c4ede55/15.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.74); }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .row > .video-iframe-container { display: none; }#kJhTeFi4mESxCyFulaCTUA1qNTXbWTZs > .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) { #RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#RrDxmNnKs2lxvOAhadaTFUZoSHwmA2ea > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAAy3ZPTUFi0vWyMTvpwhqWTnySaDH6d { width:3.9375rem;height:2.25rem;top:3.228298664093rem;left:4.7343748211861rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sgR5NwQdikQSfOohZWtez5c201TJRBXO { display:block; }
 }@media only screen and (max-width: 763px) { #kSi7waINX36TUowUykMzN5H4xbpUVmLv { width:6.5rem;height:2.25rem;top:2.486111164093rem;left:8.6718752980231rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vvcBxpuMAxauSZQeHPr9huQfHTo6Sczb { display:block; }
 }@media only screen and (max-width: 763px) { #EkeTmDQWVchhTcU0UfKNG80f8tDJN4er { width:4.1875rem;height:2.25rem;top:1.4305555820465rem;left:15.116319954395rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pXIKN5rTEONLKOZJe0CBd0P8I4aTrfNo { display:block; }
 }@media only screen and (max-width: 763px) { #N54EOtNzOtoRa4uOb9DEvhvh0eUi7JRM { width:7.9375rem;height:2.625rem;top:0.62500005960463rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R3lr6bZAhKPCDuCsmT5xh7sUvHOnUz2F { width:10.5625rem;height:2.5625rem;top:0.71875rem;left:8.210069954395rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJO4Zc57aaWrWtLkOsgbgIItuVlikidp { display:block; }
 }@media only screen and (max-width: 763px) { #no8BPVbopGNTv61qU0pyqDcHWExeV5F9 { width:6.5rem;height:2.1875rem;top:2.1875rem;left:6.75rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AWwnQwByZCG28bHTeQFrGp8EhiRCECec { display:block; }
 }@media only screen and (max-width: 763px) { #SbVTJQ4SLmlr9FHxpx7OvaL4O7lG46C9 { top:0.3708333671093rem;left:1.3125000596046rem;width:3.1875rem;height:3.1875rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SQWkvwP32IHNo7W4MyRhZ8i724E2iood { background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #ece5e0);background-image: -moz-linear-gradient(top, #ffffff, #ece5e0);background-image: -ms-linear-gradient(top, #ffffff, #ece5e0);background-image: -o-linear-gradient(top, #ffffff, #ece5e0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece5e0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece5e0' );";background-image: linear-gradient(to bottom, #ffffff, #ece5e0);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { background-color: transparent; background-image: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container > .video-iframe-container { display: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container { display: none; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .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); }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { border-width: 0; border-radius: 0; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SQWkvwP32IHNo7W4MyRhZ8i724E2iood > .row .container { width:20rem;height:130.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ePIprIU5Wy5ZrXOmg9SdtfNRzqxkhVR0 { width:20rem;height:2.51875rem;top:5.2500004768372rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhPx8hi0pRMnXt94T4q2DldQRSUOKDAF { width:20rem;height:8.2875rem;top:9.8125009536744rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNTW2gFL0oU0yWOnBy2u8IqPuJyqiEoA { width:13rem;height:3.3125rem;top:29.250001907349rem;left:3.5000002980233rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxekV6wt6l8Tm1EE7HPRiBMX215TIowz { display:block; }
 }@media only screen and (max-width: 763px) { #u3xRyQq7H9y4ifUNSHa4fT5WxMHk2LVO { width:13.25rem;height:3.125rem;top:25.125rem;left:3.375rem;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #V2aefusBeuuzTNfCN7qZU9ByAq56kW3C { display:block; }
 }@media only screen and (max-width: 763px) { #FPV6WGpgW4bU5n0MqTuCfBzTbKh52rfH { width:13.25rem;height:3.25rem;top:20.8125rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGN1NUPxDWMIuxTtTdysh3qUAtZyS3Vq { display:block; }
 }@media only screen and (max-width: 763px) { #SCL9eE6mwcaHr1rV17ahs8uLfSNzTCrV { display:flex;width:7.5rem;height:7.5rem;top:35.1875rem;left:6.2500002980231rem; }
 }@media only screen and (max-width: 763px) { #wQoTRrX5OPET9C13UTWgqEST8h5I3yTL { width:20rem;height:4.14375rem;top:44.250000953674rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FT8PqWxINIKoBEHCImtmNQHLQTxgW1FD { width:20rem;height:2.7625rem;top:59.831253051757rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTQ966Cz1i2TlTTvDVhfAUFDVghAH99N { display:flex;width:7.25rem;height:7.25rem;top:51.0625rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #o9ozq2wAN1ZbmS7Z8QXNuZSkudaHrWLt { width:20rem;height:2.7625rem;top:75.53125190735rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBtDe3e7LI73c2TtrTn5MW2DcS24ZSlK { display:flex;width:7.375rem;height:7.375rem;top:66.772918701175rem;left:6.3125002980231rem; }
 }@media only screen and (max-width: 763px) { #UEHbkdDGPJmqAX6zQqgcdP6ERqaqMogB { width:20rem;height:4.14375rem;top:90.8750038147rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPqum7LCpuygQG1pJ01f8SnIeE3b7uA8 { width:20rem;height:4.14375rem;top:107.50000762939rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUvDLzzR1pAAJHbLL3li3rtLdmoFOPTO { width:20rem;height:4.14375rem;top:124.62500953674rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZsdTb4Xf3x5fsIIiiCNB58vDz5P45V9 { display:flex;width:7.5rem;height:7.5rem;top:81.60625rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #nOoGAKMZDnbcwU9hxzUXP1b6J3N8sKkH { display:flex;width:7.25rem;height:7.25rem;top:98.625rem;left:6.375rem; }
 }@media only screen and (max-width: 763px) { #v3mwgTqi2cmQWJrKgLmdPZdO8QhCBHER { display:flex;width:7.375rem;height:7.375rem;top:115.62917518616rem;left:6.2500002980231rem; }
 }@media only screen and (max-width: 763px) { #L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw { background-color:transparent;background-image: -webkit-linear-gradient(top, #ece5e0, #ffffff);background-image: -moz-linear-gradient(top, #ece5e0, #ffffff);background-image: -ms-linear-gradient(top, #ece5e0, #ffffff);background-image: -o-linear-gradient(top, #ece5e0, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece5e0', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ece5e0', endColorstr='#ffffff' );";background-image: linear-gradient(to bottom, #ece5e0, #ffffff);background-size:auto !important;display:block; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { background-color: transparent; background-image: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container > .video-iframe-container { display: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row > .video-iframe-container { display: none; }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .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); }#L6IXhqSvQWwPEl4ETKP41Go7tVLnF9Aw > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWIz8I4bMJAQXuFRSe189GTLGr4qcVxM { width:12.75rem;height:19.75rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuIw8LT5c7eX7ZOuT2Fhz1SAbMUIsagI { width:20rem;height:10.3125rem;top:51.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlqVhrbrbfXV2eJoX7fG4dR2fVm9mZxp { width:20rem;height:12.937771345876rem;top:35.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i { background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #ece5e0);background-image: -moz-linear-gradient(top, #ffffff, #ece5e0);background-image: -ms-linear-gradient(top, #ffffff, #ece5e0);background-image: -o-linear-gradient(top, #ffffff, #ece5e0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece5e0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ece5e0' );";background-image: linear-gradient(to bottom, #ffffff, #ece5e0);background-size:auto !important;display:block; }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .row .container { background-color: transparent; background-image: none; }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .row .container > .video-iframe-container { display: none; }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .row > .video-iframe-container { display: none; }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .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); }#WqdSUrfsgQI6LiGdQX4t2KFA4O54MZ4i > .row .container { width:20rem;height:55.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ru92SuoWoKGtuXpIDrxm34bzztlP0kQr { width:20rem;height:51.1875rem;top:1.8124947547912rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwW6ZubTZHqMRSZGwVLl5yopXtP1otsC { background-color:#ffffff;background-image:none;display:none; }#QwW6ZubTZHqMRSZGwVLl5yopXtP1otsC > .row .container { width:20rem;height:60.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BOOsoavsoLdlyJNhbOgKwa9ZXgvK1nVT { width:19.75rem;height:16.8125rem;top:5.09895625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT6QWJuJ3JLB63XuJfrC7tW0HTZKslvQ { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTLV61h1KhmTJGBIpPXDXu5nwC2y2TJ { width:17.6875rem;height:1.4rem;top:5.91145625rem;left:1.9375rem;font-size:0.875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #uGGreqXbQFDet1Ec1dJdZPOlf1gTmWJW { width:16.3125rem;height:1.2rem;top:7.53645625rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #stuWBUwLAq1tD6EhifwMTJstM7WlkAgf { width:18.5rem;height:11.1953125rem;top:9.84895625rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMLeA8pJ3mZC4EStTTP7BfirDsorxdtd { width:19.75rem;height:16.8125rem;top:23.38367875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCXtrvv6EC4hzckdQs1OE8IZvebgart2 { width:17.6875rem;height:1.4rem;top:24.19617875rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gx2osyUZXTb2f9D0hkzCw2z8xJP9naUm { width:16.3125rem;height:1.2rem;top:25.82117875rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2L5LLSdS0HuT4IhCUu3OzBQMoRAEEND { width:18.5rem;height:5.59765625rem;top:28.13367875rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWAJJ7qrkT6Vq7EFzRLDUPQXuLshmmHq { width:19.75rem;height:16.8125rem;top:41.66840125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz88CTf3EhnWlzbauI2CgngLvRXasFlg { width:14.5625rem;height:1.4rem;top:42.48046875rem;left:1.9375001192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIZSLrWWvs6BHP30VnOFV0cVqLxCZhXW { width:16.3125rem;height:1.2rem;top:44.10590125rem;left:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #av50T5pXz6sL79C4wavin3elEFAUeBvF { width:18.5rem;height:8.3965rem;top:46.41840125rem;left:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIEeLaWMu9tG4n2P2MOdN4ZokUmoKQCb { width:3.6875rem;height:3.6875rem;top:42.861718654632rem;left:15.987499594688rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgQANby8LqygJ5DwpJns0TenHq5dPxPd { width:3.6875rem;height:3.6875rem;top:24.196094036103rem;left:15.987499594688rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHgkNV9AH0nLkEZvz9ziPJTNZgZuvMnq { width:3.6875rem;height:3.6875rem;top:5.9109374880791rem;left:15.375000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T { background-color:#ffffff;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; }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row .container { background-color: transparent; background-image: none; }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row .container > .video-iframe-container { display: none; }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row > .video-iframe-container { display: none; }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .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); }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row .container { border-width: 0; border-radius: 0; }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZ3TSsWnQ0elKIx2AHMMrxvQ28oJFF6T > .row .container { width:20rem;height:94.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kkz90c61IXTxhKrzkm7TqXopbOsz5VSu { width:20rem;height:6.3375rem;top:1.7458343505859rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox .accordion-heading-text { font-size:1.4375rem;height:auto; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox .accordion-desc-text { font-size:0.875rem;height:auto; }
#rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox { display:flex;height:auto;width:17.25rem;top:9.308349609375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #h2RxT8MEzUXXi6LqVXmz3K98fmbrJq6d {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #H6MZqBAfMu0MybfFrDtk3xa6Fr2ikNeA {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #oq35dXavFLOgdsk0cM4D3nhNWEOFfANL {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #cc6KvH3xKB13EXyOmAwQqRt5tf5NrWfM {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #BsscQPqHdtt3EhFxKtlcebSH89aNh4n0 {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #WJEAyawGDAevBIs5Kvz31s8tXIcBcUKb {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #FQar3TPXCeAr145OGTx6EiPT19pGkImz {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #dI5FcBJMp23CFUa2N331ioxcoxoCtMRz {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #lQ6WhWFX93TgW31lKk0hAEABh7kOI9Jh {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #vw2NquQavfNvkUAGQtZ92RRV109VvceM {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #B3qLZI8dntqTLNfhr7PngyVzMctvdctJ {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #hTO203XcoSRZwoqnx7hIqHq3iTX3AdkU {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #AxcfB5SsbaCgkFrQBto9Ts0J2ivS2hTm {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #PDXl4w0E8aQETZeFL1AtgrwkRCuudzsN {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #Aa71AgVTuMLP48VSTHQplUoXUpzPdsNu {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #xUWnW0SHTimk71zZtyGVZSztbGsGFAII {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #N9dtPDvH9DgHRQgmXe9Bl78kptLpQT2y {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #Psh3UBE5t0DXN14KQJqwL8hE1H01xFqJ {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #hMDgyfe2QgytLwP3NJTdqNEocZHA4M1p {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #QHTWy6ZcaG8bhac16Duvwp4GLq0rg8Nz {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #cogmQpG7LraM6ZcTK6MnsWMJ4Tq1Wwv8 {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #CsVTRry6RHFfZRqZ1tmx1bQ6ZaVTrRsM {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #NG0Sy03Tmq67pTTRwpKSI8sw9p1EN6r9 {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #RnxhU2pm22NImT6g1mNBevlRSRwwngBx {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #v0zfWBAauOAhyWeMSWfJQWBKd34OLVMq {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #aODrFmgvs7s6hENskhs50ZcWBye47pam {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #PPiD8lrm0Q2IqNxQKlMw2ryGKS726iI6 {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #Rm5RSwGQUVdPXkQu2VObswNWFHT7Xqhr {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #tEpy0I0vn1DutMgIWRUKPvXfXZwbT1Ks {  }
 }@media only screen and (max-width: 763px) { #rbaiCmmFI1mdOKHgFLa73LDA0StC9Wox #cBbpTC5yC5TbXB3Q45Vtkn6ZPZ76WxWg {  }
 }@media only screen and (max-width: 763px) { #AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k { background-color:#ffffff;background-image:none;display:block; }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .row .container { background-color: transparent; background-image: none; }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .row .container > .video-iframe-container { display: none; }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .row > .video-iframe-container { display: none; }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .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); }#AeqTuRHXVw9uxhNV7zccS6pG5Z5Ka19k > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NhyLdvFrkKp333QThoMXWbOHOSr6VTuP { width:2.9375rem;height:2.9375rem;top:9.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0tD570UcMBfICR0QESk6XnkNNJdiyyD { width:2.5rem;height:1.625rem;top:9.625rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIxhopZKCtxpyOFVaSR5yhSPP8u46mr8 { width:5.6875rem;height:3.25rem;top:12.8125rem;left:0rem;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #kHnEsr6VtBD7rKKmWu9iMEsCq1B7uviZ { width:5.6875rem;height:4.875rem;top:12.8125rem;left:7.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiWSpJei3half0s3Lo5LdqTTOk3IEany { width:2.9375rem;height:2.9375rem;top:9.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5RXCCsCyieBF5SR0XnLfr3KJWxuHdX7 { width:2.5rem;height:1.625rem;top:9.625rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiNPBC2GkH9qn6LBDFidL4FHylMwUPeP { width:5.6875rem;height:4.875rem;top:12.8125rem;left:14.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6zdk4G1GukcFAkF265kniet8oQ6BT7c { width:2.9375rem;height:2.9375rem;top:9.0625rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSSUTFFnM90TohUb1DxTU72hNAuKHR2G { width:2.5rem;height:1.625rem;top:9.625rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICcvCSuwwwIDDxcAA5rS6SHRy2I3kvFE { width:3.8125rem;height:2rem;top:9.5625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STuWIL5bFrNqxi7E7MK84xv5RO2iRq59 { width:3.8125rem;height:2rem;top:9.5625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtnp4XeyZmGWGV7XqKQPALhnzXtFIzfQ { width:20rem;height:5.2rem;top:0.93746185302737rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c { background-color:#ffffff;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; }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row .container { background-color: transparent; background-image: none; }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row .container > .video-iframe-container { display: none; }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row > .video-iframe-container { display: none; }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .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); }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row .container { border-width: 0; border-radius: 0; }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mVaGlLHgB8ryBMRcDCpRu2XKrkRrDO5c > .row .container { width:20rem;height:99rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hMyQsCTK3NwW3vXkwCb7Md3P1kKzaET0 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlW9Fq2itt6m17uNNmy3iGrhNNAFAiop { width:20rem;height:2.1125rem;top:7.5197830200194rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAd4whyMQcrfMc5EVglMoikewfK7pMOA { width:17.75rem;height:2.6rem;top:10.9375rem;left:1.1250000596046rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrgo8JEVPtytyvRQkHnVGdmE8myXZdVC { width:20rem;height:20.9rem;top:15.625001430511rem;left:0rem;font-size:1.0625rem;display:block; }#lrgo8JEVPtytyvRQkHnVGdmE8myXZdVC li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
 }@media only screen and (max-width: 763px) { #SJZT7teFqVdKWUcQBhOH6SGfq4NuW2GB { width:17.5625rem;height:4.3125rem;top:40.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATF2KARr0Tk4wbX49TGVXfl2u9RpdFNu { display:block; }
 }@media only screen and (max-width: 763px) { #vNwPqWP1N1puhTJW8wSTCkrEaPSMTV4U { width:0.0625rem;height:56.25rem;top:40.575012207031rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ku9GJiDGTbDA2uFJQtbPsTig3ZlhvFb6 { width:17.5625rem;height:4.3125rem;top:87.062500953675rem;left:1.2187500596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7im5FRig9PmL7yLmSoudEbcVTCxfAHG { display:block; }
 }@media only screen and (max-width: 763px) { #NAVwv4CbA7JTFycOlc4Go0Cigdyx1f4i { width:20rem;height:18.45rem;top:65.875rem;left:0rem;font-size:1.0625rem;display:block; }#NAVwv4CbA7JTFycOlc4Go0Cigdyx1f4i li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_4c6de36ba3788a4aef8ef7390ca34d94ce194dd5.svg); }
 }@media only screen and (max-width: 763px) { #FqXXrnG749yuzUil9WdgtyWS36nTdkoP { width:20rem;height:2.6rem;top:61.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUAWEZO3BBOUZ37ZvPQ7sE1wx4ryycMc { width:18.8125rem;height:2.35625rem;top:57.6875rem;left:0.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xadLQFqCMTtZ9mMnMz0Tlit5vGWbnbai { width:4.0625rem;height:4.0625rem;top:93rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXXHSnrc1FcvhVW3geuq2mkuS0g3ZpKJ { width:7.5rem;height:1.5625rem;top:94.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifMuuevcwCRI1L1EEEMGRP2J8Sfu8If8 { top:54.625rem;left:2.1875rem;width:15.625rem;height:0.125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #iafiST94aNVaxaDREqwM7mltI11dOx9n { width:4.125rem;height:4.125rem;top:47.125rem;left:3.875rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #lli1w8fF43mtZw2bNHcRVnwDmIXeTnFL { width:7.1875rem;height:1.5rem;top:48.4375rem;left:8.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK { background-color:#fdfdfd;background-image:none;display:block; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { background-color: transparent; background-image: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container > .video-iframe-container { display: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row > .video-iframe-container { display: none; }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .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); }#mAyS44iJC2pVuDDPtJ7sHwq3WnSeODKK > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubptA8zKGcLddU5uKfWQSc1SxUaIpM9R { width:18.8125rem;height:29.00625rem;top:10.8125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR87RqgVKvXoZSypAvh8iTx9LKZ2ph0Q { width:8.625rem;height:1.1375rem;top:43.125022888184rem;left:5.6875002980232rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkFiS5e0vZdluJJX47v0NXfIvtreOxnT { width:5.1875rem;height:1.1375rem;top:43.125rem;left:14.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6otdso6CnVAVtfOixhisyhtA5sxh4DQ { width:20rem;height:5.2rem;top:3.3125rem;left:0rem;font-size:2rem;display:block; }
 }