.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,246,204;--color-primary-1:237,205,188;--color-primary-2:255,211,0;--color-primary-3:153,127,0;--color-primary-4:51,42,0;--color-secondary-0:217,243,250;--color-secondary-1:188,220,237;--color-secondary-2:113,132,142;--color-secondary-3:68,79,85;--color-secondary-4:23,26,28;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:114,114,114;--color-tertiary-4:0,0,0;--headlines-font-family:"Gilroy";--paragraphs-font-family:"Gilroy"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/G9nMw3Wa/Background.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F.adaptive-delivery-prevent-bg, #dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F.lazyload, #dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F.lazyloading { background-image: none; }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .row .container { background-color: transparent; background-image: none; }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .row .container > .video-iframe-container { display: none; }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .row > .video-iframe-container { display: none; }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .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); }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .row .container { border-width: 0; border-radius: 0; }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;position:relative;display:block; }#Sg3SbzC0PQVDIpKNmt24QN40uX4Ksbf2 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:19.874816894531rem;left:7.1875rem;height:3.3994125rem;font-style:normal;display:block; }
#oI33MJvUVJTC43TnK7RXAiauELATQCTz { color:rgba(var(--color-tertiary-0),1);display:block;width:26.6868125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.25rem;left:7.1875rem;height:9.0175625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TC768TkCBf15yxiaDF6bUlqZdRQxFdfB { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.0625rem 1.125rem rgba(255,251,106,0.5) ;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:14.4993125rem;height:3.18714375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:25.186433315277rem;left:7.1875rem;display:block; }
#KGsx87ZKIurqHIARC4fvNSffics7kLPW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#maTm12Z9myObRUJsXKPXKt2Elv6kC3MF { 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:1.25rem;width:10.6875rem;top:4.9369673728943rem;left:7.1875rem;overflow:hidden;display:block; }
#NgTLGquu256hHuWx9MCE8v7Glxbe8a7A { position:absolute;display:block;z-index:14999;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:38.125rem;width:39.4375rem;top:1.4976917505264rem;left:31.999290466309rem;overflow:hidden;display:block; }
#iKPeCBqh9NMNWGuHm1WZBWi7bnTuMne0 { 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; }#iKPeCBqh9NMNWGuHm1WZBWi7bnTuMne0 > .row .container { background-color: transparent; background-image: none; }#iKPeCBqh9NMNWGuHm1WZBWi7bnTuMne0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKPeCBqh9NMNWGuHm1WZBWi7bnTuMne0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKPeCBqh9NMNWGuHm1WZBWi7bnTuMne0 > .row .container > .video-iframe-container { display: none; }#iKPeCBqh9NMNWGuHm1WZBWi7bnTuMne0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iKPeCBqh9NMNWGuHm1WZBWi7bnTuMne0 > .row > .video-iframe-container { display: none; }#iKPeCBqh9NMNWGuHm1WZBWi7bnTuMne0 > .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); }#iKPeCBqh9NMNWGuHm1WZBWi7bnTuMne0 > .row .container { border-width: 0; border-radius: 0; }#iKPeCBqh9NMNWGuHm1WZBWi7bnTuMne0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iKPeCBqh9NMNWGuHm1WZBWi7bnTuMne0 > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#B5yazZe0UZ6tkfV0J63khfRPXgL1WWOL { 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:2.75rem;width:56.25rem;top:0.93625688552856rem;left:9.375rem;overflow:hidden;display:block; }
#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt { 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; }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row .container { background-color: transparent; background-image: none; }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row .container > .video-iframe-container { display: none; }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row > .video-iframe-container { display: none; }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .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); }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row .container { border-width: 0; border-radius: 0; }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:75rem;position:relative;display:block; }#cCQerzHszXEdfLGm86wtNJCgAsTJKWSR { color:rgba(var(--color-tertiary-4),1);display:block;width:38.623046875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.8125rem;left:18.1875rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CT77MnFiv9c9796mEcSZQ77ZOThF1Dat { position:absolute;display:block;z-index:15002;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:27.125rem;width:43.5625rem;top:15.833627700806rem;left:15.625rem;overflow:hidden;display:block; }
#F6sty2AVErTSNAV8Hug5EH4RcpXfEJna { color:rgba(var(--color-tertiary-4),1);display:block;width:25.8744375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:9.6004962921144rem;left:24.562320709229rem;height:4.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QokdDbazxeTemWpGFyLeseeCmsntiy26 { 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; }#QokdDbazxeTemWpGFyLeseeCmsntiy26 > .row .container { background-color: transparent; background-image: none; }#QokdDbazxeTemWpGFyLeseeCmsntiy26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QokdDbazxeTemWpGFyLeseeCmsntiy26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QokdDbazxeTemWpGFyLeseeCmsntiy26 > .row .container > .video-iframe-container { display: none; }#QokdDbazxeTemWpGFyLeseeCmsntiy26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QokdDbazxeTemWpGFyLeseeCmsntiy26 > .row > .video-iframe-container { display: none; }#QokdDbazxeTemWpGFyLeseeCmsntiy26 > .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); }#QokdDbazxeTemWpGFyLeseeCmsntiy26 > .row .container { border-width: 0; border-radius: 0; }#QokdDbazxeTemWpGFyLeseeCmsntiy26 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QokdDbazxeTemWpGFyLeseeCmsntiy26 > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#VIh7MNgPqwaUuWLUQaBET488uIBmOW40 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5573468208313rem;left:21.71875rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cd9wMhofmQqFRIdH6kdzIZ0pEU9eHFns { color:rgba(var(--color-tertiary-4),1);display:block;width:23.999rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.6;letter-spacing:0;top:6.385009765625rem;left:25.467529296875rem;height:3.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ksy3fLA4E2qhtMOZvlX2T6RsTvQitUT3 { position:relative;display:block; }#Ksy3fLA4E2qhtMOZvlX2T6RsTvQitUT3 { background-color: transparent; background-image: none; }#Ksy3fLA4E2qhtMOZvlX2T6RsTvQitUT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ksy3fLA4E2qhtMOZvlX2T6RsTvQitUT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ksy3fLA4E2qhtMOZvlX2T6RsTvQitUT3 > .row .container > .video-iframe-container { display: none; }#Ksy3fLA4E2qhtMOZvlX2T6RsTvQitUT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ksy3fLA4E2qhtMOZvlX2T6RsTvQitUT3 > .row > .video-iframe-container { display: none; }#Ksy3fLA4E2qhtMOZvlX2T6RsTvQitUT3 > .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); }#Ksy3fLA4E2qhtMOZvlX2T6RsTvQitUT3 { border-width: 0; border-radius: 0; }#Ksy3fLA4E2qhtMOZvlX2T6RsTvQitUT3 > .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; }#Ksy3fLA4E2qhtMOZvlX2T6RsTvQitUT3 > .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:39.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BshezgkDSAAvhNt2TkyNhUMDhw4Mz5Ro { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(131deg, #f9dcd7, rgba(249,220,215,0.5));background-image: -moz-linear-gradient(131deg, #f9dcd7, rgba(249,220,215,0.5));background-image: -ms-linear-gradient(131deg, #f9dcd7, rgba(249,220,215,0.5));background-image: -o-linear-gradient(131deg, #f9dcd7, rgba(249,220,215,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9dcd7', endColorstr='#f9dcd77f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9dcd7', endColorstr='#f9dcd77f' );";background-image: linear-gradient(131deg, #f9dcd7, rgba(249,220,215,0.5));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:30.75rem;width:62.625rem;top:3.6845703125rem;left:6.185546875rem;display:block; }
#fWcI1yg6qwAo91stmwmQtaGBlbO78Tdn { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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-4),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.56036875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:5.9366118907929rem;left:10rem;display:block; }
#DoT71cdnvCCfh5gltlrgo056oWLU2FFx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I7fPBNWqyr94K2H0sbVtKLVowuyiTsHO { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:10.1875rem;left:10rem;height:6.3369375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pJwHDTxtlQJXxrURGR1Zin9EhhOx3fyI { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:17.3095703125rem;left:10rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i7gkmCFQPwxbn73dVFzcdsDdTxHl3mS5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:35.5619375rem;top:7.8125rem;left:29.4375rem;overflow:hidden;display:block; }
#IH6GhUWRxDIa7qgZWMzoFfGEO87PIbn9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:34.9375rem;left:30.25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IVc3WtcPwucU0hVuGwnqep68HoIE6lPB { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-1),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.18714375rem;width:62.6875rem;top:34.0625rem;left:6.1875rem;display:block; }
#AEfTKVWTHV3HNLdSFhQM97vQBlvyhCU7 { position:relative;display:block; }#AEfTKVWTHV3HNLdSFhQM97vQBlvyhCU7 { background-color: transparent; background-image: none; }#AEfTKVWTHV3HNLdSFhQM97vQBlvyhCU7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEfTKVWTHV3HNLdSFhQM97vQBlvyhCU7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEfTKVWTHV3HNLdSFhQM97vQBlvyhCU7 > .row .container > .video-iframe-container { display: none; }#AEfTKVWTHV3HNLdSFhQM97vQBlvyhCU7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AEfTKVWTHV3HNLdSFhQM97vQBlvyhCU7 > .row > .video-iframe-container { display: none; }#AEfTKVWTHV3HNLdSFhQM97vQBlvyhCU7 > .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); }#AEfTKVWTHV3HNLdSFhQM97vQBlvyhCU7 { border-width: 0; border-radius: 0; }#AEfTKVWTHV3HNLdSFhQM97vQBlvyhCU7 > .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; }#AEfTKVWTHV3HNLdSFhQM97vQBlvyhCU7 > .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:37.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#IxhmPuoKWQRKsxwSTk00th8ybH6EWMpf { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(131deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0.5));background-image: -moz-linear-gradient(131deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0.5));background-image: -ms-linear-gradient(131deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0.5));background-image: -o-linear-gradient(131deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),0.5)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-0),1)', endColorstr='rgba(var(--color-secondary-0),0.5)' );";background-image: linear-gradient(131deg, rgba(var(--color-secondary-0),1), rgba(var(--color-secondary-0),0.5));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:28.812125rem;width:62.624375rem;top:3.6851918697357rem;left:6.1860790252686rem;display:block; }
#HDAth5kSLyWivTXA0MBkwpgSUd8kuas3 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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-4),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.56036875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:5.9366118907929rem;left:10rem;display:block; }
#VJDdRJ3V0sNgJrfVS4pa9NEpTt5zFOOe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XfZsT0TI7NGgGNCDPOv2CE49PaD3frdp { color:rgba(var(--color-tertiary-4),1);display:block;width:15.062125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:10.9375rem;left:10rem;height:8.7744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oy0kCEHTJpUC4OO9xDFth1yuSe2tmV4P { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:20.4365234375rem;left:10rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o67HXoOgQIs0Df223EEtGu3BkNPRz0Qs { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:35.1875rem;top:7.8125rem;left:29.4375rem;overflow:hidden;display:block; }
#SxePeuetNJ8gzSliXzy4hkkFTXbr2HRT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:33.348714590072rem;left:30.217506408691rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kxDcGyEn5HvWnAW3qIxWgGdQqlNnDH5x { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-1),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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.18714375rem;width:62.6875rem;top:32.495555639267rem;left:6.1239347457886rem;display:block; }
#kDIvAk8d9t8fdXMaBlVcNnmh6mOrNuTT { position:relative;display:block; }#kDIvAk8d9t8fdXMaBlVcNnmh6mOrNuTT { background-color: transparent; background-image: none; }#kDIvAk8d9t8fdXMaBlVcNnmh6mOrNuTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDIvAk8d9t8fdXMaBlVcNnmh6mOrNuTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDIvAk8d9t8fdXMaBlVcNnmh6mOrNuTT > .row .container > .video-iframe-container { display: none; }#kDIvAk8d9t8fdXMaBlVcNnmh6mOrNuTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDIvAk8d9t8fdXMaBlVcNnmh6mOrNuTT > .row > .video-iframe-container { display: none; }#kDIvAk8d9t8fdXMaBlVcNnmh6mOrNuTT > .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); }#kDIvAk8d9t8fdXMaBlVcNnmh6mOrNuTT { border-width: 0; border-radius: 0; }#kDIvAk8d9t8fdXMaBlVcNnmh6mOrNuTT > .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; }#kDIvAk8d9t8fdXMaBlVcNnmh6mOrNuTT > .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:39.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TPKxXgx0QuTNeENAVoQVcUzlTSHpl6Df { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(131deg, #d9fada, rgba(217,250,218,0.5));background-image: -moz-linear-gradient(131deg, #d9fada, rgba(217,250,218,0.5));background-image: -ms-linear-gradient(131deg, #d9fada, rgba(217,250,218,0.5));background-image: -o-linear-gradient(131deg, #d9fada, rgba(217,250,218,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9fada', endColorstr='#d9fada7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9fada', endColorstr='#d9fada7f' );";background-image: linear-gradient(131deg, #d9fada, rgba(217,250,218,0.5));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:28.812125rem;width:62.624375rem;top:3.6851918697357rem;left:6.1860790252686rem;display:block; }
#ynNXT8Uy3QDloP3bUu1De51vZWowlDWM { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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-4),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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.810375rem;height:2.56036875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:5.9366118907929rem;left:10rem;display:block; }
#C2xGc9GxcULdpPDAzGtOzvNODUSv625k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wktyObnGVlTrWW6KTxocFJXqMrQT9IzQ { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:10.7490234375rem;left:10rem;height:8.7744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HwXvQzUnPavKlukbDaTEDdiyEd9durzv { color:rgba(var(--color-tertiary-4),1);display:block;width:15.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.6;letter-spacing:0;top:20.4970703125rem;left:10rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PTHT0qPS6dAanhZciykN6DVvmosztpp5 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:35.1875rem;top:7.8125rem;left:29.4375rem;overflow:hidden;display:block; }
#Q7KlqFe6krRkQzCniOOCepkLViTv381n { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.6;letter-spacing:0;top:33.348714590072rem;left:30.217506408691rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X9rBxCdrGRGvflPnXBEvBzs8dMyeuwsJ { position:absolute;display:block;z-index:15001;background-color:#bceec3;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:3.18714375rem;width:62.6875rem;top:32.495555639267rem;left:6.1239347457886rem;display:block; }
#dsFNoNDpxD3EykQTuxGHonNHPfqS4PlD { 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; }#dsFNoNDpxD3EykQTuxGHonNHPfqS4PlD > .row .container { background-color: transparent; background-image: none; }#dsFNoNDpxD3EykQTuxGHonNHPfqS4PlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsFNoNDpxD3EykQTuxGHonNHPfqS4PlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsFNoNDpxD3EykQTuxGHonNHPfqS4PlD > .row .container > .video-iframe-container { display: none; }#dsFNoNDpxD3EykQTuxGHonNHPfqS4PlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dsFNoNDpxD3EykQTuxGHonNHPfqS4PlD > .row > .video-iframe-container { display: none; }#dsFNoNDpxD3EykQTuxGHonNHPfqS4PlD > .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); }#dsFNoNDpxD3EykQTuxGHonNHPfqS4PlD > .row .container { border-width: 0; border-radius: 0; }#dsFNoNDpxD3EykQTuxGHonNHPfqS4PlD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dsFNoNDpxD3EykQTuxGHonNHPfqS4PlD > .row .container { font-size:0.875rem;font-family:arial;height:73.4375rem;width:75rem;position:relative;display:block; }#OmSw5pQLUQNucrKP0bkxwGAKXCP7pbCO { color:rgba(var(--color-tertiary-4),1);display:block;width:21.7490234375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.5625rem;left:26.625rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FrfhtB3FhPl0pkHRGP57Zn9dwN0AULUa { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:25.1243125rem;width:27.4369375rem;top:9.6875rem;left:38.5625rem;overflow:hidden;display:block; }
#lH8Zelqo8LC8EOAnvlf39HZd94lKDZ7N { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.7;letter-spacing:0;top:13.1875rem;left:9rem;height:18.69675625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WQFaMK3LhHaH0V6AKOpbTsA3lpJNidtL { 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:66.5625rem;width:72.375rem;display:none; }
#QNPMMxn7BrhGrAd2tqLsAqBD1tiCslA5 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15rem;width:25rem;top:45.375rem;left:9.75rem;overflow:hidden;display:block; }
#oieSB3k3t3PpVpdgd05nFqLJGEtu4iVO { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15rem;width:24.875rem;top:45.375rem;left:40.1875rem;overflow:hidden;display:block; }
#llAB0T9iWnhT4ostrVNu6ERtvp1vduiv { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:50rem;top:36.375rem;left:12.1875rem;overflow:hidden;display:block; }
#a4VD9vDsrL4zU7maWZRXLHzgGwv44KDc { color:rgba(var(--color-tertiary-3),1);display:block;width:20.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:60.936609268189rem;left:11.716974258423rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MMLs22DZE66dToPB42gspb6VyTrz9VZT { color:rgba(var(--color-tertiary-3),1);display:block;width:20.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:60.935722351074rem;left:42.249645233154rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/HZ6fsusy/sqi_backpsd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR.adaptive-delivery-prevent-bg, #izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR.lazyload, #izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR.lazyloading { background-image: none; }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .row .container { background-color: transparent; background-image: none; }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .row .container > .video-iframe-container { display: none; }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .row > .video-iframe-container { display: none; }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .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); }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .row .container { border-width: 0; border-radius: 0; }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:75rem;position:relative;display:block; }#Glxmkq1EOoOTMT4UAOaTqxdMg8Te5dqJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9351875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:9.875rem;left:27.5625rem;height:1.69970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZXQcTkZRevmDlxhWJX7gl7FTqOeQTHLT { color:rgba(var(--color-tertiary-0),1);display:block;width:22.874625rem;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:12.0625rem;left:26.0625rem;height:8.53125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnl0cBc6zwxipVBXbO4NETUtORbWzm6n { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0.0625rem 1.125rem rgba(255,251,106,0.5) ;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:18.2493125rem;height:3.18625625rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:22.125rem;left:28.375rem;display:block; }
#ZLrrp99lGZB62vTJXFg7FrIUVBFs0PnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uwn7ZQMlUA22aF8K0Bx3KTPGSHD8gr6H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#uwn7ZQMlUA22aF8K0Bx3KTPGSHD8gr6H > .row .container { background-color: transparent; background-image: none; }#uwn7ZQMlUA22aF8K0Bx3KTPGSHD8gr6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwn7ZQMlUA22aF8K0Bx3KTPGSHD8gr6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwn7ZQMlUA22aF8K0Bx3KTPGSHD8gr6H > .row .container > .video-iframe-container { display: none; }#uwn7ZQMlUA22aF8K0Bx3KTPGSHD8gr6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uwn7ZQMlUA22aF8K0Bx3KTPGSHD8gr6H > .row > .video-iframe-container { display: none; }#uwn7ZQMlUA22aF8K0Bx3KTPGSHD8gr6H > .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); }#uwn7ZQMlUA22aF8K0Bx3KTPGSHD8gr6H > .row .container { border-width: 0; border-radius: 0; }#uwn7ZQMlUA22aF8K0Bx3KTPGSHD8gr6H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uwn7ZQMlUA22aF8K0Bx3KTPGSHD8gr6H > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:75rem;position:relative;display:block; }#xvAPwmGrdqwcWUqwsdTb3MEwMV3U5Iez { color:rgba(var(--color-tertiary-0),1);display:block;width:12.6243125rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6495018005371rem;left:54.9375rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#mqKm0RagcFPTmqikelz80so6a3Plxpck { color:rgba(var(--color-tertiary-0),1);display:block;width:18.3114375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.6495094299316rem;left:9.75rem;height:1.13720625rem;text-align:center;text-align-last:center;display:block; }
#PS9tqPJGdT0FT93K2KUS6AdBu6Evs37S { position:absolute;display:block;z-index:15002;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.875rem;width:2.3117875rem;top:1.2801856994629rem;left:7.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F { display:block; }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sg3SbzC0PQVDIpKNmt24QN40uX4Ksbf2 { top:19.8125rem;left:0rem;width:16.75rem;height:3.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oI33MJvUVJTC43TnK7RXAiauELATQCTz { top:10.25rem;left:0rem;width:26.625rem;height:9rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TC768TkCBf15yxiaDF6bUlqZdRQxFdfB { width:14.4375rem;height:3.125rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGsx87ZKIurqHIARC4fvNSffics7kLPW { display:block; }
 }@media only screen and (max-width: 763px) { #maTm12Z9myObRUJsXKPXKt2Elv6kC3MF { top:4.875rem;left:0rem;width:10.6875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgTLGquu256hHuWx9MCE8v7Glxbe8a7A { top:1.4375rem;left:8.3125rem;width:39.4375rem;height:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKPeCBqh9NMNWGuHm1WZBWi7bnTuMne0 { display:block; }#iKPeCBqh9NMNWGuHm1WZBWi7bnTuMne0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5yazZe0UZ6tkfV0J63khfRPXgL1WWOL { top:0.875rem;left:0rem;width:47.75rem;height:2.3344444444444rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt { display:block; }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCQerzHszXEdfLGm86wtNJCgAsTJKWSR { top:6.75rem;left:4.5621433258057rem;width:38.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT77MnFiv9c9796mEcSZQ77ZOThF1Dat { top:15.8125rem;left:2rem;width:43.5625rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6sty2AVErTSNAV8Hug5EH4RcpXfEJna { top:9.5625rem;left:10.936767578125rem;width:25.8125rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QokdDbazxeTemWpGFyLeseeCmsntiy26 { display:block; }#QokdDbazxeTemWpGFyLeseeCmsntiy26 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIh7MNgPqwaUuWLUQaBET488uIBmOW40 { top:3.5rem;left:8.09375rem;width:31.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cd9wMhofmQqFRIdH6kdzIZ0pEU9eHFns { top:6.375rem;left:11.842529296875rem;width:23.9375rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksy3fLA4E2qhtMOZvlX2T6RsTvQitUT3 { display:block; }#Ksy3fLA4E2qhtMOZvlX2T6RsTvQitUT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BshezgkDSAAvhNt2TkyNhUMDhw4Mz5Ro { top:3.625rem;left:0rem;width:47.75rem;height:30.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWcI1yg6qwAo91stmwmQtaGBlbO78Tdn { width:8.75rem;height:2.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoT71cdnvCCfh5gltlrgo056oWLU2FFx { display:block; }
 }@media only screen and (max-width: 763px) { #I7fPBNWqyr94K2H0sbVtKLVowuyiTsHO { top:10.1875rem;left:0rem;width:16.125rem;height:6.25rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJwHDTxtlQJXxrURGR1Zin9EhhOx3fyI { top:17.25rem;left:0rem;width:16.75rem;height:13.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7gkmCFQPwxbn73dVFzcdsDdTxHl3mS5 { top:7.8125rem;left:12.25rem;width:35.5rem;height:21.212989309146rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH6GhUWRxDIa7qgZWMzoFfGEO87PIbn9 { top:34.9375rem;left:16.625rem;width:14.4375rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVc3WtcPwucU0hVuGwnqep68HoIE6lPB { top:34.0625rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEfTKVWTHV3HNLdSFhQM97vQBlvyhCU7 { display:block; }#AEfTKVWTHV3HNLdSFhQM97vQBlvyhCU7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxhmPuoKWQRKsxwSTk00th8ybH6EWMpf { top:3.625rem;left:0rem;width:47.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDAth5kSLyWivTXA0MBkwpgSUd8kuas3 { width:8.75rem;height:2.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJDdRJ3V0sNgJrfVS4pa9NEpTt5zFOOe { display:block; }
 }@media only screen and (max-width: 763px) { #XfZsT0TI7NGgGNCDPOv2CE49PaD3frdp { top:10.9375rem;left:0rem;width:15rem;height:8.625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy0kCEHTJpUC4OO9xDFth1yuSe2tmV4P { top:20.375rem;left:0rem;width:16.25rem;height:9rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o67HXoOgQIs0Df223EEtGu3BkNPRz0Qs { top:7.8125rem;left:12.25rem;width:35.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxePeuetNJ8gzSliXzy4hkkFTXbr2HRT { top:33.3125rem;left:16.592506408691rem;width:14.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxDcGyEn5HvWnAW3qIxWgGdQqlNnDH5x { top:32.4375rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDIvAk8d9t8fdXMaBlVcNnmh6mOrNuTT { display:block; }#kDIvAk8d9t8fdXMaBlVcNnmh6mOrNuTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPKxXgx0QuTNeENAVoQVcUzlTSHpl6Df { top:3.625rem;left:0rem;width:47.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynNXT8Uy3QDloP3bUu1De51vZWowlDWM { width:8.75rem;height:2.5rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2xGc9GxcULdpPDAzGtOzvNODUSv625k { display:block; }
 }@media only screen and (max-width: 763px) { #wktyObnGVlTrWW6KTxocFJXqMrQT9IzQ { top:10.6875rem;left:0rem;width:15.125rem;height:8.6875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwXvQzUnPavKlukbDaTEDdiyEd9durzv { top:20.4375rem;left:0rem;width:15.6875rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTHT0qPS6dAanhZciykN6DVvmosztpp5 { top:7.8125rem;left:12.25rem;width:35.1875rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7KlqFe6krRkQzCniOOCepkLViTv381n { top:33.3125rem;left:16.592506408691rem;width:14.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9rBxCdrGRGvflPnXBEvBzs8dMyeuwsJ { top:32.4375rem;left:0rem;width:47.75rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsFNoNDpxD3EykQTuxGHonNHPfqS4PlD { display:block; }#dsFNoNDpxD3EykQTuxGHonNHPfqS4PlD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmSw5pQLUQNucrKP0bkxwGAKXCP7pbCO { top:3.5rem;left:12.999645233154rem;width:21.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrfhtB3FhPl0pkHRGP57Zn9dwN0AULUa { top:9.6875rem;left:20.375rem;width:27.375rem;height:25.067595634079rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH8Zelqo8LC8EOAnvlf39HZd94lKDZ7N { top:13.1875rem;left:0rem;width:26.25rem;height:18.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQFaMK3LhHaH0V6AKOpbTsA3lpJNidtL { width:46.0625rem;height:42.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QNPMMxn7BrhGrAd2tqLsAqBD1tiCslA5 { top:45.375rem;left:0rem;width:25rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #oieSB3k3t3PpVpdgd05nFqLJGEtu4iVO { top:45.375rem;left:22.75rem;width:24.875rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #llAB0T9iWnhT4ostrVNu6ERtvp1vduiv { top:36.375rem;left:0rem;width:47.75rem;height:6.5059375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4VD9vDsrL4zU7maWZRXLHzgGwv44KDc { top:60.875rem;left:0rem;width:20.6875rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMLs22DZE66dToPB42gspb6VyTrz9VZT { top:60.875rem;left:27.0625rem;width:20.6875rem;height:2.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR { display:block; }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Glxmkq1EOoOTMT4UAOaTqxdMg8Te5dqJ { top:9.875rem;left:13.9375rem;width:19.875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXQcTkZRevmDlxhWJX7gl7FTqOeQTHLT { top:12.0625rem;left:12.4375rem;width:22.8125rem;height:8.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnl0cBc6zwxipVBXbO4NETUtORbWzm6n { width:18.1875rem;height:3.125rem;top:22.125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLrrp99lGZB62vTJXFg7FrIUVBFs0PnT { display:block; }
 }@media only screen and (max-width: 763px) { #uwn7ZQMlUA22aF8K0Bx3KTPGSHD8gr6H { display:block; }#uwn7ZQMlUA22aF8K0Bx3KTPGSHD8gr6H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvAPwmGrdqwcWUqwsdTb3MEwMV3U5Iez { top:1.625rem;left:35.1875rem;width:12.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqKm0RagcFPTmqikelz80so6a3Plxpck { top:1.625rem;left:0rem;width:18.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS9tqPJGdT0FT93K2KUS6AdBu6Evs37S { top:1.25rem;left:0rem;width:2.25rem;height:1.8255874334675rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/G9nMw3Wa/Background.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F.adaptive-delivery-prevent-bg, #dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F.lazyload, #dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F.lazyloading { background-image: none; }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .row .container { background-color: transparent; background-image: none; }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .row .container > .video-iframe-container { display: none; }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .row > .video-iframe-container { display: none; }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .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); }#dKULJEPhWQ24R07SoF4tiTDwEiTCNH6F > .row .container { width:20rem;height:41.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sg3SbzC0PQVDIpKNmt24QN40uX4Ksbf2 { width:15.7493125rem;height:3.125rem;top:12.237393379211rem;left:2.124467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oI33MJvUVJTC43TnK7RXAiauELATQCTz { width:18.9373125rem;height:6.9375rem;top:5.0621447563171rem;left:0.53000712394714rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TC768TkCBf15yxiaDF6bUlqZdRQxFdfB { width:14.437125rem;height:3.125rem;top:16.90163230896rem;left:2.7805396318436rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGsx87ZKIurqHIARC4fvNSffics7kLPW { display:block; }
 }@media only screen and (max-width: 763px) { #maTm12Z9myObRUJsXKPXKt2Elv6kC3MF { width:10.687125rem;height:1.25rem;top:1.8749998807907rem;left:4.655539393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgTLGquu256hHuWx9MCE8v7Glxbe8a7A { width:20rem;height:19.334573704346rem;top:22.088778018951rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKPeCBqh9NMNWGuHm1WZBWi7bnTuMne0 { display:block; }#iKPeCBqh9NMNWGuHm1WZBWi7bnTuMne0 > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5yazZe0UZ6tkfV0J63khfRPXgL1WWOL { width:20rem;height:0.97758888888887rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt { display:block; }#z8ykU6x2xT5UUu4RTAMMoLXyTeR0ScTt > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cCQerzHszXEdfLGm86wtNJCgAsTJKWSR { width:15.375rem;height:3.5rem;top:1.8125rem;left:2.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT77MnFiv9c9796mEcSZQ77ZOThF1Dat { width:20rem;height:12.45330988007rem;top:11.583803442383rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6sty2AVErTSNAV8Hug5EH4RcpXfEJna { width:18.125rem;height:4.125rem;top:6.1452417373658rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QokdDbazxeTemWpGFyLeseeCmsntiy26 { display:block; }#QokdDbazxeTemWpGFyLeseeCmsntiy26 > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIh7MNgPqwaUuWLUQaBET488uIBmOW40 { width:15.4375rem;height:1.8125rem;top:5.0625rem;left:2.3125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cd9wMhofmQqFRIdH6kdzIZ0pEU9eHFns { width:17.6243125rem;height:4.125rem;top:7.625rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksy3fLA4E2qhtMOZvlX2T6RsTvQitUT3 { display:block; }#Ksy3fLA4E2qhtMOZvlX2T6RsTvQitUT3 > .row .container { width:20rem;height:43.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BshezgkDSAAvhNt2TkyNhUMDhw4Mz5Ro { width:20rem;height:36.75rem;top:0.6875rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWcI1yg6qwAo91stmwmQtaGBlbO78Tdn { width:8.75rem;height:2.5rem;top:2.0605463981628rem;left:1.6246448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoT71cdnvCCfh5gltlrgo056oWLU2FFx { display:block; }
 }@media only screen and (max-width: 763px) { #I7fPBNWqyr94K2H0sbVtKLVowuyiTsHO { width:16.1248125rem;height:5.125rem;top:9.1273117065431rem;left:3.8148078918457rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pJwHDTxtlQJXxrURGR1Zin9EhhOx3fyI { width:16rem;height:15rem;top:19.186789035797rem;left:1.6246448755264rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #i7gkmCFQPwxbn73dVFzcdsDdTxHl3mS5 { width:18.75rem;height:11.1875rem;top:6.0893068313599rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH6GhUWRxDIa7qgZWMzoFfGEO87PIbn9 { width:14.43625rem;height:1.5rem;top:37.5rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVc3WtcPwucU0hVuGwnqep68HoIE6lPB { width:20rem;height:3.125rem;top:36.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEfTKVWTHV3HNLdSFhQM97vQBlvyhCU7 { display:block; }#AEfTKVWTHV3HNLdSFhQM97vQBlvyhCU7 > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IxhmPuoKWQRKsxwSTk00th8ybH6EWMpf { width:20rem;height:29.5rem;top:0.4375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDAth5kSLyWivTXA0MBkwpgSUd8kuas3 { width:8.75rem;height:2.5rem;top:1.8110771179199rem;left:1.8749998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJDdRJ3V0sNgJrfVS4pa9NEpTt5zFOOe { display:block; }
 }@media only screen and (max-width: 763px) { #XfZsT0TI7NGgGNCDPOv2CE49PaD3frdp { width:15rem;height:7.125rem;top:9.1273040771488rem;left:3.8148078918457rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oy0kCEHTJpUC4OO9xDFth1yuSe2tmV4P { width:16.25rem;height:9rem;top:18.8125rem;left:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o67HXoOgQIs0Df223EEtGu3BkNPRz0Qs { width:18.75rem;height:11.3125rem;top:5.4387416839599rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxePeuetNJ8gzSliXzy4hkkFTXbr2HRT { width:14.43625rem;height:1.5rem;top:30.75rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxDcGyEn5HvWnAW3qIxWgGdQqlNnDH5x { width:20rem;height:3.125rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDIvAk8d9t8fdXMaBlVcNnmh6mOrNuTT { display:block; }#kDIvAk8d9t8fdXMaBlVcNnmh6mOrNuTT > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TPKxXgx0QuTNeENAVoQVcUzlTSHpl6Df { width:20rem;height:26.0625rem;top:0.50000190734863rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynNXT8Uy3QDloP3bUu1De51vZWowlDWM { width:8.75rem;height:2.5rem;top:1.7484016418457rem;left:1.9371448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2xGc9GxcULdpPDAzGtOzvNODUSv625k { display:block; }
 }@media only screen and (max-width: 763px) { #wktyObnGVlTrWW6KTxocFJXqMrQT9IzQ { width:15.1243125rem;height:4.75rem;top:9.1264343261719rem;left:3.8148078918457rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwXvQzUnPavKlukbDaTEDdiyEd9durzv { width:16.1248125rem;height:4.5rem;top:19.123756408691rem;left:1.9371448755264rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTHT0qPS6dAanhZciykN6DVvmosztpp5 { width:18.75rem;height:11.3125rem;top:5.7299365997314rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7KlqFe6krRkQzCniOOCepkLViTv381n { width:14.43625rem;height:1.5rem;top:27.375rem;left:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9rBxCdrGRGvflPnXBEvBzs8dMyeuwsJ { width:20rem;height:3.125rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsFNoNDpxD3EykQTuxGHonNHPfqS4PlD { display:block; }#dsFNoNDpxD3EykQTuxGHonNHPfqS4PlD > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OmSw5pQLUQNucrKP0bkxwGAKXCP7pbCO { width:19.75rem;height:1.8125rem;top:2.125rem;left:0.125rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FrfhtB3FhPl0pkHRGP57Zn9dwN0AULUa { width:10rem;height:9.1875rem;top:6.8125rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lH8Zelqo8LC8EOAnvlf39HZd94lKDZ7N { width:19.4375rem;height:15.125rem;top:24.9365234375rem;left:0.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQFaMK3LhHaH0V6AKOpbTsA3lpJNidtL { top:5.6241016387939rem;left:0.46875rem;width:19.0625rem;height:17.5625rem;z-index:15028;overflow:hidden;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNPMMxn7BrhGrAd2tqLsAqBD1tiCslA5 { width:20rem;height:12rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oieSB3k3t3PpVpdgd05nFqLJGEtu4iVO { width:20rem;height:12.060392415018rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #llAB0T9iWnhT4ostrVNu6ERtvp1vduiv { width:20rem;height:2.724775rem;top:40.812316894531rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4VD9vDsrL4zU7maWZRXLHzgGwv44KDc { width:17.6243125rem;height:2.375rem;top:55.875rem;left:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMLs22DZE66dToPB42gspb6VyTrz9VZT { width:19.0625rem;height:2.375rem;top:73.25rem;left:0.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/HZ6fsusy/sqi_backpsd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR.adaptive-delivery-prevent-bg, #izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR.lazyload, #izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR.lazyloading { background-image: none; }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .row .container { background-color: transparent; background-image: none; }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .row .container > .video-iframe-container { display: none; }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .row > .video-iframe-container { display: none; }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .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); }#izvf3w1sT1DnqUMVS0adPpyk2aUGzzAR > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Glxmkq1EOoOTMT4UAOaTqxdMg8Te5dqJ { width:17.8125rem;height:1.5rem;top:6.375rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXQcTkZRevmDlxhWJX7gl7FTqOeQTHLT { width:15.9375rem;height:6rem;top:7.875rem;left:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnl0cBc6zwxipVBXbO4NETUtORbWzm6n { width:17.3118125rem;height:3.18714375rem;top:15.3125rem;left:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLrrp99lGZB62vTJXFg7FrIUVBFs0PnT { display:block; }
 }@media only screen and (max-width: 763px) { #uwn7ZQMlUA22aF8K0Bx3KTPGSHD8gr6H { position:relative;z-index:auto;display:block; }#uwn7ZQMlUA22aF8K0Bx3KTPGSHD8gr6H > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xvAPwmGrdqwcWUqwsdTb3MEwMV3U5Iez { width:17.1244375rem;height:1rem;top:7.24875831604rem;left:1.4053621292114rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqKm0RagcFPTmqikelz80so6a3Plxpck { width:20rem;height:1.125rem;top:4.8117904663086rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS9tqPJGdT0FT93K2KUS6AdBu6Evs37S { width:2.8125rem;height:2.24964375rem;top:1.5rem;left:8.5625rem;display:block; }
 }