.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:254,246,217;--color-primary-1:253,224,129;--color-primary-2:251,193,2;--color-primary-3:126,97,1;--color-primary-4:38,29,0;--color-secondary-0:240,220,225;--color-secondary-1:205,139,157;--color-secondary-2:155,22,58;--color-secondary-3:78,11,29;--color-secondary-4:23,3,9;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Poppins"; }@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:#ffffff;background-image:url("https://icons.assets-landingi.com/icon_ae5e7a2c82499c9127c88409fc1baaa6c81536d7.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQmW0KSrRCuLn4aBTeGczdabF1i2zw46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#OQmW0KSrRCuLn4aBTeGczdabF1i2zw46 > .row .container { background-color: transparent; background-image: none; }#OQmW0KSrRCuLn4aBTeGczdabF1i2zw46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQmW0KSrRCuLn4aBTeGczdabF1i2zw46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQmW0KSrRCuLn4aBTeGczdabF1i2zw46 > .row .container > .video-iframe-container { display: none; }#OQmW0KSrRCuLn4aBTeGczdabF1i2zw46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQmW0KSrRCuLn4aBTeGczdabF1i2zw46 > .row > .video-iframe-container { display: none; }#OQmW0KSrRCuLn4aBTeGczdabF1i2zw46 > .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); }#OQmW0KSrRCuLn4aBTeGczdabF1i2zw46 > .row .container { border-width: 0; border-radius: 0; }#OQmW0KSrRCuLn4aBTeGczdabF1i2zw46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQmW0KSrRCuLn4aBTeGczdabF1i2zw46 > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#n1IOmTDi4bdMhP6xRz54xCvb4EIH0I8x { 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:3.8107625rem;width:9.375rem;top:1.843533039093rem;left:2.5607643127441rem;overflow:hidden;display:block; }
#lMwwk8DmzJNJxuGXAh9kmSs8ziLzyQZ6 { background-color:rgba(0,0,0,0);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-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.31041875rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.4375002384186rem;left:54.25rem;display:block; }
#u1qw00EpqoarEygrR0am1xFuk6CJNic5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVZ4dEvkNXaBx0Jq9PNiLWKZ3L0EzdGP { 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:3.75rem;width:2.375rem;top:1.7491320371627rem;left:12.999132156372rem;overflow:hidden;display:block; }
#iz6A710wflh63KK9Mpbl6Etq2gmg22PZ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:2.9687502384186rem;left:66.810985565187rem;overflow:hidden;display:none; }
#kwvUDiukqvGfDT8oUxJtZ0VxgVL5lqyh { position:absolute;display:block;z-index:15005;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:1.62435rem;width:1.5625rem;top:2.9375rem;left:69.625rem;overflow:hidden;display:none; }
#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.91);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; }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .row .container { background-color: transparent; background-image: none; }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .row .container > .video-iframe-container { display: none; }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .row > .video-iframe-container { display: none; }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .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); }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .row .container { border-width: 0; border-radius: 0; }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .row .container { font-size:0.875rem;font-family:arial;height:58.125rem;width:75rem;position:relative;display:block; }#Dic4wO3xpDAB9wJvZodN6J5Wi1i4hXGL { color:rgba(var(--color-tertiary-4),1);display:block;width:42.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:11rem;left:16.375rem;height:4.725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K6l35SmuWp3aRH6Cnz0uZST6I7nawcGw { box-sizing:content-box;height:36rem;width:31.125rem;position:absolute;display:block;z-index:15000;background-color:#8d163b;background-image:none;top:19.195310592651rem;left:33.941009521484rem;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
#fVuTTvib6DDyfPpmyCTyH6J4kIDzZiTM { color:rgba(var(--color-tertiary-4),1);display:block;width:54.9375rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:1.625rem;left:10.0625rem;height:7.5rem;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;text-align:center;text-align-last:center;display:block; }
#gZ7tklPZRGDDTATz5H0t1UmXhKQvGsGn { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:9.625rem;top:15.5625rem;left:21.4375rem;overflow:hidden;display:block; }
#RcTOk9VeieOcZAdwbSf1Kv4w4KAddWGa { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:25.0625rem;top:16.5625rem;left:6.8125rem;overflow:hidden;display:block; }
#yAgCi40QwlOKiQAoC6nlrr7qP3vpXk73 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:20.6875rem;left:36rem;height:1.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mWTCDBgWnqPZMVTTeksoTPizaCtc7SQ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:42.375rem;left:19.375rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IkCy6DtZG9BqFLkQ5B4NGoqilqfGKp2c { color:rgba(var(--color-tertiary-0),1);display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:45.129169464111rem;left:10.066665649414rem;height:9.121875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#IkCy6DtZG9BqFLkQ5B4NGoqilqfGKp2c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IkCy6DtZG9BqFLkQ5B4NGoqilqfGKp2c li:before{  }
#UutBZE35HdpZducg1Tp4g6TxHA0Im2O6 { position:absolute;display:block;z-index:15087;height:27.625rem;width:27.8125rem;top:23.445833683014rem;left:35.498958587646rem;display:block; }
#L9PurQi6HOrIPmce3i5l4JvU7cZVmEXK { background-color:#3c0716;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#L9PurQi6HOrIPmce3i5l4JvU7cZVmEXK > .row .container { background-color: transparent; background-image: none; }#L9PurQi6HOrIPmce3i5l4JvU7cZVmEXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9PurQi6HOrIPmce3i5l4JvU7cZVmEXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9PurQi6HOrIPmce3i5l4JvU7cZVmEXK > .row .container > .video-iframe-container { display: none; }#L9PurQi6HOrIPmce3i5l4JvU7cZVmEXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L9PurQi6HOrIPmce3i5l4JvU7cZVmEXK > .row > .video-iframe-container { display: none; }#L9PurQi6HOrIPmce3i5l4JvU7cZVmEXK > .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); }#L9PurQi6HOrIPmce3i5l4JvU7cZVmEXK > .row .container { border-width: 0; border-radius: 0; }#L9PurQi6HOrIPmce3i5l4JvU7cZVmEXK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L9PurQi6HOrIPmce3i5l4JvU7cZVmEXK > .row .container { font-size:0.875rem;font-family:"open sans";height:31.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#eeKp5WhbG0QMEk0nyUNFVfDTxS6pqDgd { color:rgba(var(--color-primary-2),1);display:block;width:61.8125rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.375rem;left:6.625rem;height:3.5625rem;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; }
#LrfmghLfNzUIbf5ytkIG8EPX6wxH6lGH { color:rgba(var(--color-secondary-0),1);display:block;width:50rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:7.0625rem;left:12.5rem;height:1.925rem;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; }
#FP7kTw8Rl7lFpv8F5pbmlwVLJ4xMxqEy { color:rgba(var(--color-secondary-2),1);display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:13.4375rem;left:14.0625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tEGVLaRp6UitDhoN38VWMLCQs14MDieg { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:16.5rem;left:12.6875rem;height:2.7984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#holfL1pqgcfpvMcqGZlflW3FSTmWyNKc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:16.5rem;left:30.375rem;height:2.7984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0zwqGBPEugeCluHwBoRoofum0UGqGDC { color:rgba(var(--color-secondary-2),1);display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:13.4375rem;left:31.5625rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rkqPeQNvZwUDBlamxsMB7ncwmGQ0uUQz { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:16.5rem;left:47.75rem;height:2.7984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vlOkQU7lWKQSDrl31hhviQ5VSaz5HLrS { color:rgba(var(--color-secondary-2),1);display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:13.4375rem;left:49.4375rem;height:1.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7ZmEAiRJpvKJretkyoq2zDV8TkIlHp7 { box-sizing:content-box;height:8.125rem;width:15.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:12.1875rem;left:12.25rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#MuQdvgDyl0ZwmktC6rIMVahfwv0unTDh { box-sizing:content-box;height:8.125rem;width:15.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:12.1875rem;left:29.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#pdCbUpyd61Hhzy5th0Mt4EfTf15gZL4N { box-sizing:content-box;height:8.125rem;width:15.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:12.1875rem;left:47rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#Ew7PHdFlez6CmREzsDpDl07TfW1G6S8s { box-sizing:content-box;height:0.25rem;width:24.8125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.25rem;left:23.8125rem;display:block; }
#koA0WQ1c7EvqTgZPTiZhOUIXnQqKd5cF { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:34.375rem;height:4.6875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.375rem;left:20.3125rem;display:block; }
#ecOHpxGVEfehfG8KdVdLTF5TP8yivVIJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RQ8x6JXsT81yqRG43DBKIuwgkhbI1FKc { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#bTUQ3wsuA5PP12TKugFBiw33cNAMnfAx { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#bTUQ3wsuA5PP12TKugFBiw33cNAMnfAx > .row .container { background-color: transparent; background-image: none; }#bTUQ3wsuA5PP12TKugFBiw33cNAMnfAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTUQ3wsuA5PP12TKugFBiw33cNAMnfAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTUQ3wsuA5PP12TKugFBiw33cNAMnfAx > .row .container > .video-iframe-container { display: none; }#bTUQ3wsuA5PP12TKugFBiw33cNAMnfAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bTUQ3wsuA5PP12TKugFBiw33cNAMnfAx > .row > .video-iframe-container { display: none; }#bTUQ3wsuA5PP12TKugFBiw33cNAMnfAx > .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); }#bTUQ3wsuA5PP12TKugFBiw33cNAMnfAx > .row .container { border-width: 0; border-radius: 0; }#bTUQ3wsuA5PP12TKugFBiw33cNAMnfAx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bTUQ3wsuA5PP12TKugFBiw33cNAMnfAx > .row .container { font-size:0.875rem;font-family:"open sans";height:34.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#x5T88LXUwaQ3uWzITlAUsgEuzqephPdb { color:rgba(var(--color-secondary-2),1);display:block;width:73.125rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.25rem;left:0.9375rem;height:3.5625rem;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; }
#nqTMgUhis9kmp90KkdgKhePt2FUxMwtL { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:17.8125rem;left:4.0625rem;height:4.19765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Nvee2s8JNlu95UfpgqTmEywhxvVQHFlO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:17.875rem;left:22.1875rem;height:4.19765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PsG4yKfnpE6EWNyhbF5NStKMaEegcsxi { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:17.8125rem;left:40.875rem;height:4.19765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sKvrhq0SD1wb1W6cWZl4cVHC1qpU0vWC { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.6875rem;height:4.6875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.1875rem;left:20.09375rem;display:block; }
#pC7w2AVUBZbST1hPFv8P31nGMVJ36ER2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KpOkNDTUryfvgUc67RBTMuzDhAnfACLc { box-sizing:content-box;height:13.625rem;width:15.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:9.6875rem;left:2.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fwDcgCJoUCi3uGpA3NrH3wffVhqZNvkF { box-sizing:content-box;height:13.75rem;width:15.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:9.75rem;left:38.6875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#fFLHQnvzZqtkUCXE3BVX7sCozwQW8vNv { box-sizing:content-box;height:13.625rem;width:15.75rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:9.8125rem;left:20.5625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#tJHOl2TtVEchUTHGXBIzuhd6we6kcmis { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.875rem;top:11.625rem;left:26.5625rem;display:block; }
#RwQS2eipT6sZllOdmWrGNrEVkf2PBr1o { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.875rem;top:11.5rem;left:8.6875rem;display:block; }
#JrcG08ZJ2NKfxM4tIV2SJQe6vzlDLmkC { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.125rem;top:11.4375rem;left:44.5625rem;display:block; }
#W13QyE26MH5vnvW8BMXVvicsRTvHTNIr { box-sizing:content-box;height:13.75rem;width:15.75rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);top:9.6875rem;left:56.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#plPIMGH8THeA7vtfIsnO4n8k5kOlNgC8 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.125rem;top:11.5rem;left:61.4375rem;display:block; }
#DEtZCTz1MnkEpsx7c4Pb5ac0vaKXnDtO { color:rgba(var(--color-tertiary-4),1);display:block;width:11.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:17.875rem;left:58.8125rem;height:4.19765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kDasK67rSn09MWpJ16woh835xy4TTyIR { background-color:#ededed;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { background-color: transparent; background-image: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container > .video-iframe-container { display: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container { display: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .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); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { border-width: 0; border-radius: 0; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { font-size:0.875rem;font-family:"open sans";height:27.125rem;width:75rem;overflow:visible;position:relative;display:block; }#T0TTJR55ZDS3w59urnBgf06zJo8tGtuf { color:rgba(var(--color-secondary-2),1);display:block;width:63.9375rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.9375rem;left:5.53125rem;height:3.5625rem;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; }
#WZGPggvyfWk2aZLX1eTupgC49uFxaSA6 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:9.875rem;left:14.6875rem;height:6.9984375rem;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; }
#GUnuBFcKSaGd6giWTbKI2ao6shcvFGTK { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.875rem;height:4.6875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:18.9375rem;left:19.0625rem;display:block; }
#tchEdxw0ZVThfFKLk82sNGD2p1Axzt7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qzf12crJKGyDhEVyD6yHFNBUN1JrqXpZ { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#ZAWuBu2zTe53PqqZaaa5wtQlbnMyIaG2 { box-sizing:content-box;height:16rem;width:18.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:3.8125rem;left:37.6875rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#NhBfueo9P44huDW2vPTbzi9cUOObSPGL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { background-color: transparent; background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .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); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { border-width: 0; border-radius: 0; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { font-size:0.875rem;font-family:"open sans";height:41.8125rem;width:75rem;position:relative;display:block; }#U9tyRio0ILeOVdaaiIdLPOPTbcJ4V1gL { color:rgba(var(--color-secondary-4),1);display:block;width:26.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:18.375rem;left:11.75rem;height:11.19375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#bASCtIa6AlAeVtJ1JzRiv9sr0iTV8XEK { color:rgba(var(--color-secondary-2),1);display:block;width:31.25rem;position:absolute;font-family:"open sans";font-size:3.5625rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:9.625rem;left:11.75rem;height:7.125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk { box-sizing:content-box;height:33.75rem;width:20.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c63ad208-837a-4248-a061-c7a3a1526595/Designsemnome4.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.6875rem;left:43rem;border-top-left-radius:15.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.adaptive-delivery-prevent-bg, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyload, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyloading { background-image: none; }
#JmIv8vt1767xn1EJ3XrLwasaiBWsB4X1 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:4.8125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.6875rem;left:11.75rem;display:block; }
#IXRtbyHJkUa8AXRvyT540k7iptvr4ZKd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .row .container { background-color: transparent; background-image: none; }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .row .container > .video-iframe-container { display: none; }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .row > .video-iframe-container { display: none; }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .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); }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .row .container { border-width: 0; border-radius: 0; }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .row .container { font-size:0.875rem;font-family:arial;height:25.125rem;width:75rem;position:relative;display:block; }#UWHJpddi2u5sDbufTZrghqG77h1IAUW5 { color:rgba(var(--color-secondary-2),1);display:block;width:34.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:6.625rem;left:20rem;height:7.9921875rem;text-align:center;text-align-last:center;display:block; }
#LEhPxnTOeOEFaXkxdHPZUT7hMeTgwqic { color:rgba(var(--color-secondary-2),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:22.4375rem;left:26rem;height:1.4003875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dkI8VTBGxcDqGwgehBytQ8dbKPMTCrMJ { position:absolute;display:block;z-index:15004;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.875rem;width:10.3125rem;top:1.3125rem;left:32.375rem;overflow:hidden;display:block; }
#sxA5gMEm1rLsCkOaiM5N0WGdozJ6ooTT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.1875rem;top:16.25rem;left:34.25rem;display:block; }
#bZKW27PlJBimu7qoFno5ag3asqeQN773 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:2.5625rem;top:16.1875rem;left:38.25rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OQmW0KSrRCuLn4aBTeGczdabF1i2zw46 { display:block; }#OQmW0KSrRCuLn4aBTeGczdabF1i2zw46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1IOmTDi4bdMhP6xRz54xCvb4EIH0I8x { top:1.8125rem;left:0rem;width:9.375rem;height:3.8107625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMwwk8DmzJNJxuGXAh9kmSs8ziLzyQZ6 { width:10.3125rem;height:2.25rem;top:2.4375rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1qw00EpqoarEygrR0am1xFuk6CJNic5 { display:block; }
 }@media only screen and (max-width: 763px) { #MVZ4dEvkNXaBx0Jq9PNiLWKZ3L0EzdGP { top:1.6875rem;left:0rem;width:2.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz6A710wflh63KK9Mpbl6Etq2gmg22PZ { top:2.9375rem;left:46.1875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwvUDiukqvGfDT8oUxJtZ0VxgVL5lqyh { top:2.9375rem;left:46.1875rem;width:1.5625rem;height:1.62435rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi { display:block; }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dic4wO3xpDAB9wJvZodN6J5Wi1i4hXGL { top:10.9375rem;left:2.75rem;width:42.3125rem;height:4.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6l35SmuWp3aRH6Cnz0uZST6I7nawcGw { top:19.1875rem;left:16.625rem;width:31.125rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVuTTvib6DDyfPpmyCTyH6J4kIDzZiTM { top:1.625rem;left:0rem;width:47.75rem;height:7.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ7tklPZRGDDTATz5H0t1UmXhKQvGsGn { top:15.5625rem;left:7.8125rem;width:9.625rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcTOk9VeieOcZAdwbSf1Kv4w4KAddWGa { top:16.5625rem;left:0rem;width:25.0625rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgCi40QwlOKiQAoC6nlrr7qP3vpXk73 { top:20.6875rem;left:19.5rem;width:28.25rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWTCDBgWnqPZMVTTeksoTPizaCtc7SQ9 { top:42.375rem;left:5.75rem;width:10.5625rem;height:1.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkCy6DtZG9BqFLkQ5B4NGoqilqfGKp2c { top:45.125rem;left:0rem;width:21.9375rem;height:9.125rem;font-size:0.8125rem;display:block; }#IkCy6DtZG9BqFLkQ5B4NGoqilqfGKp2c li:before{  }
 }@media only screen and (max-width: 763px) { #UutBZE35HdpZducg1Tp4g6TxHA0Im2O6 { top:23.4375rem;left:19.9375rem;width:27.8125rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9PurQi6HOrIPmce3i5l4JvU7cZVmEXK { display:block; }#L9PurQi6HOrIPmce3i5l4JvU7cZVmEXK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeKp5WhbG0QMEk0nyUNFVfDTxS6pqDgd { top:2.375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrfmghLfNzUIbf5ytkIG8EPX6wxH6lGH { top:7.0625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP7kTw8Rl7lFpv8F5pbmlwVLJ4xMxqEy { top:13.4375rem;left:0.4375rem;width:12.3125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEGVLaRp6UitDhoN38VWMLCQs14MDieg { top:16.5rem;left:0rem;width:15.0625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #holfL1pqgcfpvMcqGZlflW3FSTmWyNKc { top:16.5rem;left:16.75rem;width:14.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0zwqGBPEugeCluHwBoRoofum0UGqGDC { top:13.4375rem;left:17.9375rem;width:11.875rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkqPeQNvZwUDBlamxsMB7ncwmGQ0uUQz { top:16.5rem;left:33.1875rem;width:14.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlOkQU7lWKQSDrl31hhviQ5VSaz5HLrS { top:13.4375rem;left:35.8125rem;width:11.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7ZmEAiRJpvKJretkyoq2zDV8TkIlHp7 { top:12.1875rem;left:0rem;width:15.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuQdvgDyl0ZwmktC6rIMVahfwv0unTDh { top:12.1875rem;left:16.0625rem;width:15.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdCbUpyd61Hhzy5th0Mt4EfTf15gZL4N { top:12.1875rem;left:31.875rem;width:15.75rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew7PHdFlez6CmREzsDpDl07TfW1G6S8s { top:16.25rem;left:10.1875rem;width:24.8125rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #koA0WQ1c7EvqTgZPTiZhOUIXnQqKd5cF { width:34.375rem;height:4.6875rem;top:23.375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecOHpxGVEfehfG8KdVdLTF5TP8yivVIJ { display:block; }
 }@media only screen and (max-width: 763px) { #RQ8x6JXsT81yqRG43DBKIuwgkhbI1FKc { display:none; }
 }@media only screen and (max-width: 763px) { #bTUQ3wsuA5PP12TKugFBiw33cNAMnfAx { display:block; }#bTUQ3wsuA5PP12TKugFBiw33cNAMnfAx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5T88LXUwaQ3uWzITlAUsgEuzqephPdb { top:3.25rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqTMgUhis9kmp90KkdgKhePt2FUxMwtL { top:17.8125rem;left:0rem;width:13.1875rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvee2s8JNlu95UfpgqTmEywhxvVQHFlO { top:17.875rem;left:8.5625rem;width:12.125rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsG4yKfnpE6EWNyhbF5NStKMaEegcsxi { top:17.8125rem;left:27.25rem;width:11.5rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKvrhq0SD1wb1W6cWZl4cVHC1qpU0vWC { width:37.6875rem;height:4.6875rem;top:26.1875rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC7w2AVUBZbST1hPFv8P31nGMVJ36ER2 { display:block; }
 }@media only screen and (max-width: 763px) { #KpOkNDTUryfvgUc67RBTMuzDhAnfACLc { top:9.6875rem;left:0rem;width:15.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwDcgCJoUCi3uGpA3NrH3wffVhqZNvkF { top:9.75rem;left:25.0625rem;width:15.75rem;height:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFLHQnvzZqtkUCXE3BVX7sCozwQW8vNv { top:9.8125rem;left:6.9375rem;width:15.75rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJHOl2TtVEchUTHGXBIzuhd6we6kcmis { width:3.875rem;height:3.9375rem;top:11.625rem;left:12.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RwQS2eipT6sZllOdmWrGNrEVkf2PBr1o { width:3.875rem;height:3.9375rem;top:11.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrcG08ZJ2NKfxM4tIV2SJQe6vzlDLmkC { width:4.125rem;height:4.1875rem;top:11.4375rem;left:30.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W13QyE26MH5vnvW8BMXVvicsRTvHTNIr { top:9.6875rem;left:31.875rem;width:15.75rem;height:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #plPIMGH8THeA7vtfIsnO4n8k5kOlNgC8 { width:4.125rem;height:4.1875rem;top:11.5rem;left:43.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DEtZCTz1MnkEpsx7c4Pb5ac0vaKXnDtO { top:17.875rem;left:36.25rem;width:11.5rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDasK67rSn09MWpJ16woh835xy4TTyIR { display:block; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0TTJR55ZDS3w59urnBgf06zJo8tGtuf { top:2.9375rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZGPggvyfWk2aZLX1eTupgC49uFxaSA6 { top:9.875rem;left:1.0625rem;width:45.625rem;height:7rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUnuBFcKSaGd6giWTbKI2ao6shcvFGTK { width:36.875rem;height:4.6875rem;top:18.9375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tchEdxw0ZVThfFKLk82sNGD2p1Axzt7V { display:block; }
 }@media only screen and (max-width: 763px) { #Qzf12crJKGyDhEVyD6yHFNBUN1JrqXpZ { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAWuBu2zTe53PqqZaaa5wtQlbnMyIaG2 { top:3.8125rem;left:24.0625rem;width:18.125rem;height:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhBfueo9P44huDW2vPTbzi9cUOObSPGL { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5f1ead6a-4cef-452a-9b01-3ccb8f996337/about_us_2.svg");background-position:top 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;display:block; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL.adaptive-delivery-prevent-bg, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyload, #NhBfueo9P44huDW2vPTbzi9cUOObSPGL.lazyloading { background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { background-color: transparent; background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .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); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { border-width: 0; border-radius: 0; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9tyRio0ILeOVdaaiIdLPOPTbcJ4V1gL { top:18.375rem;left:0rem;width:26.5625rem;height:11.1875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bASCtIa6AlAeVtJ1JzRiv9sr0iTV8XEK { top:9.625rem;left:0rem;width:31.25rem;height:7.125rem;font-size:1.5625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk { top:2.6875rem;left:27.4375rem;width:20.3125rem;height:33.75rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4add6515-3878-42ca-906d-342df49ecc2b/bg_placeholder.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.adaptive-delivery-prevent-bg, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyload, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JmIv8vt1767xn1EJ3XrLwasaiBWsB4X1 { width:28.5rem;height:4.8125rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXRtbyHJkUa8AXRvyT540k7iptvr4ZKd { display:block; }
 }@media only screen and (max-width: 763px) { #cdsn016hMgkDeTkJqqu63RgGuWTttkx6 { display:block; }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWHJpddi2u5sDbufTZrghqG77h1IAUW5 { top:6.625rem;left:6.375rem;width:34.9375rem;height:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEhPxnTOeOEFaXkxdHPZUT7hMeTgwqic { top:22.4375rem;left:12.375rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkI8VTBGxcDqGwgehBytQ8dbKPMTCrMJ { width:10.3125rem;height:3.875rem;top:1.3125rem;left:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxA5gMEm1rLsCkOaiM5N0WGdozJ6ooTT { width:3.1875rem;height:3.1875rem;top:16.25rem;left:20.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bZKW27PlJBimu7qoFno5ag3asqeQN773 { width:2.5625rem;height:3.75rem;top:16.1875rem;left:24.625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OQmW0KSrRCuLn4aBTeGczdabF1i2zw46 { position:relative;z-index:auto;display:block; }#OQmW0KSrRCuLn4aBTeGczdabF1i2zw46 > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n1IOmTDi4bdMhP6xRz54xCvb4EIH0I8x { width:8.125rem;height:3.24978125rem;top:1.6547310352326rem;left:0.87348097562787rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMwwk8DmzJNJxuGXAh9kmSs8ziLzyQZ6 { width:10.3125rem;height:2.3125rem;top:8.05703163147rem;left:3.6875001788139rem;display:none; }
 }@media only screen and (max-width: 763px) { #u1qw00EpqoarEygrR0am1xFuk6CJNic5 { display:block; }
 }@media only screen and (max-width: 763px) { #MVZ4dEvkNXaBx0Jq9PNiLWKZ3L0EzdGP { width:2.9375rem;height:4.375rem;top:0.93750005960463rem;left:14.310416996479rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz6A710wflh63KK9Mpbl6Etq2gmg22PZ { width:1.25rem;height:1.25rem;top:1.5rem;left:17.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kwvUDiukqvGfDT8oUxJtZ0VxgVL5lqyh { width:1.25rem;height:1.25rem;top:3.8975849151611rem;left:17.812501251698rem;display:none; }
 }@media only screen and (max-width: 763px) { #pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi { background-color:rgba(var(--color-tertiary-4),0.9);background-image:none;display:block; }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .row .container { background-color: transparent; background-image: none; }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .row .container > .video-iframe-container { display: none; }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .row > .video-iframe-container { display: none; }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .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); }#pT2mI6BffAB9EiAF8Ih7x4nIGVByXJfi > .row .container { width:20rem;height:81.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dic4wO3xpDAB9wJvZodN6J5Wi1i4hXGL { width:18.3125rem;height:4.9rem;top:7.375rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #K6l35SmuWp3aRH6Cnz0uZST6I7nawcGw { width:19.375rem;height:36.75rem;top:40.37500333786rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVuTTvib6DDyfPpmyCTyH6J4kIDzZiTM { width:20rem;height:5.25rem;top:1.3125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZ7tklPZRGDDTATz5H0t1UmXhKQvGsGn { width:6.4375rem;height:1.4375rem;top:13.375rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcTOk9VeieOcZAdwbSf1Kv4w4KAddWGa { width:15.125rem;height:16.8125rem;top:14rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAgCi40QwlOKiQAoC6nlrr7qP3vpXk73 { width:20rem;height:2.625rem;top:41.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #mWTCDBgWnqPZMVTTeksoTPizaCtc7SQ9 { width:9.1875rem;height:1.1375rem;top:29.5rem;left:8.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #IkCy6DtZG9BqFLkQ5B4NGoqilqfGKp2c { width:16.25rem;height:6.9375rem;top:31.8125rem;left:1.875rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15035;font-weight:300;font-style:normal;display:block; }#IkCy6DtZG9BqFLkQ5B4NGoqilqfGKp2c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IkCy6DtZG9BqFLkQ5B4NGoqilqfGKp2c li:before{  }
 }@media only screen and (max-width: 763px) { #UutBZE35HdpZducg1Tp4g6TxHA0Im2O6 { width:18.75rem;height:25.4375rem;top:44.753129959106rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9PurQi6HOrIPmce3i5l4JvU7cZVmEXK { display:block; }#L9PurQi6HOrIPmce3i5l4JvU7cZVmEXK > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eeKp5WhbG0QMEk0nyUNFVfDTxS6pqDgd { width:20rem;height:3.12421875rem;top:1.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrfmghLfNzUIbf5ytkIG8EPX6wxH6lGH { width:18.625rem;height:2.7984375rem;top:5.875rem;left:0.68750005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FP7kTw8Rl7lFpv8F5pbmlwVLJ4xMxqEy { width:16.25rem;height:1.2503875rem;top:11.6875rem;left:1.9375000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tEGVLaRp6UitDhoN38VWMLCQs14MDieg { width:16.25rem;height:2.7984375rem;top:13.625rem;left:1.9375000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #holfL1pqgcfpvMcqGZlflW3FSTmWyNKc { width:16.4375rem;height:2.7984375rem;top:22.25rem;left:2.5625000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k0zwqGBPEugeCluHwBoRoofum0UGqGDC { width:16.25rem;height:1.2503875rem;top:20.25rem;left:2.6250000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rkqPeQNvZwUDBlamxsMB7ncwmGQ0uUQz { width:15.0625rem;height:2.7984375rem;top:30.75rem;left:2.6250000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vlOkQU7lWKQSDrl31hhviQ5VSaz5HLrS { width:16.25rem;height:1.2503875rem;top:28.875rem;left:2.6250000596046rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m7ZmEAiRJpvKJretkyoq2zDV8TkIlHp7 { width:18.5625rem;height:7.1875rem;top:10.4375rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuQdvgDyl0ZwmktC6rIMVahfwv0unTDh { width:18.5625rem;height:7.1875rem;top:19.0625rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdCbUpyd61Hhzy5th0Mt4EfTf15gZL4N { width:18.5625rem;height:7.1875rem;top:27.5625rem;left:0.75000005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew7PHdFlez6CmREzsDpDl07TfW1G6S8s { width:20rem;height:0.25rem;top:54.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #koA0WQ1c7EvqTgZPTiZhOUIXnQqKd5cF { width:19.3125rem;height:3.4375rem;top:36.3125rem;left:0.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecOHpxGVEfehfG8KdVdLTF5TP8yivVIJ { display:block; }
 }@media only screen and (max-width: 763px) { #RQ8x6JXsT81yqRG43DBKIuwgkhbI1FKc { top:17.0625rem;left:9.8437507748606rem;width:0.3125rem;height:15.625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bTUQ3wsuA5PP12TKugFBiw33cNAMnfAx { display:block; }#bTUQ3wsuA5PP12TKugFBiw33cNAMnfAx > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5T88LXUwaQ3uWzITlAUsgEuzqephPdb { width:20rem;height:1.5625rem;top:2.3125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nqTMgUhis9kmp90KkdgKhePt2FUxMwtL { width:12.625rem;height:4.2rem;top:10.25rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nvee2s8JNlu95UfpgqTmEywhxvVQHFlO { width:12.375rem;height:4.2rem;top:22.0625rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PsG4yKfnpE6EWNyhbF5NStKMaEegcsxi { width:11.75rem;height:4.2rem;top:33.4375rem;left:4rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sKvrhq0SD1wb1W6cWZl4cVHC1qpU0vWC { width:19.3125rem;height:3.4375rem;top:51.749992370606rem;left:0.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC7w2AVUBZbST1hPFv8P31nGMVJ36ER2 { display:block; }
 }@media only screen and (max-width: 763px) { #KpOkNDTUryfvgUc67RBTMuzDhAnfACLc { width:15.75rem;height:10rem;top:5.3125rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwDcgCJoUCi3uGpA3NrH3wffVhqZNvkF { width:15.75rem;height:10rem;top:16.625rem;left:2.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #fFLHQnvzZqtkUCXE3BVX7sCozwQW8vNv { width:15.75rem;height:10rem;top:28.1875rem;left:2rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #tJHOl2TtVEchUTHGXBIzuhd6we6kcmis { top:6.0625rem;left:8.4375rem;width:3.0625rem;height:3.125rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RwQS2eipT6sZllOdmWrGNrEVkf2PBr1o { top:17.75rem;left:8.375rem;width:3.0625rem;height:3.125rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JrcG08ZJ2NKfxM4tIV2SJQe6vzlDLmkC { top:29.5rem;left:8.375rem;width:3.0625rem;height:3.125rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #W13QyE26MH5vnvW8BMXVvicsRTvHTNIr { width:15.75rem;height:10rem;top:39.625rem;left:2.0625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #plPIMGH8THeA7vtfIsnO4n8k5kOlNgC8 { top:40.5rem;left:8.4375rem;width:3.0625rem;height:3.125rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DEtZCTz1MnkEpsx7c4Pb5ac0vaKXnDtO { width:11.5rem;height:4.2rem;top:44.8125rem;left:4.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kDasK67rSn09MWpJ16woh835xy4TTyIR { background-color:#ededed;background-image:none;display:block; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { background-color: transparent; background-image: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container > .video-iframe-container { display: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row > .video-iframe-container { display: none; }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .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); }#kDasK67rSn09MWpJ16woh835xy4TTyIR > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0TTJR55ZDS3w59urnBgf06zJo8tGtuf { width:15.8125rem;height:3.12421875rem;top:2rem;left:2.0937500596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #WZGPggvyfWk2aZLX1eTupgC49uFxaSA6 { width:17.125rem;height:9.796875rem;top:6.5rem;left:1.4375000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #GUnuBFcKSaGd6giWTbKI2ao6shcvFGTK { width:19.3125rem;height:3.5rem;top:17.510406494141rem;left:0.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tchEdxw0ZVThfFKLk82sNGD2p1Axzt7V { display:block; }
 }@media only screen and (max-width: 763px) { #Qzf12crJKGyDhEVyD6yHFNBUN1JrqXpZ { width:6.25rem;height:6.25rem;top:8.75rem;left:6.875rem;z-index:15001;background-color:#ae1042;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #ZAWuBu2zTe53PqqZaaa5wtQlbnMyIaG2 { width:6.25rem;height:6.25rem;top:0.625rem;left:6.875rem;z-index:15002;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:15.625rem;background-color:#ae1042;background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #NhBfueo9P44huDW2vPTbzi9cUOObSPGL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { background-color: transparent; background-image: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row > .video-iframe-container { display: none; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .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); }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { border-width: 0; border-radius: 0; }#NhBfueo9P44huDW2vPTbzi9cUOObSPGL > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9tyRio0ILeOVdaaiIdLPOPTbcJ4V1gL { width:18.3115234375rem;height:13.475rem;top:27.4970703125rem;left:0.84375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;z-index:15035;color:#3c0716;display:block; }
 }@media only screen and (max-width: 763px) { #bASCtIa6AlAeVtJ1JzRiv9sr0iTV8XEK { width:17.5rem;height:3.125rem;top:1.8729228973389rem;left:1.2500000596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#ffdede;display:block; }
 }@media only screen and (max-width: 763px) { #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk { width:18.125rem;height:18.060546875rem;top:7.703125rem;left:0.9375rem;z-index:15036;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c63ad208-837a-4248-a061-c7a3a1526595/Designsemnome4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.adaptive-delivery-prevent-bg, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyload, #D0c4iJIHp9IPZodT6O3PqVi1qnJB5hbk.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JmIv8vt1767xn1EJ3XrLwasaiBWsB4X1 { width:18.0625rem;height:3.875rem;top:42.875000953674rem;left:0.96875005960463rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXRtbyHJkUa8AXRvyT540k7iptvr4ZKd { display:block; }
 }@media only screen and (max-width: 763px) { #cdsn016hMgkDeTkJqqu63RgGuWTttkx6 { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .row .container { background-color: transparent; background-image: none; }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .row .container > .video-iframe-container { display: none; }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .row > .video-iframe-container { display: none; }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .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); }#cdsn016hMgkDeTkJqqu63RgGuWTttkx6 > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWHJpddi2u5sDbufTZrghqG77h1IAUW5 { width:17.75rem;height:10.4rem;top:5.4999713897705rem;left:1.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LEhPxnTOeOEFaXkxdHPZUT7hMeTgwqic { width:19.9980625rem;height:1.4003875rem;top:23.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkI8VTBGxcDqGwgehBytQ8dbKPMTCrMJ { width:7rem;height:2.5rem;top:1.75rem;left:6.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxA5gMEm1rLsCkOaiM5N0WGdozJ6ooTT { top:17.375rem;left:6.3125rem;width:3.5rem;height:3.5rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bZKW27PlJBimu7qoFno5ag3asqeQN773 { top:17.375rem;left:10.875rem;width:2.8125rem;height:4.125rem;z-index:15012;overflow:hidden;display:block; }
 }