.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:245,241,229;--color-primary-1:221,208,167;--color-primary-2:187,161,79;--color-primary-3:94,81,40;--color-primary-4:28,24,12;--color-secondary-0:229,231,229;--color-secondary-1:169,174,167;--color-secondary-2:82,92,79;--color-secondary-3:41,46,40;--color-secondary-4:12,14,12;--color-tertiary-0:255,255,255;--color-tertiary-1:250,243,243;--color-tertiary-2:246,241,241;--color-tertiary-3:82,92,79;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/14a5ced0-6a1f-4c21-8d8d-87f16f9bd7b6/DJI_0289.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s.adaptive-delivery-prevent-bg, #L0qT0yBCttz08qtVoJCud4XVTmy3po2s.lazyload, #L0qT0yBCttz08qtVoJCud4XVTmy3po2s.lazyloading { background-image: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { background-color: transparent; background-image: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.48); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container > .video-iframe-container { display: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.48); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container { display: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .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); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { border-width: 0; border-radius: 0; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#n9SRPqxygfCru06gJB7NXCkFQnS4gbdb { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:11.625rem;top:0.5625rem;left:32.625rem;overflow:hidden;display:block; }
#FF56ITnRdnOrshvOL7Nn9kxrBELyIzsI { color:rgba(var(--color-tertiary-1),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15034;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.86);top:8.875rem;left:15.375rem;height:2.4746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ex4TU0rPUgPre6pxqhE3qPhdyk3lszFm { color:rgba(var(--color-tertiary-1),1);display:block;width:48.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.6875rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.86);top:10.724609375rem;left:15.375rem;height:7.3555rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIBaIeucqEENf392FD6T6enWvpeBePHh { color:rgba(var(--color-tertiary-2),1);display:block;width:22.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:11.25rem;font-weight:700;z-index:15048;line-height:.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:26.0625rem;left:25.3125rem;height:7.875rem;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; }
#NtEi5w2Q07A2NkQRdqqiip2oinE5aoPr { color:rgba(var(--color-tertiary-1),1);display:block;width:2.37305rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:31.03125rem;left:21.78125rem;height:2.84375rem;font-style:normal;display:block; }
#JzguqZMtDsd9V4TXHQJvxpbytmMvsi97 { color:rgba(var(--color-tertiary-1),1);display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.92);top:31.03125rem;left:47rem;height:4.375rem;font-style:normal;display:block; }
#tC0wTuxXv0RppeSSkVI1gcrnMwNVMGbN { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.86);top:22.375rem;left:22.625rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rxrf41EvFITG5ELVHVKQoIg71aEM7cie { color:rgba(var(--color-tertiary-1),1);display:block;width:12.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.92);top:22.375rem;left:47rem;height:4.375rem;font-style:normal;display:block; }
#IVkJ6ZCspiHuHbIicc6CnEmeOzhm1FgB { color:rgba(var(--color-tertiary-1),1);display:block;width:2.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.375rem;font-weight:700;z-index:15050;line-height:.7;letter-spacing:0;text-shadow:0.0625rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.92);top:22.375rem;left:49.3125rem;height:4.4619125rem;font-style:normal;display:block; }
#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 { position:relative;display:block; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 { background-color: transparent; background-image: none; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container > .video-iframe-container { display: none; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row > .video-iframe-container { display: none; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .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); }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 { border-width: 0; border-radius: 0; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:94.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XDEehtPJwZFbTGWUZIh29GNAoOd7wp58 { color:#040303;display:block;width:57.6230625rem;position:absolute;font-family:neuton;font-size:1.5rem;font-weight:400;z-index:14995;line-height:1.3;letter-spacing:0;top:34.9375rem;left:8.6875rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MATD1sALana0PkMohrASMl9R0kZWK3ZC { color:rgba(var(--color-primary-3),1);display:block;width:43.6875rem;position:absolute;font-family:neuton;font-size:4.5rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:1.4619140625rem;left:15.65625rem;height:5.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgLpZXvouXDb8crwaVZzQWyTQTXy1pw4 { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.936525rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:44.65625rem;left:28.75rem;display:block; }
#mQVTbyEpEHs0GNzDITFGVywUOM1w31D3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uZdq2xmHr8UaRpHnkzBRBWHe4TZnZTKQ { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:50rem;top:8.4375rem;left:11.7568359375rem;overflow:hidden;display:block; }
#RqCTck5dmVtT7fgpHOsqPS2rutHNnMBI { position:absolute;display:block;z-index:15010;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:19.5625rem;width:34.75rem;top:72.749567031862rem;left:38.246529579162rem;overflow:hidden;display:block; }
#kyNqsmETtgl5gHEPh9M8D0Qzz9s3gh8x { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.6875rem;width:35rem;top:72.715929031375rem;left:1.9976129531861rem;overflow:hidden;display:block; }
#m8p17BaINT93E1TbwwSEdSphaGqOsJBp { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:34.75rem;top:50.749782562256rem;left:38.248700141907rem;overflow:hidden;display:block; }
#MB4SD9uElOD1AJTfCvlVP8LVMpZ3ADrN { position:absolute;display:block;z-index:15008;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:19.5625rem;width:34.75rem;top:50.746528625488rem;left:2.060546875rem;overflow:hidden;display:block; }
#SkSrkO6qn9qnQNIWL3vQq7Tn5mfmO1ZN { position:relative;display:block; }#SkSrkO6qn9qnQNIWL3vQq7Tn5mfmO1ZN { background-color: transparent; background-image: none; }#SkSrkO6qn9qnQNIWL3vQq7Tn5mfmO1ZN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkSrkO6qn9qnQNIWL3vQq7Tn5mfmO1ZN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkSrkO6qn9qnQNIWL3vQq7Tn5mfmO1ZN > .row .container > .video-iframe-container { display: none; }#SkSrkO6qn9qnQNIWL3vQq7Tn5mfmO1ZN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SkSrkO6qn9qnQNIWL3vQq7Tn5mfmO1ZN > .row > .video-iframe-container { display: none; }#SkSrkO6qn9qnQNIWL3vQq7Tn5mfmO1ZN > .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); }#SkSrkO6qn9qnQNIWL3vQq7Tn5mfmO1ZN { border-width: 0; border-radius: 0; }#SkSrkO6qn9qnQNIWL3vQq7Tn5mfmO1ZN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#SkSrkO6qn9qnQNIWL3vQq7Tn5mfmO1ZN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:35.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u4Gm9DiHkkDFEf9HknvAAiIAMk8L6rsh { color:rgba(var(--color-tertiary-4),1);display:block;width:30.2495625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:24.308812260628rem;left:44.751519203186rem;height:1.2999125rem;display:block; }
#rK3VKnVivROAfB9qvv4KvBsUay75oBL5 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.4904518127441rem;left:1.2565097808838rem;height:25.996125rem;display:block; }#rK3VKnVivROAfB9qvv4KvBsUay75oBL5 li:before{  }
#gIleFHROth7aSPC8rL3lE8D77E1w1xuZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8745625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:6.0818147063255rem;left:44.063588142395rem;height:24.6963125rem;display:block; }#gIleFHROth7aSPC8rL3lE8D77E1w1xuZ li:before{  }
#rThVVobulnTupgd6tResLlXlIJug0ysr { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:lobster;font-size:2.3125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.638671875rem;left:1.255859375rem;height:3.0058625rem;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:41.375rem;width:75rem;position:relative;display:block; }#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#f5f8f8;display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.1875rem;left:16.15625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f1ZdxTguqB2MFm40FmeVgf7DOQbvf3kU { color:#f5f8f5;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15019;line-height:1.9;letter-spacing:0;top:27.5625rem;left:5.5625rem;height:7.714875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RoIWlxqttK5KPOmTqwhPmJThlxduOqEU { color:#f6fbfb;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:25.0625rem;left:9.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hn2zbQUdewGg4OzLS67DoTS7tfyQcJgA { color:#effaef;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:27.562496185302rem;left:29.031249046326rem;height:7.714875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MDBAJy6xtgdyJTmEFGVfgSIUUykc7XIS { color:#f5fafa;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.062496185302rem;left:32.906249046326rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rouaRUDPoEU3gTWyPb00kR0lIdGlew2C { color:#f5fbfb;display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.0625rem;left:55.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dEi5BgEXGbKElfIxS7pFcqzWwmRlBKz8 { color:#f3fbf3;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15021;line-height:1.9;letter-spacing:0;top:27.5625rem;left:52.25rem;height:6.171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lBuzKpWZnx7ClikbW4SRWdWHazAVBkcn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:14.125rem;left:10.6875rem; }
#T5lZ8o99g51wImNXZzrMcG5gm02XQo0X { box-sizing:content-box;color:#5d92ff;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:14.125rem;left:34.53125rem; }
#AWThTeWWDgJxq5XkZKwoPTHWlHaIWh3d { box-sizing:content-box;color:#5d92ff;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.125rem;left:56.75rem; }
#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP { position:relative;display:block; }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP { background-color: transparent; background-image: none; }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .row .container > .video-iframe-container { display: none; }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .row > .video-iframe-container { display: none; }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .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); }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP { border-width: 0; border-radius: 0; }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:65.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DdsmCyNqBz9UJxPUTdShHptIgo8pV5Tn { color:#080909;display:block;width:42.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.9375rem;left:16.15625rem;height:3.2504875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SDvFhFM6s2DFtrEUmLuny7fxyLfVneW0 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:22.3125rem;top:7.3125rem;left:2rem;overflow:hidden;display:block; }
#btbGcyXs3Jh36OaTUuG9X17hifX7hyxt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:22.375rem;top:7.25rem;left:26.3125rem;overflow:hidden;display:block; }
#T3ci2FdWQQQEMEioSHyxc8VDy4n802p3 { position:absolute;display:block;z-index:15012;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:15rem;width:22.5rem;top:7.1875rem;left:50.5rem;overflow:hidden;display:block; }
#McZtxqnF2UAl0iON5MKTStAUxw9xvFpe { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:22.125rem;top:25.75rem;left:2.09375rem;overflow:hidden;display:block; }
#RH8n8zikWS9noSdmzKVMZheBIXWqNg3p { 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:14.75rem;width:22.125rem;top:25.75rem;left:50.6875rem;overflow:hidden;display:block; }
#mXU3H0qyTddcv8d0gcCpWCPKHEDJZEkT { 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:15rem;width:22.5625rem;top:43.875rem;left:26.25rem;overflow:hidden;display:block; }
#GvA1MDxAFkSt8JBrzqCkt9c3yysAhF9o { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:22.25rem;top:43.875rem;left:2.0625rem;overflow:hidden;display:block; }
#JySaoJbtxLHrvHmpGocQIphFq4VLbiwR { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.75rem;width:22.1875rem;top:25.75rem;left:26.404689788818rem;overflow:hidden;display:block; }
#UHWwTa2ay4Zwd0E7xKUEvnC8mGHZIThu { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.3125rem;top:22.062496185302rem;left:2.0000009536743rem;display:block; }
#nkZ4n8TbATFzGnFRBE9sgEwlEbwGZkiV { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.3125rem;top:22.124999582768rem;left:26.342883110046rem;display:block; }
#xpkEqWkT2AvknLsHNp171ts1LbimVDek { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.3125rem;top:40.5rem;left:2rem;display:block; }
#Nf0tmvVFg6rJnAHiJ7FLCnDvvMplcECC { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.125rem;top:40.5rem;left:26.404689788818rem;display:block; }
#mlwx7sJ7mr8BSDnc6wSvcMFvPAIqILay { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.625rem;top:22.062500953674rem;left:50.437502861023rem;display:block; }
#xckGvaEmbKsTKD2CwEiFIwMyyUWvKgH4 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.125rem;top:40.5rem;left:50.6875rem;display:block; }
#klmxcvDo633HUNTQvSkJoMHTCdqhuJCJ { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.375rem;top:58.625rem;left:2rem;display:block; }
#HMo1WmpG2bk7qDPmRZWBxGiRT9zHf2M3 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.5625rem;top:58.8125rem;left:26.25rem;display:block; }
#TkWG1N1XTS1lFw22gz9MDW5HfkfTIaJ7 { color:#f8f8f8;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.473958730698rem;left:4.4375009536743rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DkfbSuo0hHafCN7DzFUfAgcHI2fKtwM1 { color:#f3f8f1;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:22.473958730698rem;left:28.781249046326rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t11NdmrQhi9vRtKUhXLREEcxyidktbed { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:22.473958730698rem;left:53.031252861023rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#chm3Qnf5JTsQRBfIzO8yszTTgieHRrUn { color:#f9fbf8;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:40.911712646484rem;left:53.03125rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o2R81UUJ7Who5nqkGfyORCJbM3R6s562 { color:#f8fdf6;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:40.911712646484rem;left:28.78125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SWyqS2r0pchyrEmRBKRnRcV6y0zOi2B0 { color:#f3fbf1;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:40.911712646484rem;left:4.4375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ViTfzlGVDoBpaA8HPtBMPMgI2NNoXwUb { color:#fcfffb;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:59.0625rem;left:4.4375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GhcTMorsMWx21BHAX8W55FZQbA58P1k4 { color:#f6fbf5;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:59.25rem;left:28.8125rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMrDP2c8rhmOcKsmyei2RNMNpABaAhhM { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:22.625rem;top:43.875rem;left:50.5rem;overflow:hidden;display:block; }
#JMeTeAGXOJsbqmCmyDQvlltlRhNqTsTx { color:#f7fbf6;display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:59.25rem;left:53.0625rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WbbQTCbX4fr5wUTLLT71F53dU18opJPf { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:22.5625rem;top:58.8125rem;left:50.5rem;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#14261c;background-image:url("https://images.assets-landingi.com/uc/06a8cbc3-39ba-4b3a-bc2e-54f9b0c7d821/BGGerbang.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W.adaptive-delivery-prevent-bg, #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W.lazyload, #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W.lazyloading { background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:rgba(var(--color-tertiary-0),1);display:block;width:39.3125rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:17.650390625rem;left:17.84375rem;height:0.89355625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U8ndoKugc83XRNnWn6ndb3bgzIP1SkNh { position:absolute;display:block;z-index:15031;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.12478125rem;width:15.999375rem;top:4.5rem;left:29.5rem;overflow:hidden;display:block; }
#PMMenkPTHtJGgShDtHfz2pbTmGdLfrO9 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:10.875rem;left:26.25rem;height:2.27430625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #L0qT0yBCttz08qtVoJCud4XVTmy3po2s { display:block; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9SRPqxygfCru06gJB7NXCkFQnS4gbdb { top:0.5625rem;left:19rem;width:11.625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF56ITnRdnOrshvOL7Nn9kxrBELyIzsI { top:8.875rem;left:1.75rem;width:15.1875rem;height:2.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex4TU0rPUgPre6pxqhE3qPhdyk3lszFm { top:10.6875rem;left:0rem;width:47.75rem;height:7.3125rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBaIeucqEENf392FD6T6enWvpeBePHh { top:26.0625rem;left:11.6875rem;width:22.3125rem;height:7.875rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtEi5w2Q07A2NkQRdqqiip2oinE5aoPr { top:31rem;left:8.15625rem;width:2.3125rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzguqZMtDsd9V4TXHQJvxpbytmMvsi97 { top:31rem;left:33.375rem;width:12.75rem;height:4.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC0wTuxXv0RppeSSkVI1gcrnMwNVMGbN { top:22.375rem;left:9rem;width:14.3125rem;height:1.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxrf41EvFITG5ELVHVKQoIg71aEM7cie { top:22.375rem;left:33.375rem;width:12.75rem;height:4.375rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVkJ6ZCspiHuHbIicc6CnEmeOzhm1FgB { top:22.375rem;left:35.6875rem;width:2.375rem;height:4.4375rem;font-size:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 { display:block; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDEehtPJwZFbTGWUZIh29GNAoOd7wp58 { top:34.9375rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MATD1sALana0PkMohrASMl9R0kZWK3ZC { top:1.4375rem;left:2.03125rem;width:43.6875rem;height:5.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgLpZXvouXDb8crwaVZzQWyTQTXy1pw4 { width:17.5rem;height:2.875rem;top:44.625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQVTbyEpEHs0GNzDITFGVywUOM1w31D3 { display:block; }
 }@media only screen and (max-width: 763px) { #uZdq2xmHr8UaRpHnkzBRBWHe4TZnZTKQ { top:8.4375rem;left:0rem;width:47.75rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqCTck5dmVtT7fgpHOsqPS2rutHNnMBI { top:72.6875rem;left:12.875rem;width:34.75rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyNqsmETtgl5gHEPh9M8D0Qzz9s3gh8x { top:72.6875rem;left:0rem;width:35rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8p17BaINT93E1TbwwSEdSphaGqOsJBp { top:50.6875rem;left:12.875rem;width:34.75rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB4SD9uElOD1AJTfCvlVP8LVMpZ3ADrN { top:50.6875rem;left:0rem;width:34.75rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkSrkO6qn9qnQNIWL3vQq7Tn5mfmO1ZN { display:block; }#SkSrkO6qn9qnQNIWL3vQq7Tn5mfmO1ZN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4Gm9DiHkkDFEf9HknvAAiIAMk8L6rsh { top:24.25rem;left:17.5625rem;width:30.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK3VKnVivROAfB9qvv4KvBsUay75oBL5 { top:5.4375rem;left:0rem;width:25.25rem;height:;font-size:0.6875rem;display:block; }#rK3VKnVivROAfB9qvv4KvBsUay75oBL5 li:before{  }
 }@media only screen and (max-width: 763px) { #gIleFHROth7aSPC8rL3lE8D77E1w1xuZ { top:6.0625rem;left:26.9375rem;width:20.8125rem;height:23.375rem;font-size:0.6875rem;display:block; }#gIleFHROth7aSPC8rL3lE8D77E1w1xuZ li:before{  }
 }@media only screen and (max-width: 763px) { #rThVVobulnTupgd6tResLlXlIJug0ysr { top:0.625rem;left:0rem;width:24.0625rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:3.1875rem;left:2.53125rem;width:42.6875rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1ZdxTguqB2MFm40FmeVgf7DOQbvf3kU { top:27.5625rem;left:0rem;width:16.9375rem;height:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoIWlxqttK5KPOmTqwhPmJThlxduOqEU { top:25.0625rem;left:0rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn2zbQUdewGg4OzLS67DoTS7tfyQcJgA { top:27.5rem;left:15.4052734375rem;width:16.9375rem;height:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDBAJy6xtgdyJTmEFGVfgSIUUykc7XIS { top:25rem;left:19.281249046326rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rouaRUDPoEU3gTWyPb00kR0lIdGlew2C { top:25.0625rem;left:38.5625rem;width:9.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEi5BgEXGbKElfIxS7pFcqzWwmRlBKz8 { top:27.5625rem;left:32.0625rem;width:15.6875rem;height:6.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBuzKpWZnx7ClikbW4SRWdWHazAVBkcn { top:14.125rem;left:0rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5lZ8o99g51wImNXZzrMcG5gm02XQo0X { top:14.125rem;left:20.90625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWThTeWWDgJxq5XkZKwoPTHWlHaIWh3d { top:14.125rem;left:41.0625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP { display:block; }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdsmCyNqBz9UJxPUTdShHptIgo8pV5Tn { top:1.9375rem;left:2.53125rem;width:42.6875rem;height:3.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDvFhFM6s2DFtrEUmLuny7fxyLfVneW0 { top:7.3125rem;left:0rem;width:22.3125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #btbGcyXs3Jh36OaTUuG9X17hifX7hyxt { top:7.25rem;left:12.6875rem;width:22.375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ci2FdWQQQEMEioSHyxc8VDy4n802p3 { top:7.1875rem;left:25.25rem;width:22.5rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #McZtxqnF2UAl0iON5MKTStAUxw9xvFpe { top:25.75rem;left:0rem;width:22.125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH8n8zikWS9noSdmzKVMZheBIXWqNg3p { top:25.75rem;left:25.625rem;width:22.125rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXU3H0qyTddcv8d0gcCpWCPKHEDJZEkT { top:43.875rem;left:12.625rem;width:22.5625rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvA1MDxAFkSt8JBrzqCkt9c3yysAhF9o { top:43.875rem;left:0rem;width:22.25rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JySaoJbtxLHrvHmpGocQIphFq4VLbiwR { top:25.75rem;left:12.779689788818rem;width:22.1875rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHWwTa2ay4Zwd0E7xKUEvnC8mGHZIThu { top:22rem;left:0rem;width:22.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkZ4n8TbATFzGnFRBE9sgEwlEbwGZkiV { top:22.0625rem;left:12.717883110046rem;width:22.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpkEqWkT2AvknLsHNp171ts1LbimVDek { top:40.5rem;left:0rem;width:22.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf0tmvVFg6rJnAHiJ7FLCnDvvMplcECC { top:40.5rem;left:12.779689788818rem;width:22.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlwx7sJ7mr8BSDnc6wSvcMFvPAIqILay { top:22.0625rem;left:25.125rem;width:22.625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xckGvaEmbKsTKD2CwEiFIwMyyUWvKgH4 { top:40.5rem;left:25.625rem;width:22.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klmxcvDo633HUNTQvSkJoMHTCdqhuJCJ { top:58.625rem;left:0rem;width:22.375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMo1WmpG2bk7qDPmRZWBxGiRT9zHf2M3 { top:58.8125rem;left:12.625rem;width:22.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkWG1N1XTS1lFw22gz9MDW5HfkfTIaJ7 { top:22.4375rem;left:0rem;width:17.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkfbSuo0hHafCN7DzFUfAgcHI2fKtwM1 { top:22.4375rem;left:15.156249046326rem;width:17.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t11NdmrQhi9vRtKUhXLREEcxyidktbed { top:22.4375rem;left:30.3125rem;width:17.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chm3Qnf5JTsQRBfIzO8yszTTgieHRrUn { top:40.875rem;left:30.3125rem;width:17.4375rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2R81UUJ7Who5nqkGfyORCJbM3R6s562 { top:40.875rem;left:15.15625rem;width:17.4375rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWyqS2r0pchyrEmRBKRnRcV6y0zOi2B0 { top:40.875rem;left:0rem;width:17.4375rem;height:1.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViTfzlGVDoBpaA8HPtBMPMgI2NNoXwUb { top:59.0625rem;left:0rem;width:17.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhcTMorsMWx21BHAX8W55FZQbA58P1k4 { top:59.25rem;left:15.1875rem;width:17.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMrDP2c8rhmOcKsmyei2RNMNpABaAhhM { top:43.875rem;left:25.125rem;width:22.625rem;height:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMeTeAGXOJsbqmCmyDQvlltlRhNqTsTx { top:59.25rem;left:30.3125rem;width:17.4375rem;height:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbbQTCbX4fr5wUTLLT71F53dU18opJPf { top:58.8125rem;left:25.1875rem;width:22.5625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:17.625rem;left:4.21875rem;width:39.3125rem;height:0.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8ndoKugc83XRNnWn6ndb3bgzIP1SkNh { top:4.5rem;left:15.875rem;width:15.9375rem;height:5.1038849173796rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMMenkPTHtJGgShDtHfz2pbTmGdLfrO9 { top:10.875rem;left:12.625rem;width:22.5rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #L0qT0yBCttz08qtVoJCud4XVTmy3po2s { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18597c0c-3ddf-4284-9eb2-1521d2ae9471/CERBERA30ALT_00Resized.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s.adaptive-delivery-prevent-bg, #L0qT0yBCttz08qtVoJCud4XVTmy3po2s.lazyload, #L0qT0yBCttz08qtVoJCud4XVTmy3po2s.lazyloading { background-image: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { background-color: transparent; background-image: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.7); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container > .video-iframe-container { display: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.7); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container { display: none; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .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); }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { border-width: 0; border-radius: 0; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L0qT0yBCttz08qtVoJCud4XVTmy3po2s > .row .container { width:20rem;height:30.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n9SRPqxygfCru06gJB7NXCkFQnS4gbdb { width:10.6875rem;height:3.125rem;top:0.75rem;left:4.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF56ITnRdnOrshvOL7Nn9kxrBELyIzsI { width:17.1875rem;height:1.7871125rem;top:6.875rem;left:0.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex4TU0rPUgPre6pxqhE3qPhdyk3lszFm { width:19.0625rem;height:2.88671875rem;top:8.625rem;left:0.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIBaIeucqEENf392FD6T6enWvpeBePHh { width:2.999025rem;height:4.6806625rem;top:17.2724609375rem;left:3.625rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtEi5w2Q07A2NkQRdqqiip2oinE5aoPr { width:2.31055rem;height:2.5996125rem;top:16.625rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzguqZMtDsd9V4TXHQJvxpbytmMvsi97 { width:2.311525rem;height:2.375rem;top:20.224609375rem;left:16.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tC0wTuxXv0RppeSSkVI1gcrnMwNVMGbN { width:9.0625rem;height:1.3056625rem;top:15.3828125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rxrf41EvFITG5ELVHVKQoIg71aEM7cie { width:4.0625rem;height:2rem;top:14.6875rem;left:14.6865234375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVkJ6ZCspiHuHbIicc6CnEmeOzhm1FgB { width:1.3125rem;height:1.3994125rem;top:14.98828125rem;left:16.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 { display:block; }#TQUFzuOOz2bBAwbiplmm2BCEbpl7sBB1 > .row .container { width:20rem;height:70.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XDEehtPJwZFbTGWUZIh29GNAoOd7wp58 { width:18.9375rem;height:4.546875rem;top:13.01171875rem;left:0.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MATD1sALana0PkMohrASMl9R0kZWK3ZC { width:20rem;height:2.6806625rem;top:0rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgLpZXvouXDb8crwaVZzQWyTQTXy1pw4 { width:9.499rem;height:1.499025rem;top:18.3779296875rem;left:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQVTbyEpEHs0GNzDITFGVywUOM1w31D3 { display:block; }
 }@media only screen and (max-width: 763px) { #uZdq2xmHr8UaRpHnkzBRBWHe4TZnZTKQ { width:17.75rem;height:8.875rem;top:3.4609375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqCTck5dmVtT7fgpHOsqPS2rutHNnMBI { width:20rem;height:11.1875rem;top:57.8583984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyNqsmETtgl5gHEPh9M8D0Qzz9s3gh8x { width:20rem;height:11.1875rem;top:45.25390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8p17BaINT93E1TbwwSEdSphaGqOsJBp { width:20rem;height:11.1875rem;top:32.83203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MB4SD9uElOD1AJTfCvlVP8LVMpZ3ADrN { width:20rem;height:11.1875rem;top:20.59765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkSrkO6qn9qnQNIWL3vQq7Tn5mfmO1ZN { display:block; }#SkSrkO6qn9qnQNIWL3vQq7Tn5mfmO1ZN > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u4Gm9DiHkkDFEf9HknvAAiIAMk8L6rsh { width:20rem;height:1.29980625rem;top:25.4931640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK3VKnVivROAfB9qvv4KvBsUay75oBL5 { width:20rem;height:22.6025625rem;top:3.3740234375rem;left:0rem;font-size:0.6875rem;display:block; }#rK3VKnVivROAfB9qvv4KvBsUay75oBL5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rK3VKnVivROAfB9qvv4KvBsUay75oBL5 li:before{  }
 }@media only screen and (max-width: 763px) { #gIleFHROth7aSPC8rL3lE8D77E1w1xuZ { width:20rem;height:21.3965rem;top:26.7314453125rem;left:0rem;font-size:0.6875rem;display:block; }#gIleFHROth7aSPC8rL3lE8D77E1w1xuZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gIleFHROth7aSPC8rL3lE8D77E1w1xuZ li:before{  }
 }@media only screen and (max-width: 763px) { #rThVVobulnTupgd6tResLlXlIJug0ysr { width:20rem;height:2.5996125rem;top:0.7744140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:19.1875rem;height:4.548825rem;top:1.7291603088379rem;left:0.40625rem;font-size:1.75rem;font-family:neuton;display:block; }
 }@media only screen and (max-width: 763px) { #f1ZdxTguqB2MFm40FmeVgf7DOQbvf3kU { width:15rem;height:6.12305rem;top:14.5rem;left:2.5rem;font-size:0.875rem;font-family:neuton;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RoIWlxqttK5KPOmTqwhPmJThlxduOqEU { width:9.1875rem;height:1.29980625rem;top:12.4375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hn2zbQUdewGg4OzLS67DoTS7tfyQcJgA { width:14.5rem;height:6.12305rem;top:29.9375rem;left:2.5rem;font-size:0.875rem;font-family:neuton;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MDBAJy6xtgdyJTmEFGVfgSIUUykc7XIS { width:9.1875rem;height:1.29980625rem;top:27.875rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rouaRUDPoEU3gTWyPb00kR0lIdGlew2C { width:9.1875rem;height:1.29980625rem;top:43.625rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEi5BgEXGbKElfIxS7pFcqzWwmRlBKz8 { width:13.375rem;height:4.8984375rem;top:45.875rem;left:3.3125rem;font-size:0.875rem;font-family:neuton;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lBuzKpWZnx7ClikbW4SRWdWHazAVBkcn { display:flex;width:5.25rem;height:5.25rem;top:6.8125rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #T5lZ8o99g51wImNXZzrMcG5gm02XQo0X { display:flex;width:5.25rem;height:5.25rem;top:21.4375rem;left:7.125rem;font-size:3.625rem; }
 }@media only screen and (max-width: 763px) { #AWThTeWWDgJxq5XkZKwoPTHWlHaIWh3d { display:flex;width:5.25rem;height:5.25rem;top:37.375rem;left:7.375rem;font-size:3.625rem; }
 }@media only screen and (max-width: 763px) { #Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP { display:block; }#Te3otP7TTWZ79Wbsbznyb2KN7gRe7seP > .row .container { width:20rem;height:50.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdsmCyNqBz9UJxPUTdShHptIgo8pV5Tn { width:20rem;height:2.275rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDvFhFM6s2DFtrEUmLuny7fxyLfVneW0 { width:8.9375rem;height:5.875rem;top:4.9375004768372rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btbGcyXs3Jh36OaTUuG9X17hifX7hyxt { width:9.125rem;height:6.0625rem;top:4.8437504768372rem;left:10.180555343628rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3ci2FdWQQQEMEioSHyxc8VDy4n802p3 { width:8.625rem;height:5.6875rem;top:13.607955276966rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #McZtxqnF2UAl0iON5MKTStAUxw9xvFpe { width:9.1875rem;height:6rem;top:13.451705276966rem;left:10.149147987366rem;display:block; }
 }@media only screen and (max-width: 763px) { #RH8n8zikWS9noSdmzKVMZheBIXWqNg3p { width:8.875rem;height:5.875rem;top:21.201706105843rem;left:10.305397987366rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXU3H0qyTddcv8d0gcCpWCPKHEDJZEkT { width:8.875rem;height:5.875rem;top:29.311789989471rem;left:10.367433626781rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvA1MDxAFkSt8JBrzqCkt9c3yysAhF9o { width:8.8125rem;height:5.8125rem;top:29.311801910401rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JySaoJbtxLHrvHmpGocQIphFq4VLbiwR { width:8.6875rem;height:5.5625rem;top:21.420454978943rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHWwTa2ay4Zwd0E7xKUEvnC8mGHZIThu { width:8.9375rem;height:1.5rem;top:10.812500476837rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkZ4n8TbATFzGnFRBE9sgEwlEbwGZkiV { width:9.125rem;height:1.4375rem;top:10.811631679535rem;left:10.180555343628rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpkEqWkT2AvknLsHNp171ts1LbimVDek { width:9.1875rem;height:1.25rem;top:19.295454978943rem;left:10.149147987366rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf0tmvVFg6rJnAHiJ7FLCnDvvMplcECC { width:8.6875rem;height:1.375rem;top:26.951704978943rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlwx7sJ7mr8BSDnc6wSvcMFvPAIqILay { width:8.6875rem;height:1.3125rem;top:19.295454978943rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xckGvaEmbKsTKD2CwEiFIwMyyUWvKgH4 { width:8.8125rem;height:1.25rem;top:27.014216423034rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klmxcvDo633HUNTQvSkJoMHTCdqhuJCJ { width:8.8125rem;height:1.1875rem;top:35.124291419983rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMo1WmpG2bk7qDPmRZWBxGiRT9zHf2M3 { width:8.8125rem;height:1.125rem;top:35.185935974121rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkWG1N1XTS1lFw22gz9MDW5HfkfTIaJ7 { width:9rem;height:1.05625rem;top:11.062500476837rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkfbSuo0hHafCN7DzFUfAgcHI2fKtwM1 { width:8.6875rem;height:1.05625rem;top:11.061631679535rem;left:10.336805343628rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t11NdmrQhi9vRtKUhXLREEcxyidktbed { width:7.3125rem;height:1.05625rem;top:19.482954978943rem;left:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #chm3Qnf5JTsQRBfIzO8yszTTgieHRrUn { width:7.875rem;height:0.8941rem;top:27.201704978943rem;left:10.805397987366rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2R81UUJ7Who5nqkGfyORCJbM3R6s562 { width:8.9375rem;height:0.8941rem;top:27.200995445251rem;left:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWyqS2r0pchyrEmRBKRnRcV6y0zOi2B0 { width:10rem;height:0.8941rem;top:19.514204978943rem;left:9.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViTfzlGVDoBpaA8HPtBMPMgI2NNoXwUb { width:8.5625rem;height:1.05625rem;top:35.186790466309rem;left:0.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhcTMorsMWx21BHAX8W55FZQbA58P1k4 { width:7.75rem;height:1.05625rem;top:35.186818122864rem;left:10.867897987366rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMrDP2c8rhmOcKsmyei2RNMNpABaAhhM { width:9.1875rem;height:6.8125rem;top:37.559462547303rem;left:0.43619793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMeTeAGXOJsbqmCmyDQvlltlRhNqTsTx { width:7.4370625rem;height:2.11154375rem;top:44.369575500488rem;left:1.4344618916511rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbbQTCbX4fr5wUTLLT71F53dU18opJPf { width:9.375rem;height:2.125rem;top:44.369575500488rem;left:0.30924481153488rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:1.625rem;top:14.0244140625rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U8ndoKugc83XRNnWn6ndb3bgzIP1SkNh { width:8.9375rem;height:2.75rem;top:2.84765625rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMMenkPTHtJGgShDtHfz2pbTmGdLfrO9 { width:15.4373125rem;height:3.1494125rem;top:8.3452625274656rem;left:2.2808161377907rem;font-size:0.75rem;display:block; }
 }