.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:246,239,241;--color-primary-1:224,202,207;--color-primary-2:193,149,159;--color-primary-3:97,75,80;--color-primary-4:29,22,24;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:5,5,5;--headlines-font-family:"Ubuntu";--paragraphs-font-family:"Ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;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); }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5dc75318-2cdc-4bc9-a79f-c6c7a52040c8/Projektbeznazwy4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;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;z-index:auto;display:block; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D.adaptive-delivery-prevent-bg, #Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D.lazyload, #Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D.lazyloading { background-image: none; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row .container { background-color: transparent; background-image: none; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row .container > .video-iframe-container { display: none; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row > .video-iframe-container { display: none; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .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); }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row .container { border-width: 0; border-radius: 0; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row .container { width:60rem;height:58.125rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#HCPEbxPmtEpXzX33HTBTGC1OCWTawius { box-sizing:content-box;height:50.5rem;width:54.5625rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:2.71875rem;display:block; }
#tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { color:rgba(var(--color-tertiary-0),1);display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:3.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:12.75rem;left:8.125rem;height:13.125rem;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; }
#A3Tx43SLc3ofTwG7xqczFcvq6XKMSLDQ { position:absolute;display:block;z-index:15044;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:12.25rem;width:22.125rem;top:0.5625rem;left:18.9375rem;overflow:hidden;display:block; }
#JWwkXeH4MQTpTAi3uaLoh60yTKu9iDeO { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:8.1875rem;width:0.375rem;top:29.15625rem;left:9.625rem;display:block; }
#rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { color:rgba(var(--color-tertiary-0),1);display:block;width:36.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:30.0625rem;left:11.65625rem;height:6.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T3e7aCzNgVZalkPPyNqsteLRvBI0kLiy { background-color:rgba(var(--color-secondary-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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),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:35.4375rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:41.8125rem;left:12.28125rem;display:block; }
#vwVTMDmxw79BwAykbKTynkTJbV8SZ7rX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { 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; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { background-color: transparent; background-image: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container > .video-iframe-container { display: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container { display: none; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .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); }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { border-width: 0; border-radius: 0; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:block; }#TTb8wXz0wBPf2VNcyM0tTfHRAT2iTnSz { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.09375rem;left:30.5625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nXsgG1KplBNmTsBBsygzgNns504oCoiw { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.125rem;left:30.5625rem;display:block; }
#SK2iONpxsaKwxTtSHm1vhcNgF3ZhAPcT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5rem;left:30.5625rem;height:12.5rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#Qz7pcabT00TPJUqIy0aktTIimxTWmUiT { 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:28.0625rem;width:28.0625rem;top:2.15625rem;left:2.5625rem;overflow:hidden;display:block; }
#z2qTQusqwx6t0Qat3R8IkrgvSPkO6qvo { 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; }#z2qTQusqwx6t0Qat3R8IkrgvSPkO6qvo > .row .container { background-color: transparent; background-image: none; }#z2qTQusqwx6t0Qat3R8IkrgvSPkO6qvo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2qTQusqwx6t0Qat3R8IkrgvSPkO6qvo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2qTQusqwx6t0Qat3R8IkrgvSPkO6qvo > .row .container > .video-iframe-container { display: none; }#z2qTQusqwx6t0Qat3R8IkrgvSPkO6qvo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z2qTQusqwx6t0Qat3R8IkrgvSPkO6qvo > .row > .video-iframe-container { display: none; }#z2qTQusqwx6t0Qat3R8IkrgvSPkO6qvo > .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); }#z2qTQusqwx6t0Qat3R8IkrgvSPkO6qvo > .row .container { border-width: 0; border-radius: 0; }#z2qTQusqwx6t0Qat3R8IkrgvSPkO6qvo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z2qTQusqwx6t0Qat3R8IkrgvSPkO6qvo > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:60rem;position:relative;display:block; }#erCG7dkTSTwyJ8BGJ5qCU2TTfFSf6TM5 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:3.8125rem;left:0.625rem;display:block; }
#xu0JzWm03xrRNtlQtqyJRMkwiemrc0Vk { color:#0d0d0e;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.8125rem;left:0.625rem;height:4.875rem;font-style:normal;display:block; }
#JfNFGdpTSKX9I2r0dlDGhd8odvpQl4LB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.75rem;left:0.625rem;height:27.5rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#lGtLaKs8vG5yUzc8XUBTapcXDXeu8usD { color:#0d0d0e;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.8125rem;left:21.0625rem;height:4.875rem;font-style:normal;display:block; }
#bdhnorXkc6wD8MzdThphFmqppyzUQCS3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:13.75rem;left:21.0625rem;height:11.25rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#ApkIDZalRllSBRe03fR7aah6o4H87Eg1 { color:#0d0d0e;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.8125rem;left:40.6875rem;height:4.875rem;font-style:normal;display:block; }
#SayDwet3xL3GSmeBqtqkgpbCqQgwrJ3H { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:13.75rem;left:40.75rem;height:18.75rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#O3AW5iQfnORHGZOkFTbfqLRLAKBzk03I { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:3.8125rem;left:20.625rem;display:block; }
#bGETdqvlokU9IAqFbGTGmoqsFSz9lX0b { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:3.8125rem;left:40.625rem;display:block; }
#NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0888dcc1-3346-40a3-adac-b5357fd1c8c1/kaboompics_remoteworkandhomeofficewithlaptopphoneandcamera38969.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B.adaptive-delivery-prevent-bg, #NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B.lazyload, #NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B.lazyloading { background-image: none; }#NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B > .row .container { background-color: transparent; background-image: none; }#NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,93,131,0.83); }#NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B > .row .container > .video-iframe-container { display: none; }#NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,93,131,0.83); }#NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B > .row > .video-iframe-container { display: none; }#NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B > .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); }#NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B > .row .container { border-width: 0; border-radius: 0; }#NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#aspl2PmiETUzVC8HZSO2A5gH7fvzZxF6 { color:rgba(var(--color-tertiary-0),1);display:block;width:56.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:4.0625rem;left:1.53125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HIMsfxEznarPGQZAt2ZXwCyyOpeIFFzS { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:15.625rem;top:1.625rem;left:22.1875rem;display:block; }
#JMyrPwbr9mteXE6vBQnEdJNicEHNmzcl { color:rgba(var(--color-tertiary-0),1);display:block;width:53.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:10.3828125rem;left:3.125rem;height:4.875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-form-header {  }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:20.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-text {padding-top: 0; padding-bottom: 0;}#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.5625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-select {padding-top: 0; padding-bottom: 0;}#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:20.5625rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.75rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:19.3125rem;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-container:first-of-type{padding-top:0;}#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-container:last-of-type{padding-bottom:0;}#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:10.4375rem;top:17.5rem;z-index:15022;position:absolute; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.5625rem;display:block;vertical-align:top; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil {display:block;}#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil { background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(45deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:10.4375rem;top:17.5rem;z-index:15022;position:absolute; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #N7hU2oFA2COk7iZlxL264WkL7hWJ1NnJ { position:relative; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #GUQXmsVTUsHx9tyZClnrmtSyZvlFx4i3 { position:relative;display:none; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #T0TOD4kHeW35KnnLmv8d84CNeZc6qfhi { position:relative; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #O4aADx2399g3GXZeRpIaLJfxwghWvD3P { position:relative; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #rRFlhI7oE3R8d4O8MDGof7qMk5oQhTk2 { position:relative;display:none; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #TlSGvbmNt0ALT8134Kn3b0PNLaQ0x0Qa { position:relative; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #brkDUkZQ8WVg3G3EFIAvz7MiNgD9TBVG { position:relative; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #nMQhuXKTHq3lKWDcB3bV5Uz0SLXbwDz4 { position:relative;display:none; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #QkGZmNNpK49asmHlKemBEEdi2JZEqoDK { position:relative; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #G1qrASASpGJTSZ3e9P5P8WQ9WbDWvFq7 { position:relative; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #AJT6uHH299fat4ncfgIeMNsu3SFG7qik { position:relative;z-index:2; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #K2BN630eEnrvHeCuy11iHnoJtfuTTaKs { position:relative; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #PWTNA8QM5zZhipo8KWPPWxzwga2GpNXI { position:relative; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #yQAisE1DJTTI9vDwl5U5xMDmqJvS2QCS { position:relative; }
#sPDoJXXaTxxOJwLSF7ETHqr1IggWbMuI { position:absolute;display:block;z-index:15031;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: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.2) ;height:19.4375rem;width:13.6875rem;top:17.875rem;left:35.9375rem;overflow:hidden;display:block; }
#LXSggWLvURFiLJZMCdxhM3O443T6VTSs { 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; }#LXSggWLvURFiLJZMCdxhM3O443T6VTSs > .row .container { background-color: transparent; background-image: none; }#LXSggWLvURFiLJZMCdxhM3O443T6VTSs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXSggWLvURFiLJZMCdxhM3O443T6VTSs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXSggWLvURFiLJZMCdxhM3O443T6VTSs > .row .container > .video-iframe-container { display: none; }#LXSggWLvURFiLJZMCdxhM3O443T6VTSs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXSggWLvURFiLJZMCdxhM3O443T6VTSs > .row > .video-iframe-container { display: none; }#LXSggWLvURFiLJZMCdxhM3O443T6VTSs > .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); }#LXSggWLvURFiLJZMCdxhM3O443T6VTSs > .row .container { border-width: 0; border-radius: 0; }#LXSggWLvURFiLJZMCdxhM3O443T6VTSs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXSggWLvURFiLJZMCdxhM3O443T6VTSs > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:60rem;position:relative;display:block; }#hOg68tpd0LP17etlkmIX8lOTEC88EPGe { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.53125rem;left:2.40625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TOEbpkJP4nmPDZGGA1HaTCsbNr1ptQ4l { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:9.0625rem;left:2.40625rem;display:block; }
#m0UXey7x7uOu3SJHq7ssLMJm7FOf2v3A { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.1875rem;left:2.40625rem;height:9rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#FbvTxyt3Jmd4NVX4SsHJQ0AXelRE7so5 { 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:34.25rem;width:22.75rem;top:2.46875rem;left:34.4931640625rem;overflow:hidden;display:block; }
#rGLKxXxxyrGRWWgafIwp62e6HNP1VI89 { position:absolute;display:block;z-index:15040;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:23.625rem;left:2.4375rem;display:block; }
#E6lCnnksn7K8DTJ5oZn0csrlV7lpLDRz { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:8.5rem;width:0.375rem;top:24.4375rem;left:3.1875rem;display:block; }
#GbNginm04aSlxwXMttxkceTTurKy13oa { color:rgba(var(--color-tertiary-4),1);display:block;width:29.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:24.125rem;left:5.6875rem;height:8.75rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#zi6ySMD8ewB2pTwKPTVlE3Fkgmh51N1D { position:absolute;display:block;z-index:15041;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:27.625rem;left:2.4375rem;display:block; }
#lcwIwwP32wyc7KoAXSRNOHzFn0I94hsZ { position:absolute;display:block;z-index:15042;background-color:transparent;background-image: -webkit-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(146deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10.8125rem;border-top-right-radius:10.8125rem;border-bottom-left-radius:10.8125rem;border-bottom-right-radius:10.8125rem;box-shadow: 0.0625rem 0.0625rem 1.75rem rgba(238,204,255,0.64) ;height:1.875rem;width:1.875rem;top:31.4375rem;left:2.4375rem;display:block; }
#IIGwITzRMDNFAJeyaemTy3MPSfF2PBrn { 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; }#IIGwITzRMDNFAJeyaemTy3MPSfF2PBrn > .row .container { background-color: transparent; background-image: none; }#IIGwITzRMDNFAJeyaemTy3MPSfF2PBrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIGwITzRMDNFAJeyaemTy3MPSfF2PBrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIGwITzRMDNFAJeyaemTy3MPSfF2PBrn > .row .container > .video-iframe-container { display: none; }#IIGwITzRMDNFAJeyaemTy3MPSfF2PBrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IIGwITzRMDNFAJeyaemTy3MPSfF2PBrn > .row > .video-iframe-container { display: none; }#IIGwITzRMDNFAJeyaemTy3MPSfF2PBrn > .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); }#IIGwITzRMDNFAJeyaemTy3MPSfF2PBrn > .row .container { border-width: 0; border-radius: 0; }#IIGwITzRMDNFAJeyaemTy3MPSfF2PBrn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IIGwITzRMDNFAJeyaemTy3MPSfF2PBrn > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#VUBNmV4mm6XDZikTWioZLzb4W2MN1agh { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:0.0625rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(78,78,128,0.16) ;height:16.375rem;width:43.75rem;top:3.78125rem;left:8.125rem;display:block; }
#JVPGiURtb1ZJrrwcs3NKL3AZih97cwa3 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.3125rem 1.25rem rgba(38,38,91,0.16) ;height:13.75rem;width:8.0625rem;top:5.09375rem;left:10.3125rem;overflow:hidden;display:block; }
#x4RRWlSFUIKPcqwR6mAZemoFzCLvxq0P { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:6.34375rem;left:19.8125rem;height:11.25rem;font-style:italic;text-align:justify;text-align-last:initial;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; }
#gI3syUNE84iMTVmROg68rsSgk5ciHJUT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:18.28125rem;left:22.875rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;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; }
#ZrOKu2GowvfFedJpHcrHZxQnfZqMUaZp { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:4.34375rem;left:9.125rem;display:block; }
#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e134a72c-1353-4161-9d48-8c5e2e09a4f8/kaboompics_travertinecoffeetableandgreigelinencouch28890.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz.adaptive-delivery-prevent-bg, #LtIwT44vNrNvieluCDbFAzeGHwNPCbiz.lazyload, #LtIwT44vNrNvieluCDbFAzeGHwNPCbiz.lazyloading { background-image: none; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container { background-color: transparent; background-image: none; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,43,49,0.72); }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container > .video-iframe-container { display: none; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,43,49,0.72); }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row > .video-iframe-container { display: none; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .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); }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container { border-width: 0; border-radius: 0; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row > .video-iframe-container { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:block; }#sIzlH0RE1ImxU1zup8oXAyqDfpEV6QN5 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.0625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:11.9375rem;left:5rem;height:2.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNGm3FeB3MGJSQ3Tf4ewI1tixibICngt { 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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.3125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:16.5rem;left:19.375rem;display:block; }
#AkCHQmacrQIi0B0uNRMCFmvDOlUFrgKJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EeuHzI9qJt14W3TT8HaSVvURZiAOsnOT { 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; }#EeuHzI9qJt14W3TT8HaSVvURZiAOsnOT > .row .container { background-color: transparent; background-image: none; }#EeuHzI9qJt14W3TT8HaSVvURZiAOsnOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeuHzI9qJt14W3TT8HaSVvURZiAOsnOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeuHzI9qJt14W3TT8HaSVvURZiAOsnOT > .row .container > .video-iframe-container { display: none; }#EeuHzI9qJt14W3TT8HaSVvURZiAOsnOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeuHzI9qJt14W3TT8HaSVvURZiAOsnOT > .row > .video-iframe-container { display: none; }#EeuHzI9qJt14W3TT8HaSVvURZiAOsnOT > .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); }#EeuHzI9qJt14W3TT8HaSVvURZiAOsnOT > .row .container { border-width: 0; border-radius: 0; }#EeuHzI9qJt14W3TT8HaSVvURZiAOsnOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EeuHzI9qJt14W3TT8HaSVvURZiAOsnOT > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:60rem;position:relative;display:block; }#dJenrXkoCkNA8dQ8I06EmnZbp393KcFa { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:8.25rem;left:0.625rem;display:block; }
#H6h3mwWGUJAJheG7NuXuoSLRqcOaMZwq { color:#0d0d0e;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.25rem;left:0.625rem;height:2.4375rem;font-style:normal;display:block; }
#twB5avR9DJuZIuh4OnPRJnQVudAP2NZu { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.125rem;left:0.625rem;height:17.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#qDkPGWJnbMXreLIJGca7t3irrXmXoFtC { color:#0d0d0e;display:block;width:18.8125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.25rem;left:40.96875rem;height:2.4375rem;font-style:normal;display:block; }
#OUqxzZOrnTV4tRvtO4nkFxHn1iAVhKKB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.125rem;left:41.0625rem;height:18.75rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#btxkFrK6RLprHlCABZC1W6tIdLJql81O { color:#0d0d0e;display:block;width:16.5rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.25rem;left:20.625rem;height:4.875rem;font-style:normal;display:block; }
#h1fDLD6oszrRBChGUUubpGcWT72AHsbE { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:18.1875rem;left:20.75rem;height:7.5rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#ACpaPb4qkXTyaatJCLKLO74Ebb7qwzAd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:7.125rem;left:0.625rem; }
#KhshqZuPXklWxaTWhUzR8hW7e8frR8P7 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:8.25rem;left:20.625rem;display:block; }
#UHXrMmz7hXWxaMT8x7HALXSr1KbtmGU9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(60deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.875rem;width:18.75rem;top:8.25rem;left:40.625rem;display:block; }
#cpJZiCAJlOvCTx6zAmUZzuvEPQDfpuLr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:7.125rem;left:20.75rem; }
#Gg04RVu8KHg6NpQgxJKUh4vMT4aKxNPR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:7.125rem;left:40.75rem; }
#NQsXyPmapeLDD9roQ4faZtAR13EJAk3r { color:rgba(var(--color-tertiary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:26.6982421875rem;left:20.625rem;height:3.75rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3b6bde99-c957-4d0a-b470-e008f2b7eac6/kaboompics_glassofwatermagazinetravertinelamp29165.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9.adaptive-delivery-prevent-bg, #aNSmqtnKxTDFspWKxTTgAALnlze4clo9.lazyload, #aNSmqtnKxTDFspWKxTTgAALnlze4clo9.lazyloading { background-image: none; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row .container { background-color: transparent; background-image: none; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.86); }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row .container > .video-iframe-container { display: none; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),0.86); }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row > .video-iframe-container { display: none; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .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); }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row .container { border-width: 0; border-radius: 0; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:block; }#GbNNfazyHDLNxLbmbJgESbwy0NGly1px { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:10.4375rem;left:10.8125rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dG7oKmQWH0BDfLQSxJcufE6feLdMKMGQ { background-color:rgba(var(--color-secondary-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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-primary-2),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:33.4375rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:15.6875rem;left:13.3125rem;display:block; }
#lmS3JMxHwhLJFu2oymdebJZkfM0PwRGp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WISJFg09L8XuhMfoF3KiQ7Axq11xJv4C { 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; }#WISJFg09L8XuhMfoF3KiQ7Axq11xJv4C > .row .container { background-color: transparent; background-image: none; }#WISJFg09L8XuhMfoF3KiQ7Axq11xJv4C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WISJFg09L8XuhMfoF3KiQ7Axq11xJv4C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WISJFg09L8XuhMfoF3KiQ7Axq11xJv4C > .row .container > .video-iframe-container { display: none; }#WISJFg09L8XuhMfoF3KiQ7Axq11xJv4C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WISJFg09L8XuhMfoF3KiQ7Axq11xJv4C > .row > .video-iframe-container { display: none; }#WISJFg09L8XuhMfoF3KiQ7Axq11xJv4C > .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); }#WISJFg09L8XuhMfoF3KiQ7Axq11xJv4C > .row .container { border-width: 0; border-radius: 0; }#WISJFg09L8XuhMfoF3KiQ7Axq11xJv4C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WISJFg09L8XuhMfoF3KiQ7Axq11xJv4C > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:60rem;position:relative;display:block; }#kefTfmwOOZtLZlg7UKGzJzyqle8Pq2mu { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:2.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oF45ImP8SG3TlZvQFfiJzMQVS6OkL3JJ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:5.4375rem;left:2.4375rem;display:block; }
#TwbAUwR3p5TT4xoCB9vTyusy0lmHLoq6 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:13rem;top:7.375rem;left:2.4375rem;overflow:hidden;display:block; }
#PSgL9a5elF8W7xqqKRH0utnW7vatvUll { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:10.3125rem;top:5.4375rem;left:16rem;overflow:hidden;display:block; }
#WGk1Menor7e9JnwGLb3wTSeWh9Bn7oJI { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:13.0625rem;top:8.15625rem;left:28.1875rem;overflow:hidden;display:block; }
#TQZPxWfTbr8WFVWoiARTtaZhCHNDu2la { 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; }#TQZPxWfTbr8WFVWoiARTtaZhCHNDu2la > .row .container { background-color: transparent; background-image: none; }#TQZPxWfTbr8WFVWoiARTtaZhCHNDu2la::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQZPxWfTbr8WFVWoiARTtaZhCHNDu2la > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQZPxWfTbr8WFVWoiARTtaZhCHNDu2la > .row .container > .video-iframe-container { display: none; }#TQZPxWfTbr8WFVWoiARTtaZhCHNDu2la > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQZPxWfTbr8WFVWoiARTtaZhCHNDu2la > .row > .video-iframe-container { display: none; }#TQZPxWfTbr8WFVWoiARTtaZhCHNDu2la > .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); }#TQZPxWfTbr8WFVWoiARTtaZhCHNDu2la > .row .container { border-width: 0; border-radius: 0; }#TQZPxWfTbr8WFVWoiARTtaZhCHNDu2la > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQZPxWfTbr8WFVWoiARTtaZhCHNDu2la > .row .container { font-size:0.875rem;font-family:arial;height:14.625rem;width:60rem;position:relative;display:block; }#q94UXBrrklipTuknFGBfLf1S03B3Vfcm { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:2.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ytGVmenWc6F4rBtc5mzKWUBhWuq6Zm5q { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:5.4375rem;left:2.4375rem;display:block; }
#titHTvGQVzInFShTnXMhL5Ulv1oOleKy { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:16.5625rem;top:7.3125rem;left:1.1875rem;overflow:hidden;display:block; }
#Q1D3szgFTR516gBJPZKMJGkDS3u4WBHu { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:13.625rem;top:8.34375rem;left:16.6875rem;overflow:hidden;display:block; }
#LNIvh6ZTK3HDDLFkMUTl6UekXd3kUpH9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:6.9375rem;left:31.3125rem;overflow:hidden;display:block; }
#TzrVLuC1xJKZSg58BIIUZ51mb0vxKUlG { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5rem;width:7.9375rem;top:7.4375rem;left:40.8125rem;overflow:hidden;display:block; }
#DLLuTcbXomcmbkAppRgJpOdHVxcEXozf { 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; }#DLLuTcbXomcmbkAppRgJpOdHVxcEXozf > .row .container { background-color: transparent; background-image: none; }#DLLuTcbXomcmbkAppRgJpOdHVxcEXozf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLLuTcbXomcmbkAppRgJpOdHVxcEXozf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLLuTcbXomcmbkAppRgJpOdHVxcEXozf > .row .container > .video-iframe-container { display: none; }#DLLuTcbXomcmbkAppRgJpOdHVxcEXozf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLLuTcbXomcmbkAppRgJpOdHVxcEXozf > .row > .video-iframe-container { display: none; }#DLLuTcbXomcmbkAppRgJpOdHVxcEXozf > .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); }#DLLuTcbXomcmbkAppRgJpOdHVxcEXozf > .row .container { border-width: 0; border-radius: 0; }#DLLuTcbXomcmbkAppRgJpOdHVxcEXozf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLLuTcbXomcmbkAppRgJpOdHVxcEXozf > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#UfTagh3TedsCaiAPIaN8U4bCOkHqeNiz { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:2.4375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bmM5OzwJtiQIUp59LvJD4TWX3nZP13xk { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:5.4375rem;left:2.4375rem;display:block; }
#UHSrK9luCJ59dBu8OGK12ZeyIDaaSktT { 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; }#UHSrK9luCJ59dBu8OGK12ZeyIDaaSktT > .row .container { background-color: transparent; background-image: none; }#UHSrK9luCJ59dBu8OGK12ZeyIDaaSktT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHSrK9luCJ59dBu8OGK12ZeyIDaaSktT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHSrK9luCJ59dBu8OGK12ZeyIDaaSktT > .row .container > .video-iframe-container { display: none; }#UHSrK9luCJ59dBu8OGK12ZeyIDaaSktT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHSrK9luCJ59dBu8OGK12ZeyIDaaSktT > .row > .video-iframe-container { display: none; }#UHSrK9luCJ59dBu8OGK12ZeyIDaaSktT > .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); }#UHSrK9luCJ59dBu8OGK12ZeyIDaaSktT > .row .container { border-width: 0; border-radius: 0; }#UHSrK9luCJ59dBu8OGK12ZeyIDaaSktT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHSrK9luCJ59dBu8OGK12ZeyIDaaSktT > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#bqPIWQ6ySP1Uo0yGBiypI3eczM6o2ZTS { 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:29.6875rem;width:20.5625rem;top:2.1875rem;left:2.0625rem;overflow:hidden;display:block; }
#szeQO4kFTRem4C5lrXDkHXdDaAIMAszR { color:#1f333b;display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:27.8125rem;height:1.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wH7yJkgREE3yAqoy42Tl4If7O42u5s5y { color:rgba(var(--color-primary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:27.875rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#TD1PSQ0rzJrVc33dBtW04ed0sZiL0Zc9 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:56.25rem;border-top-right-radius:56.25rem;border-bottom-left-radius:56.25rem;border-bottom-right-radius:56.25rem;box-shadow: 0.0625rem 0.375rem 0.6875rem rgba(143,154,176,0.56) ;height:3.125rem;width:3.125rem;top:28.8125rem;left:19.5625rem;display:block; }
#csTddxcxQUzSFiBLeukHuva4i5FWz4wr { color:rgba(var(--color-tertiary-4),1);display:block;width:30.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.5625rem;left:27.8125rem;height:22.5rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#zTQZ3qarUSrVehL3UNnkzHiAMlGwpatu { 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; }#zTQZ3qarUSrVehL3UNnkzHiAMlGwpatu > .row .container { background-color: transparent; background-image: none; }#zTQZ3qarUSrVehL3UNnkzHiAMlGwpatu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTQZ3qarUSrVehL3UNnkzHiAMlGwpatu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTQZ3qarUSrVehL3UNnkzHiAMlGwpatu > .row .container > .video-iframe-container { display: none; }#zTQZ3qarUSrVehL3UNnkzHiAMlGwpatu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTQZ3qarUSrVehL3UNnkzHiAMlGwpatu > .row > .video-iframe-container { display: none; }#zTQZ3qarUSrVehL3UNnkzHiAMlGwpatu > .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); }#zTQZ3qarUSrVehL3UNnkzHiAMlGwpatu > .row .container { border-width: 0; border-radius: 0; }#zTQZ3qarUSrVehL3UNnkzHiAMlGwpatu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTQZ3qarUSrVehL3UNnkzHiAMlGwpatu > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:60rem;position:relative;display:block; }#HJ3azCOioTG5klivzGNS2StXTgNRIBVK { color:rgba(var(--color-tertiary-4),1);display:block;width:54.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:8.375rem;left:2.9375rem;height:10rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#vo1OQyLP6p50G9ygezas1lMsPu83c6qy { color:rgba(var(--color-tertiary-4),1);display:block;width:25.75rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.8125rem;left:2.9375rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vwV4SGuVnTxgfqbcsJH7UvdrQRQpovzB { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:0.375rem;width:8.25rem;top:5.3125rem;left:2.9375rem;display:block; }
#HDgbVyqttDp9tJzsUo5MOkmmaVdypB4J { 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; }#HDgbVyqttDp9tJzsUo5MOkmmaVdypB4J > .row .container { background-color: transparent; background-image: none; }#HDgbVyqttDp9tJzsUo5MOkmmaVdypB4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDgbVyqttDp9tJzsUo5MOkmmaVdypB4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDgbVyqttDp9tJzsUo5MOkmmaVdypB4J > .row .container > .video-iframe-container { display: none; }#HDgbVyqttDp9tJzsUo5MOkmmaVdypB4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDgbVyqttDp9tJzsUo5MOkmmaVdypB4J > .row > .video-iframe-container { display: none; }#HDgbVyqttDp9tJzsUo5MOkmmaVdypB4J > .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); }#HDgbVyqttDp9tJzsUo5MOkmmaVdypB4J > .row .container { border-width: 0; border-radius: 0; }#HDgbVyqttDp9tJzsUo5MOkmmaVdypB4J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HDgbVyqttDp9tJzsUo5MOkmmaVdypB4J > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#umMvDkDO9Cn6Ss3u2qlMG3COXqMeErGp { background-color:rgba(var(--color-secondary-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:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.5625rem;left:11.5rem;display:block; }
#QTQiQDS2cs2RdbNDokyoocNS1yJBb6Gb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J07DWXV47a0ZhI9An5WKG0pP0PT2UFfd { background-color:rgba(var(--color-secondary-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:1.8125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.3125rem;left:21.375rem;display:block; }
#JECJ9xZmShbyK6uhK5GU8aWlMlMuVLnT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#saZkykApwCIg1nmrVDcufS8ffXaGxqoz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:1.25rem;left:9.625rem; }
#vTibe2HZrAiozQNh3ybV9g0o6pZIKSIP { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.25rem;left:19.125rem; }
#a4AZmpOSmuy8fixWoZh0NWZsNS1UPBMr { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.1875rem;left:41.125rem; }
#iPvTJzIFugpIy71xav9bRJFwEd39SbuF { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:0.8125rem;left:37.5625rem; }
#iPvTJzIFugpIy71xav9bRJFwEd39SbuF > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#VrAXP1QMclm6rWEG1FCTAvGZsvz2TP4n { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:0.8125rem;left:40.8125rem; }
#VrAXP1QMclm6rWEG1FCTAvGZsvz2TP4n > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#TIMG9KbIP7LxObgeWaE57iH47eAin2Qu { background-color:rgba(var(--color-secondary-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:1.8125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.375rem;left:36.8125rem;display:none; }
#ZP6VUe7iJrMtROswSHlgIaViamlbTUSI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mxFHg2NuGcy1Sk6Gaw1LxhH4KkwyS6c1 { color:#070707;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.4562511444092rem;left:0rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#havgTxGJLiK9KtLKPsnPBTxvL3n3KWrT { background-color:rgba(var(--color-secondary-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:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.5rem;left:26.9375rem;display:none; }
#sg76CuSxPpAHz3CF36AvvRqO733U0cxk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vBx1rpPzTQvUy8Lg2MabZPdKwTQ9pp0F { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.25rem;left:34.5rem;display:none; }
#npfyg3EMr4NmSPky1I05ez7I6xl691TM { background-color:rgba(var(--color-secondary-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:1.8125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.375rem;left:36.8125rem;display:none; }
#kkqyZXtOFLaheFMp5fIxEFuaqGKl4ffa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rXtSGD5FX6vzzqkykx8Tcxs1V4V9v8R2 { color:#070707;display:block;width:43.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:1.4562511444092rem;left:0rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FPa8ITBIzdvr4hiWctel0LJ2X3uRWTV8 { background-color:rgba(var(--color-secondary-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:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.5rem;left:26.9375rem;display:none; }
#T3i5zmPwwChaifKFQIegEncgE4WbtHcx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#orgNRBmmg8pXg1exwn3lJFBoliBg5S2S { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:1.25rem;left:34.5rem;display:none; }
#VmqA2qR0gVRMrfk6uDNTamZXnlbFuxrH { background-color:rgba(var(--color-secondary-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:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:1.8125rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:1.375rem;left:36.8125rem;display:none; }
#zUV8TN967mXDxLN104gh8vhDkK35T0TO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CCHTdmxritNruMKlgxndgnTvzFzLJfyD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:1.25rem;left:24.6875rem;display:none; }
#mTIdW54vsmDC0TBnb6QSEWsrscT5tW6d { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:1.25rem;left:24.6875rem;display:none; }
#R2GmteMrNda5dUPTdHt8cx8XK535Luif { color:#070707;display:block;width:43.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:27.949999809265rem;left:8.3125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#wxTJvxlW2lT6SxKouctyN9VN15Vvka54 { color:#070707;display:block;width:43.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:27.949999809265rem;left:8.3125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#lvxfR7WUeBqT0K17rqJJBfwXXJKQZWBw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#c145v3am0oafzO44Za0qlMJlTJSbQ0kM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#euw5fbGQJe7AfTERtnZxJpfAeDhBaIMb { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:0.8125rem;left:44.125rem; }
#euw5fbGQJe7AfTERtnZxJpfAeDhBaIMb > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#Adu7Gkab2uQnOAkR1F9Q7kIGbt7tTPdW { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:0.75rem;left:47.5625rem; }
#Adu7Gkab2uQnOAkR1F9Q7kIGbt7tTPdW > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D { position:relative;z-index:;display:block; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D { background-color: transparent; background-image: none; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row .container > .video-iframe-container { display: none; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row > .video-iframe-container { display: none; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .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); }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D { border-width: 0; border-radius: 0; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row .container { width:47.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;height:35.9375rem;overflow:visible;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCPEbxPmtEpXzX33HTBTGC1OCWTawius { top:0rem;left:0rem;width:47.75rem;height:50.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { top:12.75rem;left:2rem;width:43.75rem;height:13.125rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3Tx43SLc3ofTwG7xqczFcvq6XKMSLDQ { top:0.5625rem;left:12.8125rem;width:22.125rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWwkXeH4MQTpTAi3uaLoh60yTKu9iDeO { top:29.125rem;left:3.5rem;width:0.375rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { top:30.0625rem;left:5.53125rem;width:36.6875rem;height:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3e7aCzNgVZalkPPyNqsteLRvBI0kLiy { width:35.4375rem;height:3.4375rem;top:41.8125rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwVTMDmxw79BwAykbKTynkTJbV8SZ7rX { display:block; }
 }@media only screen and (max-width: 763px) { #Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTb8wXz0wBPf2VNcyM0tTfHRAT2iTnSz { top:6.0625rem;left:22rem;width:25.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXsgG1KplBNmTsBBsygzgNns504oCoiw { top:9.125rem;left:24.4375rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK2iONpxsaKwxTtSHm1vhcNgF3ZhAPcT { top:11.5rem;left:21.0625rem;width:26.6875rem;height:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qz7pcabT00TPJUqIy0aktTIimxTWmUiT { top:2.125rem;left:0rem;width:28.0625rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2qTQusqwx6t0Qat3R8IkrgvSPkO6qvo { display:block; }#z2qTQusqwx6t0Qat3R8IkrgvSPkO6qvo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erCG7dkTSTwyJ8BGJ5qCU2TTfFSf6TM5 { width:18.75rem;height:0.875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu0JzWm03xrRNtlQtqyJRMkwiemrc0Vk { top:6.8125rem;left:0rem;width:18.75rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfNFGdpTSKX9I2r0dlDGhd8odvpQl4LB { top:13.75rem;left:0rem;width:17.4375rem;height:27.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGtLaKs8vG5yUzc8XUBTapcXDXeu8usD { top:6.8125rem;left:12.9375rem;width:18.8125rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdhnorXkc6wD8MzdThphFmqppyzUQCS3 { top:13.75rem;left:13.875rem;width:17.875rem;height:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ApkIDZalRllSBRe03fR7aah6o4H87Eg1 { top:6.8125rem;left:31.125rem;width:16.5rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SayDwet3xL3GSmeBqtqkgpbCqQgwrJ3H { top:13.75rem;left:29.0625rem;width:18.5625rem;height:18.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3AW5iQfnORHGZOkFTbfqLRLAKBzk03I { width:18.75rem;height:0.875rem;top:3.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGETdqvlokU9IAqFbGTGmoqsFSz9lX0b { width:18.75rem;height:0.875rem;top:3.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B { display:block; }#NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aspl2PmiETUzVC8HZSO2A5gH7fvzZxF6 { width:47.75rem;height:4.125rem;top:4.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIMsfxEznarPGQZAt2ZXwCyyOpeIFFzS { width:15.625rem;height:0.125rem;top:1.625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMyrPwbr9mteXE6vBQnEdJNicEHNmzcl { width:47.75rem;height:4.875rem;top:10.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-regular-label { display:block;width:20.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-text { width:20.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-text {padding-top: 0; padding-bottom: 0;}#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-textarea { width:20.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-select { width:20.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-select {padding-top: 0; padding-bottom: 0;}#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-button { width:20.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-checkbox-label { width:19.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil  { width:20.5625rem;height:17.75rem;top:17.5rem;left:4.3125rem; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .radio-container { width:20.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil {display:block;}#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil { width:20.5625rem;height:17.75rem;top:17.5rem;left:4.3125rem; }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #N7hU2oFA2COk7iZlxL264WkL7hWJ1NnJ {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #GUQXmsVTUsHx9tyZClnrmtSyZvlFx4i3 {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #T0TOD4kHeW35KnnLmv8d84CNeZc6qfhi {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #O4aADx2399g3GXZeRpIaLJfxwghWvD3P {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #rRFlhI7oE3R8d4O8MDGof7qMk5oQhTk2 { display:block; }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #TlSGvbmNt0ALT8134Kn3b0PNLaQ0x0Qa {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #brkDUkZQ8WVg3G3EFIAvz7MiNgD9TBVG {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #nMQhuXKTHq3lKWDcB3bV5Uz0SLXbwDz4 { display:block; }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #QkGZmNNpK49asmHlKemBEEdi2JZEqoDK {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #G1qrASASpGJTSZ3e9P5P8WQ9WbDWvFq7 {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #AJT6uHH299fat4ncfgIeMNsu3SFG7qik { z-index:2; }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #K2BN630eEnrvHeCuy11iHnoJtfuTTaKs {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #PWTNA8QM5zZhipo8KWPPWxzwga2GpNXI {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #yQAisE1DJTTI9vDwl5U5xMDmqJvS2QCS {  }
 }@media only screen and (max-width: 763px) { #sPDoJXXaTxxOJwLSF7ETHqr1IggWbMuI { top:17.875rem;left:29.8125rem;width:13.6875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXSggWLvURFiLJZMCdxhM3O443T6VTSs { display:block; }#LXSggWLvURFiLJZMCdxhM3O443T6VTSs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOg68tpd0LP17etlkmIX8lOTEC88EPGe { top:5.5rem;left:0rem;width:25.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOEbpkJP4nmPDZGGA1HaTCsbNr1ptQ4l { top:9.0625rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0UXey7x7uOu3SJHq7ssLMJm7FOf2v3A { top:11.1875rem;left:0rem;width:24.9375rem;height:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbvTxyt3Jmd4NVX4SsHJQ0AXelRE7so5 { top:2.4375rem;left:25rem;width:22.75rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGLKxXxxyrGRWWgafIwp62e6HNP1VI89 { top:23.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6lCnnksn7K8DTJ5oZn0csrlV7lpLDRz { top:24.4375rem;left:0rem;width:0.375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbNginm04aSlxwXMttxkceTTurKy13oa { top:24.125rem;left:0rem;width:29.4375rem;height:8.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi6ySMD8ewB2pTwKPTVlE3Fkgmh51N1D { top:27.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcwIwwP32wyc7KoAXSRNOHzFn0I94hsZ { top:31.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIGwITzRMDNFAJeyaemTy3MPSfF2PBrn { display:block; }#IIGwITzRMDNFAJeyaemTy3MPSfF2PBrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUBNmV4mm6XDZikTWioZLzb4W2MN1agh { width:43.75rem;height:16.375rem;top:3.75rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVPGiURtb1ZJrrwcs3NKL3AZih97cwa3 { width:8.0625rem;height:13.75rem;top:5.0625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4RRWlSFUIKPcqwR6mAZemoFzCLvxq0P { top:6.3125rem;left:13.6875rem;width:28.0625rem;height:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gI3syUNE84iMTVmROg68rsSgk5ciHJUT { top:18.25rem;left:16.75rem;width:24.9375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrOKu2GowvfFedJpHcrHZxQnfZqMUaZp { width:3.125rem;height:3.125rem;top:4.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtIwT44vNrNvieluCDbFAzeGHwNPCbiz { display:block; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIzlH0RE1ImxU1zup8oXAyqDfpEV6QN5 { top:11.9375rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNGm3FeB3MGJSQ3Tf4ewI1tixibICngt { width:21.3125rem;height:3.4375rem;top:16.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkCHQmacrQIi0B0uNRMCFmvDOlUFrgKJ { display:block; }
 }@media only screen and (max-width: 763px) { #EeuHzI9qJt14W3TT8HaSVvURZiAOsnOT { display:block; }#EeuHzI9qJt14W3TT8HaSVvURZiAOsnOT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJenrXkoCkNA8dQ8I06EmnZbp393KcFa { width:18.75rem;height:0.875rem;top:8.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6h3mwWGUJAJheG7NuXuoSLRqcOaMZwq { top:11.25rem;left:0rem;width:18.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #twB5avR9DJuZIuh4OnPRJnQVudAP2NZu { top:16.125rem;left:0rem;width:17.4375rem;height:17.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDkPGWJnbMXreLIJGca7t3irrXmXoFtC { top:11.25rem;left:28.8125rem;width:18.8125rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUqxzZOrnTV4tRvtO4nkFxHn1iAVhKKB { top:16.125rem;left:29.75rem;width:17.875rem;height:18.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #btxkFrK6RLprHlCABZC1W6tIdLJql81O { top:11.25rem;left:15.25rem;width:16.5rem;height:4.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1fDLD6oszrRBChGUUubpGcWT72AHsbE { top:18.1875rem;left:15.875rem;width:14.125rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACpaPb4qkXTyaatJCLKLO74Ebb7qwzAd { top:7.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhshqZuPXklWxaTWhUzR8hW7e8frR8P7 { width:18.75rem;height:0.875rem;top:8.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHXrMmz7hXWxaMT8x7HALXSr1KbtmGU9 { width:18.75rem;height:0.875rem;top:8.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpJZiCAJlOvCTx6zAmUZzuvEPQDfpuLr { top:7.125rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gg04RVu8KHg6NpQgxJKUh4vMT4aKxNPR { top:7.125rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQsXyPmapeLDD9roQ4faZtAR13EJAk3r { top:26.6875rem;left:14.625rem;width:17.125rem;height:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aNSmqtnKxTDFspWKxTTgAALnlze4clo9 { display:block; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbNNfazyHDLNxLbmbJgESbwy0NGly1px { width:38.4375rem;height:4.125rem;top:10.4375rem;left:4.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG7oKmQWH0BDfLQSxJcufE6feLdMKMGQ { width:33.4375rem;height:3.4375rem;top:15.6875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmS3JMxHwhLJFu2oymdebJZkfM0PwRGp { display:block; }
 }@media only screen and (max-width: 763px) { #WISJFg09L8XuhMfoF3KiQ7Axq11xJv4C { display:block; }#WISJFg09L8XuhMfoF3KiQ7Axq11xJv4C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kefTfmwOOZtLZlg7UKGzJzyqle8Pq2mu { top:1.9375rem;left:0rem;width:25.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oF45ImP8SG3TlZvQFfiJzMQVS6OkL3JJ { top:5.4375rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwbAUwR3p5TT4xoCB9vTyusy0lmHLoq6 { top:7.375rem;left:0rem;width:13rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSgL9a5elF8W7xqqKRH0utnW7vatvUll { top:5.4375rem;left:9.875rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGk1Menor7e9JnwGLb3wTSeWh9Bn7oJI { top:8.125rem;left:22.0625rem;width:13.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQZPxWfTbr8WFVWoiARTtaZhCHNDu2la { display:block; }#TQZPxWfTbr8WFVWoiARTtaZhCHNDu2la > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q94UXBrrklipTuknFGBfLf1S03B3Vfcm { top:1.9375rem;left:0rem;width:25.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytGVmenWc6F4rBtc5mzKWUBhWuq6Zm5q { top:5.4375rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #titHTvGQVzInFShTnXMhL5Ulv1oOleKy { top:7.3125rem;left:0rem;width:16.5625rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1D3szgFTR516gBJPZKMJGkDS3u4WBHu { top:8.3125rem;left:10.5625rem;width:13.625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNIvh6ZTK3HDDLFkMUTl6UekXd3kUpH9 { top:6.9375rem;left:25.1875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzrVLuC1xJKZSg58BIIUZ51mb0vxKUlG { top:7.4375rem;left:34.6875rem;width:7.9375rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLLuTcbXomcmbkAppRgJpOdHVxcEXozf { display:block; }#DLLuTcbXomcmbkAppRgJpOdHVxcEXozf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfTagh3TedsCaiAPIaN8U4bCOkHqeNiz { top:1.9375rem;left:0rem;width:25.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmM5OzwJtiQIUp59LvJD4TWX3nZP13xk { top:5.4375rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHSrK9luCJ59dBu8OGK12ZeyIDaaSktT { display:block; }#UHSrK9luCJ59dBu8OGK12ZeyIDaaSktT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqPIWQ6ySP1Uo0yGBiypI3eczM6o2ZTS { width:20.5625rem;height:29.6875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szeQO4kFTRem4C5lrXDkHXdDaAIMAszR { width:23.9375rem;height:1.9375rem;top:3rem;left:21.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH7yJkgREE3yAqoy42Tl4If7O42u5s5y { width:23.9375rem;height:1.25rem;top:5.5625rem;left:21.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD1PSQ0rzJrVc33dBtW04ed0sZiL0Zc9 { width:3.125rem;height:3.125rem;top:28.8125rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csTddxcxQUzSFiBLeukHuva4i5FWz4wr { top:8.5625rem;left:17.625rem;width:30.125rem;height:23.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTQZ3qarUSrVehL3UNnkzHiAMlGwpatu { display:block; }#zTQZ3qarUSrVehL3UNnkzHiAMlGwpatu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJ3azCOioTG5klivzGNS2StXTgNRIBVK { top:8.375rem;left:0rem;width:47.75rem;height:10rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo1OQyLP6p50G9ygezas1lMsPu83c6qy { top:1.8125rem;left:0rem;width:25.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwV4SGuVnTxgfqbcsJH7UvdrQRQpovzB { top:5.3125rem;left:0rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDgbVyqttDp9tJzsUo5MOkmmaVdypB4J { display:block; }#HDgbVyqttDp9tJzsUo5MOkmmaVdypB4J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umMvDkDO9Cn6Ss3u2qlMG3COXqMeErGp { width:6.375rem;height:1.3125rem;top:1.5625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTQiQDS2cs2RdbNDokyoocNS1yJBb6Gb { display:block; }
 }@media only screen and (max-width: 763px) { #J07DWXV47a0ZhI9An5WKG0pP0PT2UFfd { width:15rem;height:1.8125rem;top:1.3125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JECJ9xZmShbyK6uhK5GU8aWlMlMuVLnT { display:block; }
 }@media only screen and (max-width: 763px) { #saZkykApwCIg1nmrVDcufS8ffXaGxqoz { width:1.875rem;height:1.875rem;top:1.25rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTibe2HZrAiozQNh3ybV9g0o6pZIKSIP { width:1.875rem;height:1.875rem;top:1.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4AZmpOSmuy8fixWoZh0NWZsNS1UPBMr { width:1.875rem;height:1.875rem;top:1.1875rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPvTJzIFugpIy71xav9bRJFwEd39SbuF { top:0.8125rem;left:31.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
#iPvTJzIFugpIy71xav9bRJFwEd39SbuF > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #VrAXP1QMclm6rWEG1FCTAvGZsvz2TP4n { top:0.8125rem;left:34.6875rem;width:2.8125rem;height:2.8125rem;display:block; }
#VrAXP1QMclm6rWEG1FCTAvGZsvz2TP4n > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #TIMG9KbIP7LxObgeWaE57iH47eAin2Qu { width:18.75rem;height:1.8125rem;top:1.375rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZP6VUe7iJrMtROswSHlgIaViamlbTUSI { display:block; }
 }@media only screen and (max-width: 763px) { #mxFHg2NuGcy1Sk6Gaw1LxhH4KkwyS6c1 { top:1.4375rem;left:0rem;width:43.375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #havgTxGJLiK9KtLKPsnPBTxvL3n3KWrT { width:7.5625rem;height:1.3125rem;top:1.5rem;left:20.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sg76CuSxPpAHz3CF36AvvRqO733U0cxk { display:block; }
 }@media only screen and (max-width: 763px) { #vBx1rpPzTQvUy8Lg2MabZPdKwTQ9pp0F { width:1.875rem;height:1.875rem;top:1.25rem;left:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #npfyg3EMr4NmSPky1I05ez7I6xl691TM { width:18.75rem;height:1.8125rem;top:1.375rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #kkqyZXtOFLaheFMp5fIxEFuaqGKl4ffa { display:block; }
 }@media only screen and (max-width: 763px) { #rXtSGD5FX6vzzqkykx8Tcxs1V4V9v8R2 { top:1.4375rem;left:0rem;width:43.375rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FPa8ITBIzdvr4hiWctel0LJ2X3uRWTV8 { width:7.5625rem;height:1.3125rem;top:1.5rem;left:20.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3i5zmPwwChaifKFQIegEncgE4WbtHcx { display:block; }
 }@media only screen and (max-width: 763px) { #orgNRBmmg8pXg1exwn3lJFBoliBg5S2S { width:1.875rem;height:1.875rem;top:1.25rem;left:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmqA2qR0gVRMrfk6uDNTamZXnlbFuxrH { width:18.75rem;height:1.8125rem;top:1.375rem;left:29rem;display:none; }
 }@media only screen and (max-width: 763px) { #zUV8TN967mXDxLN104gh8vhDkK35T0TO { display:block; }
 }@media only screen and (max-width: 763px) { #CCHTdmxritNruMKlgxndgnTvzFzLJfyD { width:1.875rem;height:1.875rem;top:1.25rem;left:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTIdW54vsmDC0TBnb6QSEWsrscT5tW6d { width:1.875rem;height:1.875rem;top:1.25rem;left:18.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2GmteMrNda5dUPTdHt8cx8XK535Luif { top:4.375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wxTJvxlW2lT6SxKouctyN9VN15Vvka54 { top:8.5rem;left:0rem;width:20rem;height:1.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lvxfR7WUeBqT0K17rqJJBfwXXJKQZWBw { display:none; }
 }@media only screen and (max-width: 763px) { #c145v3am0oafzO44Za0qlMJlTJSbQ0kM { display:none; }
 }@media only screen and (max-width: 763px) { #euw5fbGQJe7AfTERtnZxJpfAeDhBaIMb { top:0.8125rem;left:38rem;width:2.8125rem;height:2.8125rem;display:block; }
#euw5fbGQJe7AfTERtnZxJpfAeDhBaIMb > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #Adu7Gkab2uQnOAkR1F9Q7kIGbt7tTPdW { top:0.75rem;left:41.4375rem;width:2.8125rem;height:2.8125rem;display:block; }
#Adu7Gkab2uQnOAkR1F9Q7kIGbt7tTPdW > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0888dcc1-3346-40a3-adac-b5357fd1c8c1/kaboompics_remoteworkandhomeofficewithlaptopphoneandcamera38969.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D.adaptive-delivery-prevent-bg, #Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D.lazyload, #Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D.lazyloading { background-image: none; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row .container { background-color: transparent; background-image: none; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row .container > .video-iframe-container { display: none; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row > .video-iframe-container { display: none; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .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); }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row .container { border-width: 0; border-radius: 0; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jk4yf4GZ77wDsuGAA6kq5P4R2VrVmx4D > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HCPEbxPmtEpXzX33HTBTGC1OCWTawius { width:20rem;height:29.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqdrMPoh9bERIAnypPLABZTu5eUaUqqs { width:16.6875rem;height:4.3125rem;top:11rem;left:0.78125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A3Tx43SLc3ofTwG7xqczFcvq6XKMSLDQ { width:20rem;height:11rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWwkXeH4MQTpTAi3uaLoh60yTKu9iDeO { width:6.25rem;height:0.375rem;top:15.625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhqGfhwWf6TcdOmVVlrzVgwQrfpVT7Nt { width:18.4375rem;height:5rem;top:18.1875rem;left:0.78125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T3e7aCzNgVZalkPPyNqsteLRvBI0kLiy { width:20rem;height:2.9375rem;top:24.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwVTMDmxw79BwAykbKTynkTJbV8SZ7rX { display:block; }
 }@media only screen and (max-width: 763px) { #Ura74e24IbrQTRH8rewmBcLuVwO6Arvb { display:block; }#Ura74e24IbrQTRH8rewmBcLuVwO6Arvb > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTb8wXz0wBPf2VNcyM0tTfHRAT2iTnSz { width:20rem;height:1.75rem;top:2.38671875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXsgG1KplBNmTsBBsygzgNns504oCoiw { width:8.25rem;height:0.375rem;top:0.9375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SK2iONpxsaKwxTtSHm1vhcNgF3ZhAPcT { width:20rem;height:9.375rem;top:5.41796875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qz7pcabT00TPJUqIy0aktTIimxTWmUiT { width:18.1875rem;height:18.1875rem;top:16.55078125rem;left:0.90625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #z2qTQusqwx6t0Qat3R8IkrgvSPkO6qvo { display:block; }#z2qTQusqwx6t0Qat3R8IkrgvSPkO6qvo > .row .container { width:20rem;height:58.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #erCG7dkTSTwyJ8BGJ5qCU2TTfFSf6TM5 { width:20rem;height:0.875rem;top:2.55078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu0JzWm03xrRNtlQtqyJRMkwiemrc0Vk { width:20rem;height:3.5rem;top:4.36328125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JfNFGdpTSKX9I2r0dlDGhd8odvpQl4LB { width:20rem;height:15.9375rem;top:9.26171875rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #lGtLaKs8vG5yUzc8XUBTapcXDXeu8usD { width:18.8125rem;height:1.75rem;top:47.9912109375rem;left:0.59375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bdhnorXkc6wD8MzdThphFmqppyzUQCS3 { width:20rem;height:4.6875rem;top:51.2197265625rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ApkIDZalRllSBRe03fR7aah6o4H87Eg1 { width:20rem;height:1.75rem;top:29.9697265625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SayDwet3xL3GSmeBqtqkgpbCqQgwrJ3H { width:20rem;height:10.3125rem;top:33.3447265625rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #O3AW5iQfnORHGZOkFTbfqLRLAKBzk03I { width:20rem;height:0.9375rem;top:27.8447265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGETdqvlokU9IAqFbGTGmoqsFSz9lX0b { width:20rem;height:0.875rem;top:45.7412109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B { display:block; }#NVxM8HKUTtIJ8lSrK4bRAQ4FnRHlUz2B > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aspl2PmiETUzVC8HZSO2A5gH7fvzZxF6 { width:16.75rem;height:2.8125rem;top:1.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HIMsfxEznarPGQZAt2ZXwCyyOpeIFFzS { width:14.375rem;height:0.125rem;top:5.38671875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMyrPwbr9mteXE6vBQnEdJNicEHNmzcl { width:18.125rem;height:5.625rem;top:6.76171875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.9375rem; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-text {padding-top: 0; padding-bottom: 0;}#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.875rem;font-size:0.75rem;overflow:hidden; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-select {padding-top: 0; padding-bottom: 0;}#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:0.8125rem;overflow:hidden; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil  { width:17.5rem;height:auto;top:14.2314453125rem;left:0rem; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil {display:block;}#Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil { width:17.5rem;height:auto;top:14.2314453125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #N7hU2oFA2COk7iZlxL264WkL7hWJ1NnJ {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #GUQXmsVTUsHx9tyZClnrmtSyZvlFx4i3 { display:none; }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #T0TOD4kHeW35KnnLmv8d84CNeZc6qfhi {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #O4aADx2399g3GXZeRpIaLJfxwghWvD3P {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #rRFlhI7oE3R8d4O8MDGof7qMk5oQhTk2 { display:none; }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #TlSGvbmNt0ALT8134Kn3b0PNLaQ0x0Qa {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #brkDUkZQ8WVg3G3EFIAvz7MiNgD9TBVG {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #nMQhuXKTHq3lKWDcB3bV5Uz0SLXbwDz4 { display:none; }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #QkGZmNNpK49asmHlKemBEEdi2JZEqoDK {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #G1qrASASpGJTSZ3e9P5P8WQ9WbDWvFq7 {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #AJT6uHH299fat4ncfgIeMNsu3SFG7qik { z-index:2; }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #K2BN630eEnrvHeCuy11iHnoJtfuTTaKs {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #PWTNA8QM5zZhipo8KWPPWxzwga2GpNXI {  }
 }@media only screen and (max-width: 763px) { #Dmw1gyQQ1TKJ8sITMJZkabMOQSt9mlil #yQAisE1DJTTI9vDwl5U5xMDmqJvS2QCS {  }
 }@media only screen and (max-width: 763px) { #sPDoJXXaTxxOJwLSF7ETHqr1IggWbMuI { width:11.25rem;height:16.0625rem;top:31.2314453125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXSggWLvURFiLJZMCdxhM3O443T6VTSs { display:block; }#LXSggWLvURFiLJZMCdxhM3O443T6VTSs > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hOg68tpd0LP17etlkmIX8lOTEC88EPGe { width:20rem;height:1.75rem;top:2.34375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOEbpkJP4nmPDZGGA1HaTCsbNr1ptQ4l { width:8.25rem;height:0.375rem;top:0.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0UXey7x7uOu3SJHq7ssLMJm7FOf2v3A { width:20rem;height:6.75rem;top:5.599609375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FbvTxyt3Jmd4NVX4SsHJQ0AXelRE7so5 { width:20rem;height:30.125rem;top:25.5625rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #rGLKxXxxyrGRWWgafIwp62e6HNP1VI89 { width:1.875rem;height:1.875rem;top:14.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6lCnnksn7K8DTJ5oZn0csrlV7lpLDRz { width:0.375rem;height:43.75rem;top:26.5rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GbNginm04aSlxwXMttxkceTTurKy13oa { width:12.8125rem;height:7.5rem;top:14.5rem;left:5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zi6ySMD8ewB2pTwKPTVlE3Fkgmh51N1D { width:1.875rem;height:1.875rem;top:17.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcwIwwP32wyc7KoAXSRNOHzFn0I94hsZ { width:1.875rem;height:1.875rem;top:20.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIGwITzRMDNFAJeyaemTy3MPSfF2PBrn { display:block; }#IIGwITzRMDNFAJeyaemTy3MPSfF2PBrn > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUBNmV4mm6XDZikTWioZLzb4W2MN1agh { width:20rem;height:30.625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVPGiURtb1ZJrrwcs3NKL3AZih97cwa3 { width:7.9375rem;height:13.625rem;top:2.25rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4RRWlSFUIKPcqwR6mAZemoFzCLvxq0P { width:17.875rem;height:9.375rem;top:16.875rem;left:1.0625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #gI3syUNE84iMTVmROg68rsSgk5ciHJUT { width:19.0625rem;height:0.9375rem;top:27.6875rem;left:0rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ZrOKu2GowvfFedJpHcrHZxQnfZqMUaZp { width:3.125rem;height:3.125rem;top:2.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtIwT44vNrNvieluCDbFAzeGHwNPCbiz { background-color:transparent;background-image:url("https://images.assets-landingi.com/CiSizRTO8U8/unsplash/georgia-de-lotz-CiSizRTO8U8-photo-1555663173-830f65a7329a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz.adaptive-delivery-prevent-bg, #LtIwT44vNrNvieluCDbFAzeGHwNPCbiz.lazyload, #LtIwT44vNrNvieluCDbFAzeGHwNPCbiz.lazyloading { background-image: none; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container { background-color: transparent; background-image: none; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,43,49,0.72); }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container > .video-iframe-container { display: none; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,43,49,0.72); }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row > .video-iframe-container { display: none; }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .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); }#LtIwT44vNrNvieluCDbFAzeGHwNPCbiz > .row .container { width:20rem;height:18.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIzlH0RE1ImxU1zup8oXAyqDfpEV6QN5 { width:20rem;height:1.625rem;top:6.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zNGm3FeB3MGJSQ3Tf4ewI1tixibICngt { width:17.5rem;height:3.4375rem;top:9.75rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkCHQmacrQIi0B0uNRMCFmvDOlUFrgKJ { display:block; }
 }@media only screen and (max-width: 763px) { #EeuHzI9qJt14W3TT8HaSVvURZiAOsnOT { display:block; }#EeuHzI9qJt14W3TT8HaSVvURZiAOsnOT > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJenrXkoCkNA8dQ8I06EmnZbp393KcFa { width:20rem;height:0.875rem;top:2.55078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6h3mwWGUJAJheG7NuXuoSLRqcOaMZwq { width:20rem;height:1.75rem;top:5.61328125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #twB5avR9DJuZIuh4OnPRJnQVudAP2NZu { width:20rem;height:9.375rem;top:9.25rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #qDkPGWJnbMXreLIJGca7t3irrXmXoFtC { width:18.8125rem;height:1.75rem;top:44.7412109375rem;left:0.59375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OUqxzZOrnTV4tRvtO4nkFxHn1iAVhKKB { width:20rem;height:10.3125rem;top:48.3447265625rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #btxkFrK6RLprHlCABZC1W6tIdLJql81O { width:20rem;height:1.75rem;top:25.5322265625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h1fDLD6oszrRBChGUUubpGcWT72AHsbE { width:20rem;height:4.6875rem;top:29.2822265625rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ACpaPb4qkXTyaatJCLKLO74Ebb7qwzAd { display:flex;width:3.125rem;height:3.125rem;top:1.42578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #KhshqZuPXklWxaTWhUzR8hW7e8frR8P7 { width:20rem;height:0.9375rem;top:21.7822265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHXrMmz7hXWxaMT8x7HALXSr1KbtmGU9 { width:20rem;height:0.875rem;top:41.1162109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpJZiCAJlOvCTx6zAmUZzuvEPQDfpuLr { display:flex;width:3.125rem;height:3.125rem;top:20.6884765625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Gg04RVu8KHg6NpQgxJKUh4vMT4aKxNPR { display:flex;width:3.125rem;height:3.125rem;top:39.9912109375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NQsXyPmapeLDD9roQ4faZtAR13EJAk3r { width:20rem;height:1.875rem;top:35.2822265625rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aNSmqtnKxTDFspWKxTTgAALnlze4clo9 { display:block; }#aNSmqtnKxTDFspWKxTTgAALnlze4clo9 > .row .container { width:20rem;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GbNNfazyHDLNxLbmbJgESbwy0NGly1px { width:20rem;height:3.75rem;top:5.6689453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dG7oKmQWH0BDfLQSxJcufE6feLdMKMGQ { width:19rem;height:3.4375rem;top:10.875rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmS3JMxHwhLJFu2oymdebJZkfM0PwRGp { display:block; }
 }@media only screen and (max-width: 763px) { #WISJFg09L8XuhMfoF3KiQ7Axq11xJv4C { display:block; }#WISJFg09L8XuhMfoF3KiQ7Axq11xJv4C > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kefTfmwOOZtLZlg7UKGzJzyqle8Pq2mu { width:20rem;height:1.75rem;top:2.34375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oF45ImP8SG3TlZvQFfiJzMQVS6OkL3JJ { width:8.25rem;height:0.375rem;top:1.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwbAUwR3p5TT4xoCB9vTyusy0lmHLoq6 { width:13rem;height:6.5625rem;top:5.3808625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSgL9a5elF8W7xqqKRH0utnW7vatvUll { width:10.3125rem;height:10.3125rem;top:10.880859375rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGk1Menor7e9JnwGLb3wTSeWh9Bn7oJI { width:12rem;height:4.625rem;top:17.880859375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQZPxWfTbr8WFVWoiARTtaZhCHNDu2la { display:block; }#TQZPxWfTbr8WFVWoiARTtaZhCHNDu2la > .row .container { width:20rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q94UXBrrklipTuknFGBfLf1S03B3Vfcm { width:20rem;height:1.75rem;top:2.34375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ytGVmenWc6F4rBtc5mzKWUBhWuq6Zm5q { width:8.25rem;height:0.375rem;top:0rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #titHTvGQVzInFShTnXMhL5Ulv1oOleKy { width:16.5625rem;height:6.75rem;top:5.3808625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1D3szgFTR516gBJPZKMJGkDS3u4WBHu { width:13.625rem;height:4.6875rem;top:12.03125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNIvh6ZTK3HDDLFkMUTl6UekXd3kUpH9 { width:7.5rem;height:7.5rem;top:18.755859375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzrVLuC1xJKZSg58BIIUZ51mb0vxKUlG { width:7.9375rem;height:6.5rem;top:27.505859375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #DLLuTcbXomcmbkAppRgJpOdHVxcEXozf { display:block; }#DLLuTcbXomcmbkAppRgJpOdHVxcEXozf > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfTagh3TedsCaiAPIaN8U4bCOkHqeNiz { width:20rem;height:1.75rem;top:2.34375rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bmM5OzwJtiQIUp59LvJD4TWX3nZP13xk { width:8.25rem;height:0.375rem;top:0rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHSrK9luCJ59dBu8OGK12ZeyIDaaSktT { display:block; }#UHSrK9luCJ59dBu8OGK12ZeyIDaaSktT > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqPIWQ6ySP1Uo0yGBiypI3eczM6o2ZTS { width:11.9375rem;height:17.1875rem;top:2.375rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szeQO4kFTRem4C5lrXDkHXdDaAIMAszR { width:17.1875rem;height:1.9375rem;top:21.25rem;left:1.40625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wH7yJkgREE3yAqoy42Tl4If7O42u5s5y { width:17.1875rem;height:1.125rem;top:23.75rem;left:1.40625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TD1PSQ0rzJrVc33dBtW04ed0sZiL0Zc9 { width:3.125rem;height:3.125rem;top:16.5rem;left:12.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csTddxcxQUzSFiBLeukHuva4i5FWz4wr { width:20rem;height:18.75rem;top:27.3125rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zTQZ3qarUSrVehL3UNnkzHiAMlGwpatu { display:block; }#zTQZ3qarUSrVehL3UNnkzHiAMlGwpatu > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJ3azCOioTG5klivzGNS2StXTgNRIBVK { width:20rem;height:13.125rem;top:6rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #vo1OQyLP6p50G9ygezas1lMsPu83c6qy { width:20rem;height:1.75rem;top:2.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vwV4SGuVnTxgfqbcsJH7UvdrQRQpovzB { width:8.25rem;height:0.375rem;top:0.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDgbVyqttDp9tJzsUo5MOkmmaVdypB4J { position:relative;z-index:auto;display:block; }#HDgbVyqttDp9tJzsUo5MOkmmaVdypB4J > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umMvDkDO9Cn6Ss3u2qlMG3COXqMeErGp { width:6.375rem;height:1.3125rem;top:1.5625rem;left:6.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QTQiQDS2cs2RdbNDokyoocNS1yJBb6Gb { display:block; }
 }@media only screen and (max-width: 763px) { #J07DWXV47a0ZhI9An5WKG0pP0PT2UFfd { width:15rem;height:1.8125rem;top:1.3125rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JECJ9xZmShbyK6uhK5GU8aWlMlMuVLnT { display:block; }
 }@media only screen and (max-width: 763px) { #saZkykApwCIg1nmrVDcufS8ffXaGxqoz { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTibe2HZrAiozQNh3ybV9g0o6pZIKSIP { width:1.875rem;height:1.875rem;top:1.25rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4AZmpOSmuy8fixWoZh0NWZsNS1UPBMr { width:1.6875rem;height:1.6875rem;top:4.2431640625rem;left:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPvTJzIFugpIy71xav9bRJFwEd39SbuF { display:flex;width:2.5rem;height:2.5rem;top:8.875rem;left:3rem;font-size:1.75rem; }
#iPvTJzIFugpIy71xav9bRJFwEd39SbuF > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #VrAXP1QMclm6rWEG1FCTAvGZsvz2TP4n { display:flex;width:2.5rem;height:2.5rem;top:8.875rem;left:6.875rem;font-size:1.75rem; }
#VrAXP1QMclm6rWEG1FCTAvGZsvz2TP4n > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #TIMG9KbIP7LxObgeWaE57iH47eAin2Qu { width:11.375rem;height:1.3125rem;top:5.7875003814697rem;left:10.024999976158rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ZP6VUe7iJrMtROswSHlgIaViamlbTUSI { display:block; }
 }@media only screen and (max-width: 763px) { #mxFHg2NuGcy1Sk6Gaw1LxhH4KkwyS6c1 { width:20rem;height:2.875rem;top:5.8687496185303rem;left:-25.537501931191rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #havgTxGJLiK9KtLKPsnPBTxvL3n3KWrT { width:7.5625rem;height:1.3125rem;top:5.9125003814697rem;left:1.3999999761581rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #sg76CuSxPpAHz3CF36AvvRqO733U0cxk { display:block; }
 }@media only screen and (max-width: 763px) { #vBx1rpPzTQvUy8Lg2MabZPdKwTQ9pp0F { width:1.875rem;height:1.875rem;top:5.6625003814697rem;left:8.9624999761581rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #npfyg3EMr4NmSPky1I05ez7I6xl691TM { width:11.375rem;height:1.3125rem;top:8.47500038147rem;left:7.5249999761581rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #kkqyZXtOFLaheFMp5fIxEFuaqGKl4ffa { display:block; }
 }@media only screen and (max-width: 763px) { #rXtSGD5FX6vzzqkykx8Tcxs1V4V9v8R2 { width:20rem;height:2.875rem;top:8.55624961853rem;left:-29.287501931191rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #FPa8ITBIzdvr4hiWctel0LJ2X3uRWTV8 { width:7.5625rem;height:1.3125rem;top:8.60000038147rem;left:-2.3500000238419rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #T3i5zmPwwChaifKFQIegEncgE4WbtHcx { display:block; }
 }@media only screen and (max-width: 763px) { #orgNRBmmg8pXg1exwn3lJFBoliBg5S2S { width:1.875rem;height:1.875rem;top:8.35000038147rem;left:5.2124999761581rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #VmqA2qR0gVRMrfk6uDNTamZXnlbFuxrH { width:11.375rem;height:1.3125rem;top:10.100006103516rem;left:10.024999976158rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #zUV8TN967mXDxLN104gh8vhDkK35T0TO { display:block; }
 }@media only screen and (max-width: 763px) { #CCHTdmxritNruMKlgxndgnTvzFzLJfyD { width:1.875rem;height:1.875rem;top:10.850006103516rem;left:5.0874999761581rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #mTIdW54vsmDC0TBnb6QSEWsrscT5tW6d { width:1.875rem;height:1.875rem;top:9.22500038147rem;left:5.7749999761581rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #R2GmteMrNda5dUPTdHt8cx8XK535Luif { width:20rem;height:0.9375rem;top:4.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #wxTJvxlW2lT6SxKouctyN9VN15Vvka54 { width:20rem;height:0.9375rem;top:6.3125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #lvxfR7WUeBqT0K17rqJJBfwXXJKQZWBw { display:flex;top:3.8310546875rem;left:6.0625rem;width:1.4375rem;height:1.4375rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #c145v3am0oafzO44Za0qlMJlTJSbQ0kM { display:flex;top:6.0556640625rem;left:3.125rem;width:1.4375rem;height:1.4375rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #euw5fbGQJe7AfTERtnZxJpfAeDhBaIMb { display:flex;width:2.5rem;height:2.5rem;top:8.875rem;left:10.6875rem;font-size:1.75rem; }
#euw5fbGQJe7AfTERtnZxJpfAeDhBaIMb > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #Adu7Gkab2uQnOAkR1F9Q7kIGbt7tTPdW { display:flex;width:2.5625rem;height:2.5625rem;top:8.875rem;left:14.4375rem;font-size:1.75rem; }
#Adu7Gkab2uQnOAkR1F9Q7kIGbt7tTPdW > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }