.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:255,255,255;--color-primary-1:250,250,250;--color-primary-2:204,204,204;--color-primary-3:122,122,122;--color-primary-4:41,41,41;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Baloo 2";--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;position:relative;display:block; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65893853-c199-4f93-8c0a-1f984c2fc84b/LandigiWebBanner1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3.adaptive-delivery-prevent-bg, #oeO2Mgy3onsWt16dB99RUCILKf94O3H3.lazyload, #oeO2Mgy3onsWt16dB99RUCILKf94O3H3.lazyloading { background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { border-width: 0; border-radius: 0; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:60rem;height:40rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15rem;left:0rem;height:;color:rgba(var(--color-tertiary-0),1);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; }
#Abn78LXz9zCIOAG8lOizzJxwchHOngHX { display:block;width:39.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.9375rem;left:0rem;height:;color:rgba(var(--color-tertiary-0),1);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; }
#HGySILMmnF99WqpDEXnWUcfwvX5Cywql { position:absolute;display:block;z-index:15007;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:9.249125rem;width:9.249125rem;top:4.8187937736511rem;left:25.375434875488rem;overflow:hidden;display:block; }
#SHb4TOCEZ7kT2BToqadnxrPEAVggbBAN { display:block;width:40.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:24.497613906861rem;left:0rem;height:;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-0),1);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; }
#CeGZS7enmaRd1dLOiAk6yIIy7JaV2VWE { 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:4.625rem;width:26.625rem;top:35.375rem;left:0rem;overflow:hidden;display:block; }
#f3smcZ8JvQwhbe9s2OTFbOXGpLD4XQQ7 { 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:23.3125rem;width:15.9375rem;top:14.06689453125rem;left:38.2490234375rem;overflow:hidden;display:block; }
#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c1be4df3-4db1-4d2b-b1e0-a8b13e171628/LandigiCloudSections4.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8.adaptive-delivery-prevent-bg, #CLvzxhlfnty73IX4hyXl3qSBNaST37b8.lazyload, #CLvzxhlfnty73IX4hyXl3qSBNaST37b8.lazyloading { background-image: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { background-color: transparent; background-image: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container > .video-iframe-container { display: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container { display: none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .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); }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { border-width: 0; border-radius: 0; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { font-size:0.875rem;font-family:arial;height:9.75rem;width:60rem;position:relative;display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(0deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-1),1));background-image: -moz-linear-gradient(0deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-1),1));background-image: -ms-linear-gradient(0deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-1),1));background-image: -o-linear-gradient(0deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-1),1)', endColorstr='rgba(var(--color-tertiary-1),1)' );";background-image: linear-gradient(0deg, rgba(var(--color-tertiary-1),1), rgba(var(--color-tertiary-1),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; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { background-color: transparent; background-image: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container > .video-iframe-container { display: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container { display: none; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .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); }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { border-width: 0; border-radius: 0; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:60rem;position:relative;display:block; }#OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:;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;color:#006a9b;display:block; }
#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT { 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; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { background-color: transparent; background-image: none; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container > .video-iframe-container { display: none; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row > .video-iframe-container { display: none; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .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); }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { border-width: 0; border-radius: 0; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#TzIVTw3qkiVbpZCfbsBJ4fH46Rg6ETQs { display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:1.62524375rem;color:#006a9b;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RxNlM7g9b61VMKfMdhcSI2T1rCUSAZki { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:5.3125rem;left:0rem;height:5.94921875rem;color:#120f0f;text-align:right;text-align-last:right;display:block; }
#P27GvELnvoq0gaO3MJXgdd962DUb642k { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:16.3125rem;left:0rem;height:5.94921875rem;color:rgba(var(--color-tertiary-4),1);text-align:right;text-align-last:right;display:block; }
#akvRrKObbvQpUsIDqANJiisUmXVXKIQm { display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.8125rem;left:0rem;height:1.62524375rem;color:#006a9b;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RoL427nAFFAEOqtB9cWagT0Nf2QEmF9s { border-bottom:0;border-left:0;border-right:0;border-top:0;height:30.375rem;width:15.375rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0.1875rem;left:22.25rem;overflow:hidden;display:block; }
#XDbeEQtXxFwJdZD5Nk2r6vuNyrPn7KUI { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:5.3125rem;left:45rem;height:7.4365rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;display:block; }
#XKU8K6bprEdJvplSxTrnD68gCxqzdSLf { display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.7;letter-spacing:0;top:16.3125rem;left:45rem;height:11.89841875rem;color:rgba(var(--color-tertiary-4),1);text-align:left;text-align-last:left;display:block; }
#VMAUMtErLWD4kTrafkKrutFrgFgiyL2u { display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:13.8125rem;left:45rem;height:3.2504875rem;color:#006a9b;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ktoD6OQFw2KbUiEzf26fM2RIf7WzGf4B { display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8125rem;left:45rem;height:1.62524375rem;color:#006a9b;text-align:left;text-align-last:left;display:block; }
#ZIgoirLyHGTtNgVewXNXNSXOIxUTyX3l { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:2.8125rem;left:16.8125rem; }
#ZQlkqVH6MP9q1J5kqVVKqZygQmFcRTm3 { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:13.75rem;left:40.625rem; }
#WtTSCMCfssQmV4QFNICoeia7vCfyN0V3 { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:13.3125rem;left:16.8125rem; }
#QeHZ12qchudO4AM1GFLeoNOI5VpEsTyE { box-sizing:content-box;color:#5d92ff;font-size:1.8125rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:2.8125rem;left:40.625rem; }
#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-1),1);background-image:url("https://images.assets-landingi.com/uc/2c3699f5-83e9-4d7a-84fc-59a9e284ba86/LandigiWebBanner2.png");background-position:top left !important;background-repeat: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; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w.adaptive-delivery-prevent-bg, #ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w.lazyload, #ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w.lazyloading { background-image: none; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container { background-color: transparent; background-image: none; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container > .video-iframe-container { display: none; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row > .video-iframe-container { display: none; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .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); }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container { border-width: 0; border-radius: 0; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:60rem;position:relative;display:block; }#cTJsoA5kvthNped96yJ4J4DIEThg5F5w { border-bottom:0;border-left:0;border-right:0;border-top:0;height:19.6875rem;width:30.375rem;position:absolute;z-index:15009;top:6.8115215301512rem;left:0rem;display:block; }
#TpryEOUNLVay3bdZcB47zWlrNkKGWLcd { display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8120660781863rem;left:33.125003814698rem;height:2.84399375rem;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;color:rgba(var(--color-tertiary-1),1);display:block; }
#qdm23B2hXBSterzATLwsen2BP6WOXqlD { display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:12.4375rem;left:33.125rem;height:6.2988125rem;color:rgba(var(--color-tertiary-1),1);text-align:left;text-align-last:left;display:block; }
#kqGaDnp1NoRAzcfTPhTcPd95J4MAFCiV { 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:4.0625rem;width:23.4375rem;top:24.14892578125rem;left:33.125rem;overflow:hidden;display:block; }
#Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f6ff11db-4101-41ff-b17e-d8b49b9d1d88/LandigiCloudSections6.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !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; }#Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx.adaptive-delivery-prevent-bg, #Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx.lazyload, #Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx.lazyloading { background-image: none; }#Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx > .row .container { background-color: transparent; background-image: none; }#Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx > .row .container > .video-iframe-container { display: none; }#Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx > .row > .video-iframe-container { display: none; }#Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx > .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); }#Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx > .row .container { border-width: 0; border-radius: 0; }#Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx > .row .container { font-size:0.875rem;font-family:arial;height:9.5625rem;width:60rem;position:relative;display:block; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row .container { background-color: transparent; background-image: none; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row .container > .video-iframe-container { display: none; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row > .video-iframe-container { display: none; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .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); }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row .container { border-width: 0; border-radius: 0; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;position:relative;display:block; }#zLlt2mabBQOJHuEyasL4KzEbAfDZobRW { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:;text-align:center;text-align-last:center;font-style:normal;color:#006a9b;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; }
#BDTVlJ8DwgC675LLC6DblEM7lX7XS2PG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:0.125rem;width:5.625rem;position:absolute;display:block;z-index:15002;top:8.5625rem;left:27.1875rem;display:block; }
#i1Kvu9yPurGLTp3NesFnvnwKIQGuTR7W { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:13.75rem;left:0rem;overflow:hidden;display:block; }
#RmuFrn4fr26MTPlxI27Iw4vhZWsQaTNo { display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:13.75rem;left:5.625rem;height:5.736325rem;color:#006a9b;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#hTtC8sBp0v9rzwZKkIF0THXoGA822EIc { display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:19.9375rem;left:5.625rem;height:1.69970625rem;color:#006a9b;font-style:italic;display:block; }
#WM7F5IBBo8uue0zde1MdUg3PoE0swqpg { display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:13.75rem;left:40rem;height:7.6484375rem;color:#006a9b;font-style:italic;text-align:justify;text-align-last:initial;display:block; }
#gTdTeVWdvnyeHTKHJIlUhRx87W3wH9zg { display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.7;letter-spacing:0;top:21.3984375rem;left:40rem;height:1.69970625rem;color:#006a9b;font-style:italic;display:block; }
#PM5cV5haJf0eKAGTqAsFecDDleTZlLwi { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4.375rem;width:4.375rem;position:absolute;display:block;z-index:15006;box-shadow: none;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:13.75rem;left:34.375rem;overflow:hidden;display:block; }
#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65893853-c199-4f93-8c0a-1f984c2fc84b/LandigiWebBanner1.png");background-position:top left !important;background-repeat: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; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg.adaptive-delivery-prevent-bg, #dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg.lazyload, #dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg.lazyloading { background-image: none; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container { background-color: transparent; background-image: none; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container > .video-iframe-container { display: none; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row > .video-iframe-container { display: none; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .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); }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container { border-width: 0; border-radius: 0; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#zV7RRrVrOAiWEKC4pw4VA0kEph5XiusD { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.5470924377441rem;left:0rem;height:;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);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; }
#ayBwt8ZOFm2bs1z0TOXTPPtkFAHlkD0W { color:rgba(var(--color-tertiary-1),1);display:block;width:45.6865rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.130859375rem;left:7.15625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#SVXCtRPXFM7VLoy8TXoozt6uV3DN7Icb { 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:4.0625rem;width:23.4375rem;top:14.51123046875rem;left:18.28125rem;overflow:hidden;display:block; }
#EonBB9m6Nn0p2uIkWQhEhID3necESD90 { color:rgba(var(--color-tertiary-1),1);display:block;width:26.0623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.146484375rem;left:16.967231750488rem;height:1.29980625rem;display:block; }
#bh7vLmAMdUQEFuNF527Roq0M52rPJ0zn { position:relative;display:block; }#bh7vLmAMdUQEFuNF527Roq0M52rPJ0zn { background-color: transparent; background-image: none; }#bh7vLmAMdUQEFuNF527Roq0M52rPJ0zn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bh7vLmAMdUQEFuNF527Roq0M52rPJ0zn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bh7vLmAMdUQEFuNF527Roq0M52rPJ0zn > .row .container > .video-iframe-container { display: none; }#bh7vLmAMdUQEFuNF527Roq0M52rPJ0zn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bh7vLmAMdUQEFuNF527Roq0M52rPJ0zn > .row > .video-iframe-container { display: none; }#bh7vLmAMdUQEFuNF527Roq0M52rPJ0zn > .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); }#bh7vLmAMdUQEFuNF527Roq0M52rPJ0zn { border-width: 0; border-radius: 0; }#bh7vLmAMdUQEFuNF527Roq0M52rPJ0zn > .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; }#bh7vLmAMdUQEFuNF527Roq0M52rPJ0zn > .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:8.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Gf9QsH5Bla0ICrbTZxRsx2vP7i42rl7L { color:#006a9b;display:block;width:44.3120625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:0.186625rem;left:7.8439674377444rem;height:;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:47.75rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { width:31.25rem;height:3.25rem;top:12.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abn78LXz9zCIOAG8lOizzJxwchHOngHX { width:31.25rem;height:4.875rem;top:16.875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGySILMmnF99WqpDEXnWUcfwvX5Cywql { top:4.8125rem;left:19.250434875488rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHb4TOCEZ7kT2BToqadnxrPEAVggbBAN { width:47.75rem;height:4.0625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeGZS7enmaRd1dLOiAk6yIIy7JaV2VWE { top:35.375rem;left:0rem;width:26.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3smcZ8JvQwhbe9s2OTFbOXGpLD4XQQ7 { top:14.0625rem;left:31.8125rem;width:15.9375rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { display:block; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHhwi87SUuhsi3m40G37iWop6LLh19t5 { display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { width:47.75rem;height:2.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT { display:block; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzIVTw3qkiVbpZCfbsBJ4fH46Rg6ETQs { width:11.875rem;height:1.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxNlM7g9b61VMKfMdhcSI2T1rCUSAZki { width:11.875rem;height:4.125rem;top:6.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P27GvELnvoq0gaO3MJXgdd962DUb642k { width:11.875rem;height:4.125rem;top:15.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akvRrKObbvQpUsIDqANJiisUmXVXKIQm { width:11.875rem;height:1.625rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoL427nAFFAEOqtB9cWagT0Nf2QEmF9s { width:15.375rem;height:30.375rem;top:0.1875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDbeEQtXxFwJdZD5Nk2r6vuNyrPn7KUI { width:11.875rem;height:4.125rem;top:6.25rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKU8K6bprEdJvplSxTrnD68gCxqzdSLf { width:11.875rem;height:4.125rem;top:15.625rem;left:35.895833333333rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMAUMtErLWD4kTrafkKrutFrgFgiyL2u { width:11.875rem;height:1.625rem;top:13.125rem;left:35.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktoD6OQFw2KbUiEzf26fM2RIf7WzGf4B { width:11.875rem;height:1.625rem;top:3.75rem;left:35.895833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIgoirLyHGTtNgVewXNXNSXOIxUTyX3l { width:2.625rem;height:2.625rem;top:2.8125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQlkqVH6MP9q1J5kqVVKqZygQmFcRTm3 { width:2.625rem;height:2.625rem;top:13.75rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtTSCMCfssQmV4QFNICoeia7vCfyN0V3 { width:2.625rem;height:2.625rem;top:13.3125rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeHZ12qchudO4AM1GFLeoNOI5VpEsTyE { width:2.625rem;height:2.625rem;top:2.8125rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w { display:block; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container { width:47.75rem;height:25.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTJsoA5kvthNped96yJ4J4DIEThg5F5w { width:21.0625rem;height:15.75rem;top:9.4375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpryEOUNLVay3bdZcB47zWlrNkKGWLcd { width:22.5rem;height:2.8125rem;top:4.3125rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdm23B2hXBSterzATLwsen2BP6WOXqlD { width:22.5rem;height:8.625rem;top:9.375rem;left:25.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqGaDnp1NoRAzcfTPhTcPd95J4MAFCiV { top:24.125rem;left:23.9375rem;width:23.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx { display:block; }#Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm { display:block; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLlt2mabBQOJHuEyasL4KzEbAfDZobRW { width:47.75rem;height:2.8125rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDTVlJ8DwgC675LLC6DblEM7lX7XS2PG { width:5.625rem;height:0.125rem;top:7.875rem;left:21rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1Kvu9yPurGLTp3NesFnvnwKIQGuTR7W { width:4.375rem;height:4.375rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmuFrn4fr26MTPlxI27Iw4vhZWsQaTNo { width:16.25rem;height:7.1875rem;top:13.125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTtC8sBp0v9rzwZKkIF0THXoGA822EIc { width:16.25rem;height:1.6875rem;top:20.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM7F5IBBo8uue0zde1MdUg3PoE0swqpg { width:16.25rem;height:7.1875rem;top:13.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTdTeVWdvnyeHTKHJIlUhRx87W3wH9zg { width:16.25rem;height:1.6875rem;top:20.8125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM5cV5haJf0eKAGTqAsFecDDleTZlLwi { width:4.375rem;height:4.375rem;top:13.125rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg { display:block; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container { width:47.75rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV7RRrVrOAiWEKC4pw4VA0kEph5XiusD { width:47.75rem;height:4.0625rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayBwt8ZOFm2bs1z0TOXTPPtkFAHlkD0W { top:20.125rem;left:1.03125rem;width:45.625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVXCtRPXFM7VLoy8TXoozt6uV3DN7Icb { top:14.5rem;left:12.15625rem;width:23.4375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EonBB9m6Nn0p2uIkWQhEhID3necESD90 { top:10.125rem;left:10.841796875rem;width:26rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh7vLmAMdUQEFuNF527Roq0M52rPJ0zn { display:block; }#bh7vLmAMdUQEFuNF527Roq0M52rPJ0zn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf9QsH5Bla0ICrbTZxRsx2vP7i42rl7L { top:0.125rem;left:1.71875rem;width:44.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65893853-c199-4f93-8c0a-1f984c2fc84b/LandigiWebBanner1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .row > .video-iframe-container { display: none; }#d6LyuwEOCezNNq6BlpG7h8C61kvx9RZP > .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) { #oeO2Mgy3onsWt16dB99RUCILKf94O3H3 { position:relative;z-index:auto;background-color:transparent;background-image:none;display:block; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { background-color: transparent; background-image: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row > .video-iframe-container { display: none; }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .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); }#oeO2Mgy3onsWt16dB99RUCILKf94O3H3 > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNrKXvaMah0UIoW7xksR5BWb8RvJIobw { width:20rem;height:2.5996125rem;top:4.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Abn78LXz9zCIOAG8lOizzJxwchHOngHX { width:20rem;height:2.5996125rem;top:7.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HGySILMmnF99WqpDEXnWUcfwvX5Cywql { width:4.562175rem;height:4.562175rem;top:0rem;left:7.7186422348025rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHb4TOCEZ7kT2BToqadnxrPEAVggbBAN { width:20rem;height:6.5rem;top:25.41943359375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CeGZS7enmaRd1dLOiAk6yIIy7JaV2VWE { width:15.1875rem;height:2.625rem;top:35.5400390625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3smcZ8JvQwhbe9s2OTFbOXGpLD4XQQ7 { width:10.3125rem;height:15.0625rem;top:9.787109375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLvzxhlfnty73IX4hyXl3qSBNaST37b8 { display:none; }#CLvzxhlfnty73IX4hyXl3qSBNaST37b8 > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DHhwi87SUuhsi3m40G37iWop6LLh19t5 { display:block; }#DHhwi87SUuhsi3m40G37iWop6LLh19t5 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlTrrmxF7G1QgS6kHL3LhzCOVySThil0 { width:20rem;height:4.875rem;top:1.044921875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT { display:block; }#vvLxqu5Tsrc0AXlZ1b9tduskhQJBI0yT > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzIVTw3qkiVbpZCfbsBJ4fH46Rg6ETQs { width:15rem;height:1.625rem;top:4.4373922348022rem;left:2.5000002384186rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxNlM7g9b61VMKfMdhcSI2T1rCUSAZki { width:15rem;height:5.5234375rem;top:6.0622835159302rem;left:2.5000002384186rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P27GvELnvoq0gaO3MJXgdd962DUb642k { width:15rem;height:5.5234375rem;top:17.211047053337rem;left:2.5000002384186rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #akvRrKObbvQpUsIDqANJiisUmXVXKIQm { width:15rem;height:1.625rem;top:15.585504531861rem;left:2.5000002384186rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoL427nAFFAEOqtB9cWagT0Nf2QEmF9s { width:12.75rem;height:25.1875rem;top:48.310546875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDbeEQtXxFwJdZD5Nk2r6vuNyrPn7KUI { width:15rem;height:6.9043125rem;top:28.045682907104rem;left:2.5000002384186rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKU8K6bprEdJvplSxTrnD68gCxqzdSLf { width:15rem;height:11.0469rem;top:39.321722030639rem;left:2.5000002384186rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMAUMtErLWD4kTrafkKrutFrgFgiyL2u { width:15rem;height:3.25rem;top:37.696725845337rem;left:2.5000002384186rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktoD6OQFw2KbUiEzf26fM2RIf7WzGf4B { width:15rem;height:1.625rem;top:26.420681834221rem;left:2.5000002384186rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIgoirLyHGTtNgVewXNXNSXOIxUTyX3l { width:2.62424375rem;height:2.62424375rem;top:1.3742405176162rem;left:8.6876087188719rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQlkqVH6MP9q1J5kqVVKqZygQmFcRTm3 { width:2.62424375rem;height:2.62424375rem;top:34.572377204895rem;left:8.6876087188719rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtTSCMCfssQmV4QFNICoeia7vCfyN0V3 { width:2.62424375rem;height:2.62424375rem;top:12.499566912651rem;left:8.6876087188719rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeHZ12qchudO4AM1GFLeoNOI5VpEsTyE { width:2.62424375rem;height:2.62424375rem;top:23.484919428826rem;left:8.6876087188719rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w { display:block; }#ETKqQoIwgt2aTtGRVEfivPq6fDSvqO5w > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTJsoA5kvthNped96yJ4J4DIEThg5F5w { width:17.6871875rem;height:13.2498125rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpryEOUNLVay3bdZcB47zWlrNkKGWLcd { width:20rem;height:2.5996125rem;top:15.7498125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdm23B2hXBSterzATLwsen2BP6WOXqlD { width:20rem;height:7.312rem;top:22.19838125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqGaDnp1NoRAzcfTPhTcPd95J4MAFCiV { width:12.8125rem;height:2.1875rem;top:32.770182609558rem;left:3.5937502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx { display:none; }#Cxbv8OFNVI8GCeGSOHd1d8VA5ZoJkvZx > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm { display:block; }#B1XioNI0ULTNm3d7zLXGe6LvhFVD7OXm > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zLlt2mabBQOJHuEyasL4KzEbAfDZobRW { width:20rem;height:4.875rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDTVlJ8DwgC675LLC6DblEM7lX7XS2PG { width:5.625rem;height:0.124783125rem;top:7.3735875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1Kvu9yPurGLTp3NesFnvnwKIQGuTR7W { width:4.375rem;height:4.375rem;top:8.748370625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmuFrn4fr26MTPlxI27Iw4vhZWsQaTNo { width:14.375rem;height:4.4619125rem;top:14.373370625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTtC8sBp0v9rzwZKkIF0THXoGA822EIc { width:14.375rem;height:1.69970625rem;top:21.573351875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WM7F5IBBo8uue0zde1MdUg3PoE0swqpg { width:14.375rem;height:5.94921875rem;top:30.148114375rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTdTeVWdvnyeHTKHJIlUhRx87W3wH9zg { width:14.375rem;height:1.69970625rem;top:37.348095625rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM5cV5haJf0eKAGTqAsFecDDleTZlLwi { width:4.375rem;height:4.375rem;top:24.523114375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg { display:block; }#dOdl6RsJ3XsgOAeLbuIc58ddFXfsRpvg > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zV7RRrVrOAiWEKC4pw4VA0kEph5XiusD { width:20rem;height:4.875rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayBwt8ZOFm2bs1z0TOXTPPtkFAHlkD0W { width:20rem;height:5.19965625rem;top:17.357854843139rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVXCtRPXFM7VLoy8TXoozt6uV3DN7Icb { width:15.4375rem;height:2.6875rem;top:12.9697265625rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EonBB9m6Nn0p2uIkWQhEhID3necESD90 { width:20rem;height:2.5996125rem;top:9.4976081848144rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bh7vLmAMdUQEFuNF527Roq0M52rPJ0zn { display:block; }#bh7vLmAMdUQEFuNF527Roq0M52rPJ0zn > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf9QsH5Bla0ICrbTZxRsx2vP7i42rl7L { width:20rem;height:6.499rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }