.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:232,223,254;--color-primary-1:159,134,253;--color-primary-2:95,53,251;--color-primary-3:123,64,244;--color-primary-4:19,11,50;--color-secondary-0:219,240,251;--color-secondary-1:135,205,242;--color-secondary-2:14,154,229;--color-secondary-3:7,77,115;--color-secondary-4:2,23,34;--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:0,0,0;--headlines-font-family:"Dosis";--paragraphs-font-family:"Dosis"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;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); }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b35a508a-0fe8-4ae0-ab74-b5ca3891ecde/KathyPereiraCollection1.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; }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do.adaptive-delivery-prevent-bg, #f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do.lazyload, #f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do.lazyloading { background-image: none; }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .row .container { background-color: transparent; background-image: none; }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.89); }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .row .container > .video-iframe-container { display: none; }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.89); }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .row > .video-iframe-container { display: none; }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .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); }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .row .container { border-width: 0; border-radius: 0; }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do::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; }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .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; }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:block; }#XuTQEUVT4T6G5c1flkqJCm7WuV4BzZsl { color:#ffffff;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:15.375rem;left:1.5625rem;height:11.375rem;font-style:normal;display:block; }
#KLH18g2411xTi6PhC5VyPOOpZJBtMLGE { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.7;letter-spacing:0;top:29.125rem;left:1.5625rem;height:8.5rem;font-style:normal;display:block; }
#nnsmnRBoAtXK0vsr5WVcuC9OIIBWZRF0 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),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:4.8125rem;width:0.3125rem;top:18.65625rem;left:0rem;display:block; }
#UbOtMBoMWRo3GvsunBT48IT3I1fcXR9d { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#ffffff;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.1875rem;height:3.8125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:40.25rem;left:0rem;display:block; }
#zbyFsS1a3dVcefimiLFEf7mt7dyNC1k4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#igvgh2Lw0sFHMMLkcNXQLNTTEataqaLb { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5625rem;width:19.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VHniHiwTmgx1ZAQ3LRAPPUIoXhOI6UVz { position:relative;display:block; }#VHniHiwTmgx1ZAQ3LRAPPUIoXhOI6UVz { background-color: transparent; background-image: none; }#VHniHiwTmgx1ZAQ3LRAPPUIoXhOI6UVz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHniHiwTmgx1ZAQ3LRAPPUIoXhOI6UVz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHniHiwTmgx1ZAQ3LRAPPUIoXhOI6UVz > .row .container > .video-iframe-container { display: none; }#VHniHiwTmgx1ZAQ3LRAPPUIoXhOI6UVz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHniHiwTmgx1ZAQ3LRAPPUIoXhOI6UVz > .row > .video-iframe-container { display: none; }#VHniHiwTmgx1ZAQ3LRAPPUIoXhOI6UVz > .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); }#VHniHiwTmgx1ZAQ3LRAPPUIoXhOI6UVz { border-width: 0; border-radius: 0; }#VHniHiwTmgx1ZAQ3LRAPPUIoXhOI6UVz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VHniHiwTmgx1ZAQ3LRAPPUIoXhOI6UVz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tdb2WfeDgeIo8blE0OifJyeHytdUUpw1 { color:rgba(var(--color-primary-2),1);display:block;width:42.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.375rem;left:8.5625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mAULu6cs4TUX8UxH4fBRvpoQKukMUvpK { color:rgba(var(--color-tertiary-4),1);display:block;width:58.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.927734375rem;left:0.78125rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JvdGTEklJO2uvpBUQlqGKekkCQ0DVXWZ { 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; }#JvdGTEklJO2uvpBUQlqGKekkCQ0DVXWZ > .row .container { background-color: transparent; background-image: none; }#JvdGTEklJO2uvpBUQlqGKekkCQ0DVXWZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvdGTEklJO2uvpBUQlqGKekkCQ0DVXWZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvdGTEklJO2uvpBUQlqGKekkCQ0DVXWZ > .row .container > .video-iframe-container { display: none; }#JvdGTEklJO2uvpBUQlqGKekkCQ0DVXWZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JvdGTEklJO2uvpBUQlqGKekkCQ0DVXWZ > .row > .video-iframe-container { display: none; }#JvdGTEklJO2uvpBUQlqGKekkCQ0DVXWZ > .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); }#JvdGTEklJO2uvpBUQlqGKekkCQ0DVXWZ > .row .container { border-width: 0; border-radius: 0; }#JvdGTEklJO2uvpBUQlqGKekkCQ0DVXWZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JvdGTEklJO2uvpBUQlqGKekkCQ0DVXWZ > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:60rem;position:relative;display:block; }#qnzXGUket7URwhVuTCVf95yCpNE1PlMz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.25rem;width:33.875rem;top:3.28125rem;left:0rem;overflow:hidden;display:block; }
#lEMuq5PSOO4rPhtX9J02D1p5vuehQfOI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.1875rem;left:43.1875rem;height:2.5996125rem;font-style:normal;display:block; }
#NS2XBRSoPsdqJoTEM53NbU5c4ruz3T5c { color:rgba(var(--color-primary-4),0.75);display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:14.5625rem;left:43.1875rem;height:1.13720625rem;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; }
#u4I46QAFHCqtxAH3DJ49HgKcOBQahOTf { color:rgba(var(--color-tertiary-4),1);display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.8125rem;left:43.1875rem;height:2.5996125rem;font-style:normal;display:block; }
#Tw0mURq8ch9L6l4s6EHB3pw8kNpR3uis { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.72607421875rem;left:43.1875rem;height:3.8994125rem;font-style:normal;display:block; }
#NeEheD8GfygxDzRJU4AvXL82OpEQETOU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:3.9375rem;left:38.6875rem;height:5.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KOeuhe63lxC8gE5nmJUHrhbqbvFfFxqx { color:rgba(var(--color-primary-4),0.75);display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.625rem;left:43.1875rem;height:1.13720625rem;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; }
#eiEhfnpD0NhkAVvqtAXIlGE28zVhW5uN { 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:15017;top:11.5rem;left:38.25rem; }
#wuo0WfW6Ve6dKCCrSaO94uoiO8T8fQ31 { 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:15018;top:17.5498046875rem;left:38.25rem; }
#UATpC3vDd4JDOzcC1OXKXzAkJOEQXpfT { 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:15019;top:22.65625rem;left:38.25rem; }
#cM0fcCSNJKQzFD1ogXdnfTkJHv1195df { 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; }#cM0fcCSNJKQzFD1ogXdnfTkJHv1195df > .row .container { background-color: transparent; background-image: none; }#cM0fcCSNJKQzFD1ogXdnfTkJHv1195df::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM0fcCSNJKQzFD1ogXdnfTkJHv1195df > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM0fcCSNJKQzFD1ogXdnfTkJHv1195df > .row .container > .video-iframe-container { display: none; }#cM0fcCSNJKQzFD1ogXdnfTkJHv1195df > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cM0fcCSNJKQzFD1ogXdnfTkJHv1195df > .row > .video-iframe-container { display: none; }#cM0fcCSNJKQzFD1ogXdnfTkJHv1195df > .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); }#cM0fcCSNJKQzFD1ogXdnfTkJHv1195df > .row .container { border-width: 0; border-radius: 0; }#cM0fcCSNJKQzFD1ogXdnfTkJHv1195df > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cM0fcCSNJKQzFD1ogXdnfTkJHv1195df > .row .container { font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;position:relative;display:block; }#yrlCdAd008SDS2F83Gu3r8M0XC1nW6uy { color:rgba(var(--color-tertiary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:9.8125rem;left:6.125rem;height:1.4624rem;font-style:normal;display:block; }
#E3aUMEcplaMW16H21MI7sireaTislvZG { color:rgba(var(--color-primary-4),0.75);display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:12.1875rem;left:6.125rem;height:1.13720625rem;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; }
#yoJaIHfSb71uhOTHkMdQZO6Zc3IRC0DM { color:rgba(var(--color-tertiary-4),1);display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:16.25rem;left:6.125rem;height:1.4624rem;font-style:normal;display:block; }
#URzPF38mwtwk1Tg0sUoJ8gATZ6cAAUsJ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:20.6875rem;left:6.125rem;height:1.4624rem;font-style:normal;display:block; }
#l6vo4zTSTODkvfW2M29kU517vAGwZGfn { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:31.875rem;top:3.1875rem;left:27.9375rem;overflow:hidden;display:block; }
#CEH0dLr749VCIcrwrJQE7zmUTzCsig6v { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:3.875rem;left:1.625rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bhI3t37q7rwWz7MnmTV15gATsC6oaTTM { color:rgba(var(--color-primary-4),0.75);display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:13.32421875rem;left:6.125rem;height:1.13720625rem;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; }
#k74LA41aenKrlrWciaH6SbrrzRKbvOkb { 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:15018;top:9.8125rem;left:1.625rem; }
#x11dX8Uh3uq7aGOlffRQG1c47By4pwTW { 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:15030;top:15.41796875rem;left:1.625rem; }
#gTIuTpdSlRlnzGB7GliEX2GWZoIiNlmO { 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:15031;top:19.85595703125rem;left:1.625rem; }
#PGvliipH7AHOaOwm7KLP5orEQ0d9qxQN { 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; }#PGvliipH7AHOaOwm7KLP5orEQ0d9qxQN > .row .container { background-color: transparent; background-image: none; }#PGvliipH7AHOaOwm7KLP5orEQ0d9qxQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGvliipH7AHOaOwm7KLP5orEQ0d9qxQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGvliipH7AHOaOwm7KLP5orEQ0d9qxQN > .row .container > .video-iframe-container { display: none; }#PGvliipH7AHOaOwm7KLP5orEQ0d9qxQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PGvliipH7AHOaOwm7KLP5orEQ0d9qxQN > .row > .video-iframe-container { display: none; }#PGvliipH7AHOaOwm7KLP5orEQ0d9qxQN > .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); }#PGvliipH7AHOaOwm7KLP5orEQ0d9qxQN > .row .container { border-width: 0; border-radius: 0; }#PGvliipH7AHOaOwm7KLP5orEQ0d9qxQN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PGvliipH7AHOaOwm7KLP5orEQ0d9qxQN > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#nE65HiUOASJsiIUwZsrMqrtv4RMGPZJA { color:rgba(var(--color-primary-2),1);display:block;width:41.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:9.25rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { position:relative;display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { background-color: transparent; background-image: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .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); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { border-width: 0; border-radius: 0; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:2.3125rem;left:20.25rem;overflow:hidden;display:block; }
#rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { position:absolute;display:block;z-index:15001;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.3125rem;width:4.3125rem;top:2.5rem;left:4.8125rem;overflow:hidden;display:block; }
#ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { position:absolute;display:block;z-index:15003;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.25rem;width:4.1875rem;top:1.9375rem;left:35.90625rem;overflow:hidden;display:block; }
#P1SrTTuaprhCEhISeI1skaIBits07seq { position:absolute;display:block;z-index:15002;background-color:#ffd6d6;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:35.8125rem;display:block; }
#Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:5.375rem;display:block; }
#i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { position:absolute;display:block;z-index:15000;background-color:#fff5e1;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:20.25rem;display:block; }
#BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:2.34375rem;left:19.687501907349rem;overflow:hidden;display:block; }
#Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:7.568359375rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { color:rgba(var(--color-tertiary-4),1);display:block;width:14.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:7.568359375rem;left:15rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:7.568359375rem;left:30rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:7.568359375rem;left:46.3125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJ9NthN6F81H2KvbRXhTOdutoNuzUzAR { position:absolute;display:block;z-index:15003;background-color:#def9d8;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:50.8125rem;display:block; }
#NkIq6NgmB9m2oRCcxrHUuM8L1mubKTBO { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:2.25rem;left:49.875rem;overflow:hidden;display:block; }
#mEMOSubuWDJ25PGXS1JeP9Tf3XKXGRXv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#mEMOSubuWDJ25PGXS1JeP9Tf3XKXGRXv > .row .container { background-color: transparent; background-image: none; }#mEMOSubuWDJ25PGXS1JeP9Tf3XKXGRXv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEMOSubuWDJ25PGXS1JeP9Tf3XKXGRXv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEMOSubuWDJ25PGXS1JeP9Tf3XKXGRXv > .row .container > .video-iframe-container { display: none; }#mEMOSubuWDJ25PGXS1JeP9Tf3XKXGRXv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mEMOSubuWDJ25PGXS1JeP9Tf3XKXGRXv > .row > .video-iframe-container { display: none; }#mEMOSubuWDJ25PGXS1JeP9Tf3XKXGRXv > .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); }#mEMOSubuWDJ25PGXS1JeP9Tf3XKXGRXv > .row .container { border-width: 0; border-radius: 0; }#mEMOSubuWDJ25PGXS1JeP9Tf3XKXGRXv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mEMOSubuWDJ25PGXS1JeP9Tf3XKXGRXv > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:60rem;position:relative;display:block; }#X2k9sJlw7nmIR9V0CyK1O6sv7IKVtp53 { color:rgba(var(--color-primary-2),1);display:block;width:21.4375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:38.5625rem;height:6.5rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kxsTmNiVm8NT3LxgiVuQ1uQ5vXAEqEZV { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),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:11.6875rem;left:51.75rem;display:block; }
#Zm0UX1Us9V0DNh7713iegl7CcoI5ZKVy { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:14.625rem;width:27.25rem;top:8.9375rem;left:0rem;display:block; }
#qFPvx6JaOyGSTcf0naBEnS8WZ9VMZn9b { color:#868686;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:15.3125rem;left:3.75rem;height:3.8994125rem;font-style:normal;display:block; }
#guTx1H2JLxdqVJrE8xXlQOnyTH4u2zT5 { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:15.1875rem;width:27.25rem;top:14.0625rem;left:32.75rem;display:block; }
#e8t74tFdGKOBSdm4QFVkhV7xsCM297Wq { color:#868686;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:21.0625rem;left:35.75rem;height:5.19921875rem;font-style:normal;display:block; }
#NiK8T0OF15MmZ22s9Ii6hyGHTA1OShyI { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:13.1875rem;width:27.25rem;top:35.4375rem;left:32.75rem;display:block; }
#fsKXWw7AZqZQerQ1zp82zIQ1rMHUbNCK { color:#868686;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:41.9375rem;left:35.125rem;height:3.8994125rem;font-style:normal;display:block; }
#K0ltscH3Tvo0DF4XmzK1ToC2ZFuzW0g5 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(339deg, #8200ff, #a200ff);background-image: -moz-linear-gradient(339deg, #8200ff, #a200ff);background-image: -ms-linear-gradient(339deg, #8200ff, #a200ff);background-image: -o-linear-gradient(339deg, #8200ff, #a200ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8200ff', endColorstr='#a200ff' );";background-image: linear-gradient(339deg, #8200ff, #a200ff);background-size:auto !important;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:32.5625rem;left:51.75rem;display:block; }
#r05AqhgHUSI9ix3TJmgR0ULaThcebZ4F { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem rgba(0,0,0,0.12) ;height:15.8125rem;width:27.25rem;top:29.1875rem;left:0rem;display:block; }
#RzeSTJAvJC8H7330PAlo5vsO2oORewB2 { color:#868686;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:36.25rem;left:2.375rem;height:6.499rem;font-style:normal;display:block; }
#VUDJv3BPlnQwqKXXev6q46vu5y4ifk4D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:9.6875rem;left:3.75rem; }
#TihozIuTpx1FkCg6XDppPd86a5nxEpeg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:14.8125rem;left:35.75rem; }
#bityAJZurK3Ey5ru2uubn39AA0PyLQ14 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:29.75rem;left:2.375rem; }
#XzpyQuyJ2I4btofakrdam24hK43TK2JW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:36.25rem;left:34rem; }
#nNuWaEO7dEWk44PJ0lnLIscnDykMAw9O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.9375rem;width:4.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:36.0810546875rem;left:33.99951171875rem;display:none; }
#PXzXap1S450d2cADbPIOt2zRh2R4UT1R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { background-color: transparent; background-image: none; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container > .video-iframe-container { display: none; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row > .video-iframe-container { display: none; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .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); }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { border-width: 0; border-radius: 0; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:60rem;position:relative;display:block; }#MSol6HN5rvWKJaqgzkWWUy3w6iBAdVNH { color:rgba(var(--color-primary-2),1);display:block;width:49.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.921875rem;left:5.25rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { background-color: transparent; background-image: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .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); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { border-width: 0; border-radius: 0; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;position:relative;display:block; }#pBF5Ia9ehqmyH6upruUtAi6KUNCsOBH8 { color:rgba(var(--color-tertiary-4),1);display:block;width:55.5625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:3.54345703125rem;left:2.21875rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JuvSLlprKWARgc2qOGiMP6RxtfxpV4ah { 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; }#JuvSLlprKWARgc2qOGiMP6RxtfxpV4ah > .row .container { background-color: transparent; background-image: none; }#JuvSLlprKWARgc2qOGiMP6RxtfxpV4ah::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuvSLlprKWARgc2qOGiMP6RxtfxpV4ah > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuvSLlprKWARgc2qOGiMP6RxtfxpV4ah > .row .container > .video-iframe-container { display: none; }#JuvSLlprKWARgc2qOGiMP6RxtfxpV4ah > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JuvSLlprKWARgc2qOGiMP6RxtfxpV4ah > .row > .video-iframe-container { display: none; }#JuvSLlprKWARgc2qOGiMP6RxtfxpV4ah > .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); }#JuvSLlprKWARgc2qOGiMP6RxtfxpV4ah > .row .container { border-width: 0; border-radius: 0; }#JuvSLlprKWARgc2qOGiMP6RxtfxpV4ah > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JuvSLlprKWARgc2qOGiMP6RxtfxpV4ah > .row .container { font-size:0.875rem;font-family:arial;height:23.375rem;width:60rem;position:relative;display:block; }#gM1aUDqMwdU1nwZrehUpusrSq9tpqByq { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:18.75rem;top:1.125rem;left:0.5625rem;display:block; }
#v49kSKZEnyt4SPst7T4Nn3IZhQbdUnVa { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.0986328125rem;left:3.71875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uISWFbRIknQ5916ccGOhingWLUuNIoOK { color:rgba(var(--color-tertiary-4),0.6);display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.5361328125rem;left:2.71875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sTnnMIpkt0lTzvTPmmzPFlBTtDq925ag { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),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.25rem;width:18.75rem;top:22.0625rem;left:0.625rem;display:block; }
#ObRnSapL6Ha6xVnEymITHw1C7sUMTQOn { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:18.75rem;top:1.125rem;left:20.5625rem;display:block; }
#EkGFPtB0tOxpzUChEdub4epxXwi0ao4s { color:rgba(var(--color-tertiary-4),0.6);display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.5361328125rem;left:22.71875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmZDb46iQKbc4ltGJ0SifZOB6L8TszJo { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),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.25rem;width:18.75rem;top:22.0625rem;left:20.625rem;display:block; }
#w1x9w5wxu6KLaqlkXzPGWfVcG23kU3Vv { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.65625rem;left:21.6875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2ZLft4Wmf6b1eU9E6XTgMPHms2g8diF { position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;border-top:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:18.75rem;top:1.125rem;left:40.5625rem;display:block; }
#hICDr5mKkkqEdQpODm40VohCeWHDr6QJ { color:rgba(var(--color-tertiary-4),0.6);display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.5361328125rem;left:42.71875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETGSL0ty90Powu74NO5rE3b9Or0RTdJ1 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),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.25rem;width:18.75rem;top:22.0625rem;left:40.625rem;display:block; }
#mI6akIThHW6fsIzx5ycAgOCqCaUgTPGd { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.65625rem;left:43.46875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HvVoTTpDA3N9G6obI05CU7X2FzVpdLaS { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.8125rem;left:1.6875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4XrMaP7gE6tKsLeWSgHynoBzptaMSxx { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.8125rem;left:21.6875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DG6ytlN7VB9ocbO2ctxtFuiFJZmbvPeX { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:4.8125rem;left:41.6875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uoWDvmBtTcOBvczzlZQRWx76DZUOy3Pe { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uoWDvmBtTcOBvczzlZQRWx76DZUOy3Pe > .row .container { background-color: transparent; background-image: none; }#uoWDvmBtTcOBvczzlZQRWx76DZUOy3Pe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoWDvmBtTcOBvczzlZQRWx76DZUOy3Pe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoWDvmBtTcOBvczzlZQRWx76DZUOy3Pe > .row .container > .video-iframe-container { display: none; }#uoWDvmBtTcOBvczzlZQRWx76DZUOy3Pe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoWDvmBtTcOBvczzlZQRWx76DZUOy3Pe > .row > .video-iframe-container { display: none; }#uoWDvmBtTcOBvczzlZQRWx76DZUOy3Pe > .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); }#uoWDvmBtTcOBvczzlZQRWx76DZUOy3Pe > .row .container { border-width: 0; border-radius: 0; }#uoWDvmBtTcOBvczzlZQRWx76DZUOy3Pe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uoWDvmBtTcOBvczzlZQRWx76DZUOy3Pe > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#E062HCBp7IgM0Fd2e7NBdTEfvRXZv07E { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.6875rem;left:0rem;height:4.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:rgba(var(--color-primary-4),1);display:block; }
#vOsIx67gE9OrTFfEpyu1h0aEy6lIFrHT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vOsIx67gE9OrTFfEpyu1h0aEy6lIFrHT > .row .container { background-color: transparent; background-image: none; }#vOsIx67gE9OrTFfEpyu1h0aEy6lIFrHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOsIx67gE9OrTFfEpyu1h0aEy6lIFrHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOsIx67gE9OrTFfEpyu1h0aEy6lIFrHT > .row .container > .video-iframe-container { display: none; }#vOsIx67gE9OrTFfEpyu1h0aEy6lIFrHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOsIx67gE9OrTFfEpyu1h0aEy6lIFrHT > .row > .video-iframe-container { display: none; }#vOsIx67gE9OrTFfEpyu1h0aEy6lIFrHT > .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); }#vOsIx67gE9OrTFfEpyu1h0aEy6lIFrHT > .row .container { border-width: 0; border-radius: 0; }#vOsIx67gE9OrTFfEpyu1h0aEy6lIFrHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vOsIx67gE9OrTFfEpyu1h0aEy6lIFrHT > .row .container { font-size:0.875rem;font-family:arial;height:56.8125rem;width:60rem;position:relative;display:block; }#dBs07GgEuqwVkFxFJxo7oAF8x0UmGbCH { display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:6.0625rem;left:0rem;height:;color:#8c8d9c;font-style:normal;text-align:left;text-align-last:left;display:block; }#dBs07GgEuqwVkFxFJxo7oAF8x0UmGbCH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dBs07GgEuqwVkFxFJxo7oAF8x0UmGbCH li:before{  }
#fm7IllHK7vPzCEkyrPR4kdd7NdXttoWQ { display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:6.0625rem;left:41.4375rem;height:;color:#8c8d9c;font-style:normal;display:block; }#fm7IllHK7vPzCEkyrPR4kdd7NdXttoWQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fm7IllHK7vPzCEkyrPR4kdd7NdXttoWQ li:before{  }
#EBczqfnht7MeoJFFzuU2ZUmQwuTi7tFC { display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:6.0625rem;left:20.5rem;height:12.9375rem;color:#8c8d9c;font-style:normal;text-align:left;text-align-last:left;display:block; }#EBczqfnht7MeoJFFzuU2ZUmQwuTi7tFC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EBczqfnht7MeoJFFzuU2ZUmQwuTi7tFC li:before{  }
#C6K545LgkkysJrpUukLbem1TqZQtbFz0 { display:block;width:11rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:0.0625rem;height:3.25rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xKLNXoz9sh91QbCrX1QVe9ghaDhsZWTx { display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:41.5rem;height:3.25rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CaEidcVcmGOooDed5nBpF0TeUhLpq6cg { display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:25.9375rem;left:20.5rem;height:9.625rem;color:#8c8d9c;font-style:normal;display:block; }#CaEidcVcmGOooDed5nBpF0TeUhLpq6cg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CaEidcVcmGOooDed5nBpF0TeUhLpq6cg li:before{  }
#IettN8ovi28ipoec7xBAGFpiPTpZdeEQ { display:block;width:18.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:25.9375rem;left:41.625rem;height:8.125rem;color:#8c8d9c;font-style:normal;display:block; }#IettN8ovi28ipoec7xBAGFpiPTpZdeEQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IettN8ovi28ipoec7xBAGFpiPTpZdeEQ li:before{  }
#F9pLGpnVkQUvS4ctRTnLf9IxzbtPnHT6 { display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:25.9375rem;left:0rem;height:9.625rem;color:#8c8d9c;font-style:normal;display:block; }#F9pLGpnVkQUvS4ctRTnLf9IxzbtPnHT6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F9pLGpnVkQUvS4ctRTnLf9IxzbtPnHT6 li:before{  }
#R6TQK6tJHZqRGQglt3US8BeQKlS7gb2z { display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:22.125rem;left:0rem;height:3.25rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OcI92BPd2LoqTq84AoZMrqUPdPbCLlGx { display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22.125rem;left:20.625rem;height:3.25rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fUvOkGtbCsiho3qtWePvtTByiHNRKGUp { display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.125rem;left:41.4375rem;height:3.25rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Th4DrEVN1uqINXtUFloJ5sRCFL8yEmPz { display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:43.1875rem;left:41.5625rem;height:;color:#8c8d9c;font-style:normal;display:block; }#Th4DrEVN1uqINXtUFloJ5sRCFL8yEmPz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Th4DrEVN1uqINXtUFloJ5sRCFL8yEmPz li:before{  }
#L9y5iRVzfQSntCulr27hJQrGDwEaoSB4 { display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:43.1875rem;left:20.5rem;height:;color:#8c8d9c;font-style:normal;display:block; }#L9y5iRVzfQSntCulr27hJQrGDwEaoSB4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#L9y5iRVzfQSntCulr27hJQrGDwEaoSB4 li:before{  }
#KRrDEFLGcCxPtzExvGiTaSM6qwBfhPxd { display:block;width:16.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:43.1875rem;left:0rem;height:9.9375rem;color:#8c8d9c;font-style:normal;text-align:left;text-align-last:left;display:block; }#KRrDEFLGcCxPtzExvGiTaSM6qwBfhPxd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KRrDEFLGcCxPtzExvGiTaSM6qwBfhPxd li:before{  }
#fKmmEMTOL5tHRAf7osvO0LotFl1OyHGJ { display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:39.1875rem;left:0rem;height:3.25rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SdPWF9ETynw9PrfZqgfU5RC8cBDFXeoL { display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:39.1875rem;left:20.625rem;height:3.25rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hWgELxT4MAp9qRefaM9xZGl7zlCybfAE { display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:39.1875rem;left:41.4375rem;height:3.25rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#SXhGZZD12zQReImRlLESAXixzWDcodKp { display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2rem;left:20.5rem;height:3.25rem;color:rgba(var(--color-primary-2),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#i8QBWOl0sPugDzkUNmVtbGnTJmCP9e2m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#i8QBWOl0sPugDzkUNmVtbGnTJmCP9e2m > .row .container { background-color: transparent; background-image: none; }#i8QBWOl0sPugDzkUNmVtbGnTJmCP9e2m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8QBWOl0sPugDzkUNmVtbGnTJmCP9e2m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8QBWOl0sPugDzkUNmVtbGnTJmCP9e2m > .row .container > .video-iframe-container { display: none; }#i8QBWOl0sPugDzkUNmVtbGnTJmCP9e2m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i8QBWOl0sPugDzkUNmVtbGnTJmCP9e2m > .row > .video-iframe-container { display: none; }#i8QBWOl0sPugDzkUNmVtbGnTJmCP9e2m > .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); }#i8QBWOl0sPugDzkUNmVtbGnTJmCP9e2m > .row .container { border-width: 0; border-radius: 0; }#i8QBWOl0sPugDzkUNmVtbGnTJmCP9e2m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i8QBWOl0sPugDzkUNmVtbGnTJmCP9e2m > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:60rem;position:relative;display:block; }#RXvVAODHhHMA3I2TXweo8rFIKNJsBpJy { color:rgba(var(--color-primary-4),1);display:block;width:53.8125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.07470703125rem;left:3.09375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { position:relative;display:block; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { background-color: transparent; background-image: none; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container > .video-iframe-container { display: none; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row > .video-iframe-container { display: none; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .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); }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { border-width: 0; border-radius: 0; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cr8f5Ek14Tv9sAzVD8zC5WP5260goNmb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Cr8f5Ek14Tv9sAzVD8zC5WP5260goNmb > .row .container { background-color: transparent; background-image: none; }#Cr8f5Ek14Tv9sAzVD8zC5WP5260goNmb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cr8f5Ek14Tv9sAzVD8zC5WP5260goNmb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cr8f5Ek14Tv9sAzVD8zC5WP5260goNmb > .row .container > .video-iframe-container { display: none; }#Cr8f5Ek14Tv9sAzVD8zC5WP5260goNmb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cr8f5Ek14Tv9sAzVD8zC5WP5260goNmb > .row > .video-iframe-container { display: none; }#Cr8f5Ek14Tv9sAzVD8zC5WP5260goNmb > .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); }#Cr8f5Ek14Tv9sAzVD8zC5WP5260goNmb > .row .container { border-width: 0; border-radius: 0; }#Cr8f5Ek14Tv9sAzVD8zC5WP5260goNmb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cr8f5Ek14Tv9sAzVD8zC5WP5260goNmb > .row .container { font-size:0.875rem;font-family:arial;height:62rem;width:60rem;position:relative;display:block; }#VKzS5rUvXt75czTtVuapBOgXJrG2kATT { color:rgba(var(--color-tertiary-0),1);display:block;width:35.6875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.34912109375rem;left:0rem;height:6.5rem;font-style:normal;display:block; }
#h8s3byfvRLciHBu9nDxT5VSGoE5ONCQf { color:rgba(var(--color-tertiary-0),1);display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:10.41162109375rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#tbngfc7z3xZMrwOEwJOCNXJ7zCz8VnOJ { position:absolute;display:block;z-index:15005;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:20rem;left:8.4375rem;display:block; }
#IMsvxSfMIBTPWIuMzkM6std6EfzZDl92 { position:absolute;display:block;z-index:15008;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-secondary-4),0.35) ;height:4.75rem;width:4.75rem;top:18.5625rem;left:7.125rem;display:block; }
#GfGSHVTI9hOmEcubc1aaT7DOGDFTed39 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.5rem;top:22.75rem;left:10.625rem;overflow:hidden;display:block; }
#rKd1qhdcFvNlCnyBAWxpOyIsTH3StwOe { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:19.375rem;left:8.8125rem;height:2.76220625rem;font-style:normal;display:block; }
#OBJB53pLhqkEKcJ2Pfd1p847Ol4GhSfU { position:absolute;display:block;z-index:15010;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.0625rem dashed rgba(var(--color-secondary-0),1);border-left:0.0625rem dashed rgba(var(--color-secondary-0),1);border-right:0.0625rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-0),1);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;width:31.25rem;top:31.5625rem;left:12.375rem;display:block; }
#P2KB3LVS89wpXaQNQbNnv7TbGMfFsvKO { position:absolute;display:block;z-index:15011;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.0625rem dashed rgba(var(--color-secondary-0),1);border-left:0.0625rem dashed rgba(var(--color-secondary-0),1);border-right:0.0625rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:27.8125rem;left:12.375rem;display:block; }
#MtzTXAN3ePTgKLNIaP4IsLc7zqdLf9GC { position:absolute;display:block;z-index:15009;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:31.9375rem;left:45.0625rem;display:block; }
#TATM7k92BSwACWTKRJChprg7fgAbNRGO { position:absolute;display:block;z-index:15015;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-secondary-4),0.35) ;height:4.75rem;width:4.75rem;top:30.5rem;left:43.75rem;display:block; }
#VCrxbxTfJokdTXoykCBAGKpIgkx9trhc { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:31.5rem;left:45.4375rem;height:2.76220625rem;font-style:normal;display:block; }
#D7qLHKFf65D9N54CTcvpxJsThsxRNigZ { 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:3.875rem;width:3.9375rem;top:34.0625rem;left:47rem;overflow:hidden;display:block; }
#fC5fOtuITCdtUrPG9qUvXp0i0sMXNnzc { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:20.875rem;left:19.5rem;height:2.03125rem;font-style:normal;display:block; }
#eKQ4EfutLhOWAyaCLbEUL4NxsmQPTx5T { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:23.64990234375rem;left:19.3125rem;height:2.5996125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vNsZXml7vfJH4B1F1oOPLcUtDSlzBSkT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:33.1875rem;left:12.3125rem;height:2.03125rem;font-style:normal;display:block; }
#viGtWdwsp6ab368w8sdb40oeTiq3twVH { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:35.91357421875rem;left:11.875rem;height:3.8994125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#LOTq7kqZQGwn3G0GbMedKAODr7fv4geN { position:absolute;display:block;z-index:15012;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.0625rem dashed rgba(var(--color-secondary-0),1);border-left:0.0625rem dashed rgba(var(--color-secondary-0),1);border-right:0.0625rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-0),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:0;top:38.5625rem;left:50.9375rem;display:block; }
#JLEyvEUaXlKqPqFehfr1TToJAtMOScrS { position:absolute;display:block;z-index:15011;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.0625rem dashed rgba(var(--color-secondary-0),1);border-left:0.0625rem dashed rgba(var(--color-secondary-0),1);border-right:0.0625rem dashed rgba(var(--color-secondary-0),1);border-bottom:0.0625rem dashed rgba(var(--color-secondary-0),1);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;width:34.375rem;top:43.5rem;left:16.375rem;display:block; }
#c97ttpo3o5KFB93cIvTzVdKUi4AxK63i { position:absolute;display:block;z-index:15009;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:7.8125rem;top:41.75rem;left:8.5rem;display:block; }
#wiZRth9RTH3mpDqmNM4matNsuehTZhvk { position:absolute;display:block;z-index:15012;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 4.5rem rgba(var(--color-secondary-4),0.35) ;height:4.75rem;width:4.75rem;top:40.3125rem;left:7.1875rem;display:block; }
#Z14iBOFiKJoCXM0ICxRQX6BNBgZ9IRzW { color:rgba(var(--color-tertiary-0),1);display:block;width:1.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:41.125rem;left:8.875rem;height:2.76220625rem;font-style:normal;display:block; }
#SsHMfniyrofux4TOxOrdLJz0FpgUBEss { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:44.3125rem;left:10.6875rem;overflow:hidden;display:block; }
#RFezw4vH3fhebMVfvgoFhTd3awUOZbNe { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:45.0625rem;left:19.5rem;height:4.0625rem;font-style:normal;display:block; }
#OmaaZFoHuKyZWsw8svq3RBIUcuQz3Npd { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:49.5625rem;left:19.5rem;height:5.19921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#anVTuwEyZqmytJ7mntAT8iLRG9qLw6m5 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:54.76171875rem;left:27.8125rem;overflow:hidden;display:block; }
#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5fd2e36d-334c-494d-b08f-883682d2d558/InteriorClassroomStockPhoto.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; }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf.adaptive-delivery-prevent-bg, #wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf.lazyload, #wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf.lazyloading { background-image: none; }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .row .container { background-color: transparent; background-image: none; }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.89); }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .row .container > .video-iframe-container { display: none; }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-2),0.89); }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .row > .video-iframe-container { display: none; }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .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); }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .row .container { border-width: 0; border-radius: 0; }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf::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; }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .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; }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .row .container { font-size:0.875rem;font-family:arial;height:44.25rem;width:60rem;position:relative;display:block; }#SvbTPikTD9xrXvMnOfI65wwSRJIZxuk8 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),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: 0.1875rem 0.0625rem 0.9375rem rgba(15,15,18,0.2) ;height:6.1875rem;width:26.5rem;top:3.125rem;left:0rem;display:block; }
#fVETD9N34hbsDeQ9BG50mRCprF5kb6sL { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:40.6875rem;width:26.4375rem;top:3.0625rem;left:0rem;display:block; }
#Ui3dxLPUBzrawku1usV0QuQ2D2MQoR4y { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:3.78125rem;left:0rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dw3fn1DPOblq6OTPFvb3T6ZAlP0JMVeb { color:rgba(var(--color-primary-4),0.7);display:block;width:19.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.4;letter-spacing:0;top:10.96240234375rem;left:3.5625rem;height:5.25rem;font-style:normal;display:block; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-form-header {  }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.75rem;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; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(7,80,181,0.2);border-left:0.0625rem solid rgba(7,80,181,0.2);border-right:0.0625rem solid rgba(7,80,181,0.2);border-bottom:0.0625rem solid rgba(7,80,181,0.2);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:18.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(7,80,181,0.2);border-left:0.0625rem solid rgba(7,80,181,0.2);border-right:0.0625rem solid rgba(7,80,181,0.2);border-bottom:0.0625rem solid rgba(7,80,181,0.2);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:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),1);background-image:url("Wyślij");background-position:top left !important;background-repeat: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:1.25rem;font-weight:bold;color:#f2f9ff;width:18.75rem;height:3.875rem;font-family:"open sans";overflow:hidden;box-shadow: 0.125rem 0.0625rem 0.4375rem rgba(var(--color-tertiary-4),0.12) ; }#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-button.adaptive-delivery-prevent-bg, #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-button.lazyload, #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-button.lazyloading { background-image: none; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .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:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .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; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-container:first-of-type{padding-top:0;}#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-container:last-of-type{padding-bottom:0;}#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.14990234375rem;left:2.625rem; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ {display:block;}#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:16.14990234375rem;left:2.625rem; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #WsKXB9tDR6ZW89LBH4i7G6EaxGXOz1ri { position:relative; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #OwnQ3SMuP2asxUdCAdGTo8ufRBKKPvbh { position:relative;display:none; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #ev1W9lFpUFASiwcZchNQzheHU8fowRMU { position:relative; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #HIuIGNwnIhXACDs1wqx2LOA9IISoFrVd { position:relative; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #xoToPHy2KIWFNCHxiB1JZH23143NgRc0 { position:relative;display:block; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #zSxv2gdJhuwTD5glsXA9MMmknzLcTqFm { position:relative; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #TuUJpm1RRG6yQgbKfhCzSuTpnoa1KVDi { position:relative; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #nRPiBcnAtgvpW58LFB3CFoFk1BmCaqLS { position:relative;display:none; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #Rz6ntUnNTaZMs7K5OaQ783w0iTJbotP4 { position:relative; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #PGcLSZWxhrW424OXbTloXmFuQp6T6CZt { position:relative; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #eWzEHP6xZTGToINeMZ4BagFfTwtF6xc1 { position:relative;display:none; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #TT5ws3DFVPJS54t3o0KomofU46HTbMPQ { position:relative; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #paLfawNq2zv6pUiHV8EAlRnJBp2KCOnw { position:relative; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #h0XWUTavT2ihZSHdOtWDyp06N6kFOhB7 { position:relative;z-index:2; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #K66NEaQzyxJkXFQOPEm8gEx0FMuomxFN { position:relative; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #VXHtDrmP24OSTViuOGPCGwOHLfIsZtXs { position:relative; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #GvSRdwl21IsOiAE9SQCOig4dvSq9Beyi { position:relative; }
#ksAk7Otpgq3CBf9yZo0z7WcTK6RuH2HJ { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.25rem;width:32.25rem;top:4.90625rem;left:27.21875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do { display:block; }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuTQEUVT4T6G5c1flkqJCm7WuV4BzZsl { top:15.375rem;left:0rem;width:47.75rem;height:11.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLH18g2411xTi6PhC5VyPOOpZJBtMLGE { top:29.125rem;left:0rem;width:33.75rem;height:8.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnsmnRBoAtXK0vsr5WVcuC9OIIBWZRF0 { top:18.625rem;left:0rem;width:0.3125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbOtMBoMWRo3GvsunBT48IT3I1fcXR9d { width:13.1875rem;height:3.8125rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbyFsS1a3dVcefimiLFEf7mt7dyNC1k4 { display:block; }
 }@media only screen and (max-width: 763px) { #igvgh2Lw0sFHMMLkcNXQLNTTEataqaLb { top:0rem;left:0rem;width:19.5625rem;height:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHniHiwTmgx1ZAQ3LRAPPUIoXhOI6UVz { display:block; }#VHniHiwTmgx1ZAQ3LRAPPUIoXhOI6UVz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tdb2WfeDgeIo8blE0OifJyeHytdUUpw1 { top:4.375rem;left:2.4375rem;width:42.875rem;height:4.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAULu6cs4TUX8UxH4fBRvpoQKukMUvpK { top:12.875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvdGTEklJO2uvpBUQlqGKekkCQ0DVXWZ { display:block; }#JvdGTEklJO2uvpBUQlqGKekkCQ0DVXWZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnzXGUket7URwhVuTCVf95yCpNE1PlMz { width:33.875rem;height:22.25rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEMuq5PSOO4rPhtX9J02D1p5vuehQfOI { width:15.0625rem;height:2.5625rem;top:11.1875rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NS2XBRSoPsdqJoTEM53NbU5c4ruz3T5c { width:14.4375rem;height:1.125rem;top:14.5625rem;left:33.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4I46QAFHCqtxAH3DJ49HgKcOBQahOTf { width:14.25rem;height:2.5625rem;top:17.8125rem;left:33.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0mURq8ch9L6l4s6EHB3pw8kNpR3uis { width:14.125rem;height:3.875rem;top:22.6875rem;left:33.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeEheD8GfygxDzRJU4AvXL82OpEQETOU { width:26.25rem;height:7.5rem;top:10.6875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOeuhe63lxC8gE5nmJUHrhbqbvFfFxqx { width:14.5rem;height:1.125rem;top:15.625rem;left:33.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiEhfnpD0NhkAVvqtAXIlGE28zVhW5uN { width:3.125rem;height:3.125rem;top:11.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuo0WfW6Ve6dKCCrSaO94uoiO8T8fQ31 { width:3.125rem;height:3.125rem;top:17.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UATpC3vDd4JDOzcC1OXKXzAkJOEQXpfT { width:3.125rem;height:3.125rem;top:22.625rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM0fcCSNJKQzFD1ogXdnfTkJHv1195df { display:block; }#cM0fcCSNJKQzFD1ogXdnfTkJHv1195df > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrlCdAd008SDS2F83Gu3r8M0XC1nW6uy { width:19rem;height:1.4375rem;top:9.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3aUMEcplaMW16H21MI7sireaTislvZG { width:21.1875rem;height:1.125rem;top:12.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoJaIHfSb71uhOTHkMdQZO6Zc3IRC0DM { width:22.625rem;height:1.4375rem;top:16.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URzPF38mwtwk1Tg0sUoJ8gATZ6cAAUsJ { width:22.4375rem;height:1.4375rem;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6vo4zTSTODkvfW2M29kU517vAGwZGfn { width:31.875rem;height:21.25rem;top:3.1875rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEH0dLr749VCIcrwrJQE7zmUTzCsig6v { width:26.25rem;height:7.5rem;top:10.6875rem;left:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhI3t37q7rwWz7MnmTV15gATsC6oaTTM { width:21.1875rem;height:1.125rem;top:13.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k74LA41aenKrlrWciaH6SbrrzRKbvOkb { width:3.125rem;height:3.125rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x11dX8Uh3uq7aGOlffRQG1c47By4pwTW { width:3.125rem;height:3.125rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTIuTpdSlRlnzGB7GliEX2GWZoIiNlmO { width:3.125rem;height:3.125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGvliipH7AHOaOwm7KLP5orEQ0d9qxQN { display:block; }#PGvliipH7AHOaOwm7KLP5orEQ0d9qxQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nE65HiUOASJsiIUwZsrMqrtv4RMGPZJA { width:41.5rem;height:4.0625rem;top:2.9375rem;left:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { top:2.3125rem;left:15.65625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { top:2.5rem;left:3.28125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { top:1.9375rem;left:28.25rem;width:4.1875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SrTTuaprhCEhISeI1skaIBits07seq { top:1.875rem;left:28.15625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { top:1.875rem;left:3.84375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { top:1.875rem;left:15.65625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { top:2.3125rem;left:15.093751907349rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { top:7.5625rem;left:0rem;width:14.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { top:7.5625rem;left:9.25rem;width:14.625rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { top:7.5625rem;left:21rem;width:14.8125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { top:7.5625rem;left:35.375rem;width:12.375rem;height:3.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ9NthN6F81H2KvbRXhTOdutoNuzUzAR { top:1.875rem;left:40.09375rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkIq6NgmB9m2oRCcxrHUuM8L1mubKTBO { top:2.25rem;left:39.15625rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEMOSubuWDJ25PGXS1JeP9Tf3XKXGRXv { display:block; }#mEMOSubuWDJ25PGXS1JeP9Tf3XKXGRXv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2k9sJlw7nmIR9V0CyK1O6sv7IKVtp53 { top:3.5625rem;left:26.3125rem;width:21.4375rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxsTmNiVm8NT3LxgiVuQ1uQ5vXAEqEZV { top:11.6875rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm0UX1Us9V0DNh7713iegl7CcoI5ZKVy { top:8.9375rem;left:0rem;width:27.25rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFPvx6JaOyGSTcf0naBEnS8WZ9VMZn9b { top:15.3125rem;left:0.6875rem;width:22.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guTx1H2JLxdqVJrE8xXlQOnyTH4u2zT5 { top:14.0625rem;left:20.5rem;width:27.25rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8t74tFdGKOBSdm4QFVkhV7xsCM297Wq { top:21.0625rem;left:25.25rem;width:22.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiK8T0OF15MmZ22s9Ii6hyGHTA1OShyI { top:35.4375rem;left:20.5rem;width:27.25rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsKXWw7AZqZQerQ1zp82zIQ1rMHUbNCK { top:41.9375rem;left:25.25rem;width:22.5rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ltscH3Tvo0DF4XmzK1ToC2ZFuzW0g5 { top:32.5625rem;left:39.5rem;width:8.25rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r05AqhgHUSI9ix3TJmgR0ULaThcebZ4F { top:29.1875rem;left:0rem;width:27.25rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzeSTJAvJC8H7330PAlo5vsO2oORewB2 { top:36.25rem;left:0rem;width:22.5rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUDJv3BPlnQwqKXXev6q46vu5y4ifk4D { width:4.9375rem;height:4.9375rem;top:9.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TihozIuTpx1FkCg6XDppPd86a5nxEpeg { width:4.9375rem;height:4.9375rem;top:14.8125rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bityAJZurK3Ey5ru2uubn39AA0PyLQ14 { width:4.9375rem;height:4.9375rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzpyQuyJ2I4btofakrdam24hK43TK2JW { width:4.9375rem;height:4.9375rem;top:36.25rem;left:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNuWaEO7dEWk44PJ0lnLIscnDykMAw9O { width:4.9375rem;height:4.9375rem;top:36.0625rem;left:24.81201171875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PXzXap1S450d2cADbPIOt2zRh2R4UT1R { display:block; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSol6HN5rvWKJaqgzkWWUy3w6iBAdVNH { top:3.875rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBF5Ia9ehqmyH6upruUtAi6KUNCsOBH8 { top:3.5rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuvSLlprKWARgc2qOGiMP6RxtfxpV4ah { display:block; }#JuvSLlprKWARgc2qOGiMP6RxtfxpV4ah > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gM1aUDqMwdU1nwZrehUpusrSq9tpqByq { width:15.625rem;height:21rem;top:1.125rem;left:0.0830078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v49kSKZEnyt4SPst7T4Nn3IZhQbdUnVa { width:12.5625rem;height:4.0625rem;top:9.0625rem;left:1.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uISWFbRIknQ5916ccGOhingWLUuNIoOK { width:14.5625rem;height:2.5625rem;top:14.5rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTnnMIpkt0lTzvTPmmzPFlBTtDq925ag { width:15.625rem;height:0.25rem;top:22.0625rem;left:0.1455078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObRnSapL6Ha6xVnEymITHw1C7sUMTQOn { width:15.625rem;height:21rem;top:1.125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkGFPtB0tOxpzUChEdub4epxXwi0ao4s { width:14.5625rem;height:2.5625rem;top:14.5rem;left:16.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmZDb46iQKbc4ltGJ0SifZOB6L8TszJo { width:15.625rem;height:0.25rem;top:22.0625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1x9w5wxu6KLaqlkXzPGWfVcG23kU3Vv { width:16.625rem;height:4.0625rem;top:9.625rem;left:15.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2ZLft4Wmf6b1eU9E6XTgMPHms2g8diF { width:15.625rem;height:21rem;top:1.125rem;left:31.916015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hICDr5mKkkqEdQpODm40VohCeWHDr6QJ { width:14.5625rem;height:2.5625rem;top:14.5rem;left:32.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETGSL0ty90Powu74NO5rE3b9Or0RTdJ1 { width:15.625rem;height:0.25rem;top:22.0625rem;left:31.978515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI6akIThHW6fsIzx5ycAgOCqCaUgTPGd { width:13.0625rem;height:4.0625rem;top:9.625rem;left:33.15625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvVoTTpDA3N9G6obI05CU7X2FzVpdLaS { width:16.625rem;height:4.0625rem;top:4.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4XrMaP7gE6tKsLeWSgHynoBzptaMSxx { width:16.625rem;height:4.0625rem;top:4.8125rem;left:15.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG6ytlN7VB9ocbO2ctxtFuiFJZmbvPeX { width:16.625rem;height:4.0625rem;top:4.8125rem;left:31rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoWDvmBtTcOBvczzlZQRWx76DZUOy3Pe { display:block; }#uoWDvmBtTcOBvczzlZQRWx76DZUOy3Pe > .row .container { width:47.75rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E062HCBp7IgM0Fd2e7NBdTEfvRXZv07E { width:46rem;height:8.125rem;top:2.4375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOsIx67gE9OrTFfEpyu1h0aEy6lIFrHT { display:block; }#vOsIx67gE9OrTFfEpyu1h0aEy6lIFrHT > .row .container { width:47.75rem;height:48.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBs07GgEuqwVkFxFJxo7oAF8x0UmGbCH { width:12.5625rem;height:8.9375rem;top:4.8125rem;left:1.125rem;display:block; }#dBs07GgEuqwVkFxFJxo7oAF8x0UmGbCH li:before{  }
 }@media only screen and (max-width: 763px) { #fm7IllHK7vPzCEkyrPR4kdd7NdXttoWQ { width:12.6875rem;height:8.9375rem;top:4.8125rem;left:17.625rem;display:block; }#fm7IllHK7vPzCEkyrPR4kdd7NdXttoWQ li:before{  }
 }@media only screen and (max-width: 763px) { #EBczqfnht7MeoJFFzuU2ZUmQwuTi7tFC { width:12.6875rem;height:8.9375rem;top:4.8125rem;left:33.9375rem;display:block; }#EBczqfnht7MeoJFFzuU2ZUmQwuTi7tFC li:before{  }
 }@media only screen and (max-width: 763px) { #C6K545LgkkysJrpUukLbem1TqZQtbFz0 { width:12.5625rem;height:2.0625rem;top:1.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKLNXoz9sh91QbCrX1QVe9ghaDhsZWTx { width:12.8125rem;height:2.0625rem;top:1.625rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaEidcVcmGOooDed5nBpF0TeUhLpq6cg { width:12.6875rem;height:8.9375rem;top:20.375rem;left:17.625rem;display:block; }#CaEidcVcmGOooDed5nBpF0TeUhLpq6cg li:before{  }
 }@media only screen and (max-width: 763px) { #IettN8ovi28ipoec7xBAGFpiPTpZdeEQ { width:12.6875rem;height:8.9375rem;top:20.375rem;left:33.9375rem;display:block; }#IettN8ovi28ipoec7xBAGFpiPTpZdeEQ li:before{  }
 }@media only screen and (max-width: 763px) { #F9pLGpnVkQUvS4ctRTnLf9IxzbtPnHT6 { width:12.5625rem;height:8.9375rem;top:20.375rem;left:1.125rem;display:block; }#F9pLGpnVkQUvS4ctRTnLf9IxzbtPnHT6 li:before{  }
 }@media only screen and (max-width: 763px) { #R6TQK6tJHZqRGQglt3US8BeQKlS7gb2z { width:12.5625rem;height:2.0625rem;top:17.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcI92BPd2LoqTq84AoZMrqUPdPbCLlGx { width:12.8125rem;height:2.0625rem;top:17.1875rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUvOkGtbCsiho3qtWePvtTByiHNRKGUp { width:12.6875rem;height:2.0625rem;top:17.1875rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th4DrEVN1uqINXtUFloJ5sRCFL8yEmPz { width:12.6875rem;height:8.9375rem;top:35.5625rem;left:33.9375rem;display:block; }#Th4DrEVN1uqINXtUFloJ5sRCFL8yEmPz li:before{  }
 }@media only screen and (max-width: 763px) { #L9y5iRVzfQSntCulr27hJQrGDwEaoSB4 { width:12.6875rem;height:8.9375rem;top:35.5625rem;left:17.5rem;display:block; }#L9y5iRVzfQSntCulr27hJQrGDwEaoSB4 li:before{  }
 }@media only screen and (max-width: 763px) { #KRrDEFLGcCxPtzExvGiTaSM6qwBfhPxd { width:12.5625rem;height:8.9375rem;top:35.625rem;left:0.9375rem;display:block; }#KRrDEFLGcCxPtzExvGiTaSM6qwBfhPxd li:before{  }
 }@media only screen and (max-width: 763px) { #fKmmEMTOL5tHRAf7osvO0LotFl1OyHGJ { width:12.5625rem;height:2.0625rem;top:32.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdPWF9ETynw9PrfZqgfU5RC8cBDFXeoL { width:12.8125rem;height:2.0625rem;top:32.375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWgELxT4MAp9qRefaM9xZGl7zlCybfAE { width:12.6875rem;height:2.0625rem;top:32.375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXhGZZD12zQReImRlLESAXixzWDcodKp { width:12.6875rem;height:2.0625rem;top:1.625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8QBWOl0sPugDzkUNmVtbGnTJmCP9e2m { display:block; }#i8QBWOl0sPugDzkUNmVtbGnTJmCP9e2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXvVAODHhHMA3I2TXweo8rFIKNJsBpJy { top:5.0625rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { display:block; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cr8f5Ek14Tv9sAzVD8zC5WP5260goNmb { display:block; }#Cr8f5Ek14Tv9sAzVD8zC5WP5260goNmb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKzS5rUvXt75czTtVuapBOgXJrG2kATT { top:2.3125rem;left:0rem;width:35.6875rem;height:6.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8s3byfvRLciHBu9nDxT5VSGoE5ONCQf { top:10.375rem;left:0rem;width:36.375rem;height:4.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbngfc7z3xZMrwOEwJOCNXJ7zCz8VnOJ { top:20rem;left:2.3125rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMsvxSfMIBTPWIuMzkM6std6EfzZDl92 { top:18.5625rem;left:1rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfGSHVTI9hOmEcubc1aaT7DOGDFTed39 { top:22.75rem;left:4.5rem;width:3.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKd1qhdcFvNlCnyBAWxpOyIsTH3StwOe { top:19.375rem;left:2.6875rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBJB53pLhqkEKcJ2Pfd1p847Ol4GhSfU { top:31.5625rem;left:6.25rem;width:31.25rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #P2KB3LVS89wpXaQNQbNnv7TbGMfFsvKO { top:27.8125rem;left:6.25rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtzTXAN3ePTgKLNIaP4IsLc7zqdLf9GC { top:31.9375rem;left:38.9375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TATM7k92BSwACWTKRJChprg7fgAbNRGO { top:30.5rem;left:37.625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCrxbxTfJokdTXoykCBAGKpIgkx9trhc { top:31.5rem;left:39.3125rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7qLHKFf65D9N54CTcvpxJsThsxRNigZ { top:34.0625rem;left:40.875rem;width:3.9375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC5fOtuITCdtUrPG9qUvXp0i0sMXNnzc { top:20.875rem;left:13.375rem;width:31.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKQ4EfutLhOWAyaCLbEUL4NxsmQPTx5T { top:23.625rem;left:13.1875rem;width:31.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNsZXml7vfJH4B1F1oOPLcUtDSlzBSkT { top:33.1875rem;left:6.1875rem;width:31.5rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #viGtWdwsp6ab368w8sdb40oeTiq3twVH { top:35.875rem;left:5.75rem;width:31.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOTq7kqZQGwn3G0GbMedKAODr7fv4geN { top:38.5625rem;left:44.8125rem;width:0;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLEyvEUaXlKqPqFehfr1TToJAtMOScrS { top:43.5rem;left:10.25rem;width:34.375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #c97ttpo3o5KFB93cIvTzVdKUi4AxK63i { top:41.75rem;left:2.375rem;width:7.8125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiZRth9RTH3mpDqmNM4matNsuehTZhvk { top:40.3125rem;left:1.0625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z14iBOFiKJoCXM0ICxRQX6BNBgZ9IRzW { top:41.125rem;left:2.75rem;width:1.375rem;height:2.75rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsHMfniyrofux4TOxOrdLJz0FpgUBEss { top:44.3125rem;left:4.5625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFezw4vH3fhebMVfvgoFhTd3awUOZbNe { top:45.0625rem;left:13.375rem;width:31.5rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmaaZFoHuKyZWsw8svq3RBIUcuQz3Npd { top:49.5625rem;left:13.1875rem;width:34.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anVTuwEyZqmytJ7mntAT8iLRG9qLw6m5 { top:54.75rem;left:21.6875rem;width:5.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf { display:block; }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvbTPikTD9xrXvMnOfI65wwSRJIZxuk8 { width:26.5rem;height:6.1875rem;top:3.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVETD9N34hbsDeQ9BG50mRCprF5kb6sL { width:26.4375rem;height:40.6875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui3dxLPUBzrawku1usV0QuQ2D2MQoR4y { width:25.6875rem;height:4.375rem;top:3.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw3fn1DPOblq6OTPFvb3T6ZAlP0JMVeb { width:19.375rem;height:5.25rem;top:10.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ  { width:18.75rem;height:auto;top:16.125rem;left:0rem; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ {display:block;}#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ { width:18.75rem;height:auto;top:16.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #WsKXB9tDR6ZW89LBH4i7G6EaxGXOz1ri {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #OwnQ3SMuP2asxUdCAdGTo8ufRBKKPvbh { display:none; }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #ev1W9lFpUFASiwcZchNQzheHU8fowRMU {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #HIuIGNwnIhXACDs1wqx2LOA9IISoFrVd {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #xoToPHy2KIWFNCHxiB1JZH23143NgRc0 {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #zSxv2gdJhuwTD5glsXA9MMmknzLcTqFm {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #TuUJpm1RRG6yQgbKfhCzSuTpnoa1KVDi {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #nRPiBcnAtgvpW58LFB3CFoFk1BmCaqLS { display:none; }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #Rz6ntUnNTaZMs7K5OaQ783w0iTJbotP4 {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #PGcLSZWxhrW424OXbTloXmFuQp6T6CZt {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #eWzEHP6xZTGToINeMZ4BagFfTwtF6xc1 { display:none; }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #TT5ws3DFVPJS54t3o0KomofU46HTbMPQ {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #paLfawNq2zv6pUiHV8EAlRnJBp2KCOnw {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #h0XWUTavT2ihZSHdOtWDyp06N6kFOhB7 {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #K66NEaQzyxJkXFQOPEm8gEx0FMuomxFN {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #VXHtDrmP24OSTViuOGPCGwOHLfIsZtXs {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #GvSRdwl21IsOiAE9SQCOig4dvSq9Beyi {  }
 }@media only screen and (max-width: 763px) { #ksAk7Otpgq3CBf9yZo0z7WcTK6RuH2HJ { top:4.875rem;left:15.5rem;width:32.25rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55156478-1e35-41a1-8c3f-607767c3e35f/KathyPereiraCollection13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do.adaptive-delivery-prevent-bg, #f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do.lazyload, #f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do.lazyloading { background-image: none; }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .row .container { background-color: transparent; background-image: none; }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.78); }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .row .container > .video-iframe-container { display: none; }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.78); }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .row > .video-iframe-container { display: none; }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .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); }#f1mAGRW9bleDxWuf8TuLXCbvDPI5n8Do > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuTQEUVT4T6G5c1flkqJCm7WuV4BzZsl { width:20rem;height:18.847625rem;top:10.77734375rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KLH18g2411xTi6PhC5VyPOOpZJBtMLGE { width:19.625rem;height:9.03075rem;top:33.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnsmnRBoAtXK0vsr5WVcuC9OIIBWZRF0 { width:6.25rem;height:0.375rem;top:32.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbOtMBoMWRo3GvsunBT48IT3I1fcXR9d { width:16.25rem;height:3.8125rem;top:45.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbyFsS1a3dVcefimiLFEf7mt7dyNC1k4 { display:block; }
 }@media only screen and (max-width: 763px) { #igvgh2Lw0sFHMMLkcNXQLNTTEataqaLb { width:13.1875rem;height:13.1875rem;top:0rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHniHiwTmgx1ZAQ3LRAPPUIoXhOI6UVz { display:block; }#VHniHiwTmgx1ZAQ3LRAPPUIoXhOI6UVz > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tdb2WfeDgeIo8blE0OifJyeHytdUUpw1 { width:20rem;height:9.099625rem;top:4.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAULu6cs4TUX8UxH4fBRvpoQKukMUvpK { width:20rem;height:5.8496125rem;top:16.69921875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvdGTEklJO2uvpBUQlqGKekkCQ0DVXWZ { display:block; }#JvdGTEklJO2uvpBUQlqGKekkCQ0DVXWZ > .row .container { width:20rem;height:55.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qnzXGUket7URwhVuTCVf95yCpNE1PlMz { width:19.9375rem;height:13.25rem;top:41.25rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #lEMuq5PSOO4rPhtX9J02D1p5vuehQfOI { width:19rem;height:2.5996125rem;top:14.4375rem;left:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NS2XBRSoPsdqJoTEM53NbU5c4ruz3T5c { width:20rem;height:1.29980625rem;top:17.8125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u4I46QAFHCqtxAH3DJ49HgKcOBQahOTf { width:20rem;height:2.5996125rem;top:26.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tw0mURq8ch9L6l4s6EHB3pw8kNpR3uis { width:20rem;height:2.5996125rem;top:36.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NeEheD8GfygxDzRJU4AvXL82OpEQETOU { width:20rem;height:6.5rem;top:2.412109375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOeuhe63lxC8gE5nmJUHrhbqbvFfFxqx { width:20rem;height:1.29980625rem;top:19.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiEhfnpD0NhkAVvqtAXIlGE28zVhW5uN { width:3.125rem;height:3.125rem;top:23.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuo0WfW6Ve6dKCCrSaO94uoiO8T8fQ31 { width:3.125rem;height:3.125rem;top:32.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UATpC3vDd4JDOzcC1OXKXzAkJOEQXpfT { width:3.125rem;height:3.125rem;top:10.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cM0fcCSNJKQzFD1ogXdnfTkJHv1195df { display:block; }#cM0fcCSNJKQzFD1ogXdnfTkJHv1195df > .row .container { width:20rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yrlCdAd008SDS2F83Gu3r8M0XC1nW6uy { width:19rem;height:1.29980625rem;top:12.47216796875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E3aUMEcplaMW16H21MI7sireaTislvZG { width:20rem;height:1.29980625rem;top:14.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yoJaIHfSb71uhOTHkMdQZO6Zc3IRC0DM { width:20rem;height:1.29980625rem;top:23.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URzPF38mwtwk1Tg0sUoJ8gATZ6cAAUsJ { width:20rem;height:1.29980625rem;top:30.59716796875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l6vo4zTSTODkvfW2M29kU517vAGwZGfn { width:20rem;height:13.3125rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEH0dLr749VCIcrwrJQE7zmUTzCsig6v { width:20rem;height:4.38720625rem;top:1.9248046875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhI3t37q7rwWz7MnmTV15gATsC6oaTTM { width:20rem;height:1.29980625rem;top:16.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k74LA41aenKrlrWciaH6SbrrzRKbvOkb { width:3.125rem;height:3.125rem;top:9.34716796875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x11dX8Uh3uq7aGOlffRQG1c47By4pwTW { width:3.125rem;height:3.125rem;top:19.59716796875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTIuTpdSlRlnzGB7GliEX2GWZoIiNlmO { width:3.125rem;height:3.125rem;top:27.47216796875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGvliipH7AHOaOwm7KLP5orEQ0d9qxQN { display:block; }#PGvliipH7AHOaOwm7KLP5orEQ0d9qxQN > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nE65HiUOASJsiIUwZsrMqrtv4RMGPZJA { width:20rem;height:8.125rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { width:3.5rem;height:3.5rem;top:11.5625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzl0J9rzTaQsvnaxMBWL23KXw8kGiWtH { width:4.3125rem;height:4.3125rem;top:1.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { width:4.1875rem;height:4.25rem;top:22.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1SrTTuaprhCEhISeI1skaIBits07seq { width:4.375rem;height:4.375rem;top:22.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { width:4.375rem;height:4.375rem;top:1rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { width:4.375rem;height:4.375rem;top:11.125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiX7tcmzqU0XaWsM3a1vN42aRvodsbA2 { width:3.4375rem;height:3.4375rem;top:12.125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mk6bJPXh9VhpeFbktfzZz0TtglLthzwV { width:14.8125rem;height:2.76171875rem;top:6.5625rem;left:2.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrVgZ9qQycH2mMJ3yn2Zs06NtWrAzs1z { width:14.625rem;height:2.76171875rem;top:16.625rem;left:2.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0Us1ta9n8CfzWgiTEtQJccrbs0LlMTB { width:14.8125rem;height:2.76171875rem;top:27.625rem;left:2.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofdZUhmIwBaCF5brPTRMk2BCAomJTwsF { width:14.8125rem;height:4.142575rem;top:38.625rem;left:2.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ9NthN6F81H2KvbRXhTOdutoNuzUzAR { width:4.375rem;height:4.375rem;top:33.3125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkIq6NgmB9m2oRCcxrHUuM8L1mubKTBO { width:3.375rem;height:3.375rem;top:33.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEMOSubuWDJ25PGXS1JeP9Tf3XKXGRXv { display:block; }#mEMOSubuWDJ25PGXS1JeP9Tf3XKXGRXv > .row .container { width:20rem;height:101.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2k9sJlw7nmIR9V0CyK1O6sv7IKVtp53 { width:20rem;height:6.5rem;top:6.125rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxsTmNiVm8NT3LxgiVuQ1uQ5vXAEqEZV { width:8.25rem;height:0.375rem;top:15rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm0UX1Us9V0DNh7713iegl7CcoI5ZKVy { width:20rem;height:15.0625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFPvx6JaOyGSTcf0naBEnS8WZ9VMZn9b { width:18.3125rem;height:5.19921875rem;top:24.8125rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guTx1H2JLxdqVJrE8xXlQOnyTH4u2zT5 { width:20rem;height:19.9375rem;top:55.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8t74tFdGKOBSdm4QFVkhV7xsCM297Wq { width:18.3125rem;height:5.19921875rem;top:64.25rem;left:0.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NiK8T0OF15MmZ22s9Ii6hyGHTA1OShyI { width:20rem;height:19.9375rem;top:77.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsKXWw7AZqZQerQ1zp82zIQ1rMHUbNCK { width:18.5625rem;height:3.8994125rem;top:86.5625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0ltscH3Tvo0DF4XmzK1ToC2ZFuzW0g5 { width:8.25rem;height:0.375rem;top:98.537109375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r05AqhgHUSI9ix3TJmgR0ULaThcebZ4F { width:20rem;height:19.9375rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzeSTJAvJC8H7330PAlo5vsO2oORewB2 { width:17.75rem;height:7.7988125rem;top:42.5625rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUDJv3BPlnQwqKXXev6q46vu5y4ifk4D { width:4.9375rem;height:4.9375rem;top:79.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TihozIuTpx1FkCg6XDppPd86a5nxEpeg { width:4.9375rem;height:4.9375rem;top:58.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bityAJZurK3Ey5ru2uubn39AA0PyLQ14 { width:4.9375rem;height:4.9375rem;top:80.3125rem;left:7.53125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #XzpyQuyJ2I4btofakrdam24hK43TK2JW { width:4.9375rem;height:4.9375rem;top:35.625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNuWaEO7dEWk44PJ0lnLIscnDykMAw9O { width:4.9375rem;height:4.9375rem;top:19.125rem;left:6.875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #PXzXap1S450d2cADbPIOt2zRh2R4UT1R { display:block; }#PXzXap1S450d2cADbPIOt2zRh2R4UT1R > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MSol6HN5rvWKJaqgzkWWUy3w6iBAdVNH { width:20rem;height:8.125rem;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBF5Ia9ehqmyH6upruUtAi6KUNCsOBH8 { width:20rem;height:8.4375rem;top:4.06884765625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JuvSLlprKWARgc2qOGiMP6RxtfxpV4ah { display:block; }#JuvSLlprKWARgc2qOGiMP6RxtfxpV4ah > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gM1aUDqMwdU1nwZrehUpusrSq9tpqByq { width:18.75rem;height:21rem;top:1.25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v49kSKZEnyt4SPst7T4Nn3IZhQbdUnVa { width:16.625rem;height:2.03125rem;top:9.5625rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uISWFbRIknQ5916ccGOhingWLUuNIoOK { width:14.5625rem;height:2.5996125rem;top:12.6875rem;left:2.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTnnMIpkt0lTzvTPmmzPFlBTtDq925ag { width:18.75rem;height:0.25rem;top:22.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObRnSapL6Ha6xVnEymITHw1C7sUMTQOn { width:18.75rem;height:21rem;top:23.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkGFPtB0tOxpzUChEdub4epxXwi0ao4s { width:14.5625rem;height:2.5996125rem;top:36.9375rem;left:2.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fmZDb46iQKbc4ltGJ0SifZOB6L8TszJo { width:18.75rem;height:0.25rem;top:44.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1x9w5wxu6KLaqlkXzPGWfVcG23kU3Vv { width:16.625rem;height:4.0625rem;top:31.8125rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r2ZLft4Wmf6b1eU9E6XTgMPHms2g8diF { width:18.75rem;height:21rem;top:45.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hICDr5mKkkqEdQpODm40VohCeWHDr6QJ { width:14.5625rem;height:2.5996125rem;top:58.5625rem;left:2.71875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETGSL0ty90Powu74NO5rE3b9Or0RTdJ1 { width:18.75rem;height:0.25rem;top:66.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI6akIThHW6fsIzx5ycAgOCqCaUgTPGd { width:16.625rem;height:4.0625rem;top:53.611328125rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvVoTTpDA3N9G6obI05CU7X2FzVpdLaS { width:16.625rem;height:2.5996125rem;top:6.375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4XrMaP7gE6tKsLeWSgHynoBzptaMSxx { width:16.625rem;height:2.5996125rem;top:28.662109375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG6ytlN7VB9ocbO2ctxtFuiFJZmbvPeX { width:16.625rem;height:2.5996125rem;top:51.01171875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoWDvmBtTcOBvczzlZQRWx76DZUOy3Pe { display:block; }#uoWDvmBtTcOBvczzlZQRWx76DZUOy3Pe > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E062HCBp7IgM0Fd2e7NBdTEfvRXZv07E { width:18.8125rem;height:6.5rem;top:2.78125rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOsIx67gE9OrTFfEpyu1h0aEy6lIFrHT { display:block; }#vOsIx67gE9OrTFfEpyu1h0aEy6lIFrHT > .row .container { width:20rem;height:150.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dBs07GgEuqwVkFxFJxo7oAF8x0UmGbCH { width:16.9375rem;height:11.4375rem;top:5.5rem;left:1.53125rem;text-align:left;text-align-last:left;display:block; }#dBs07GgEuqwVkFxFJxo7oAF8x0UmGbCH li:before{  }
 }@media only screen and (max-width: 763px) { #fm7IllHK7vPzCEkyrPR4kdd7NdXttoWQ { width:16.9375rem;height:8.125rem;top:24.8125rem;left:1.53125rem;text-align:left;text-align-last:left;display:block; }#fm7IllHK7vPzCEkyrPR4kdd7NdXttoWQ li:before{  }
 }@media only screen and (max-width: 763px) { #EBczqfnht7MeoJFFzuU2ZUmQwuTi7tFC { width:16.9375rem;height:12.9375rem;top:39.625rem;left:1.53125rem;text-align:left;text-align-last:left;display:block; }#EBczqfnht7MeoJFFzuU2ZUmQwuTi7tFC li:before{  }
 }@media only screen and (max-width: 763px) { #C6K545LgkkysJrpUukLbem1TqZQtbFz0 { width:13.5625rem;height:3.25rem;top:1.6875rem;left:1.53125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xKLNXoz9sh91QbCrX1QVe9ghaDhsZWTx { width:17.0625rem;height:3.25rem;top:20.375rem;left:1.46875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CaEidcVcmGOooDed5nBpF0TeUhLpq6cg { width:16.9375rem;height:9.625rem;top:75.8125rem;left:1.53125rem;text-align:left;text-align-last:left;display:block; }#CaEidcVcmGOooDed5nBpF0TeUhLpq6cg li:before{  }
 }@media only screen and (max-width: 763px) { #IettN8ovi28ipoec7xBAGFpiPTpZdeEQ { width:16.9375rem;height:8.125rem;top:91.6875rem;left:1.53125rem;text-align:left;text-align-last:left;display:block; }#IettN8ovi28ipoec7xBAGFpiPTpZdeEQ li:before{  }
 }@media only screen and (max-width: 763px) { #F9pLGpnVkQUvS4ctRTnLf9IxzbtPnHT6 { width:16.9375rem;height:9.625rem;top:59.5rem;left:1.53125rem;text-align:left;text-align-last:left;display:block; }#F9pLGpnVkQUvS4ctRTnLf9IxzbtPnHT6 li:before{  }
 }@media only screen and (max-width: 763px) { #R6TQK6tJHZqRGQglt3US8BeQKlS7gb2z { width:17.0625rem;height:3.25rem;top:55.25rem;left:1.46875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OcI92BPd2LoqTq84AoZMrqUPdPbCLlGx { width:17.0625rem;height:3.25rem;top:71.75rem;left:1.46875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fUvOkGtbCsiho3qtWePvtTByiHNRKGUp { width:17.0625rem;height:3.25rem;top:87.5rem;left:1.46875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Th4DrEVN1uqINXtUFloJ5sRCFL8yEmPz { width:16.9375rem;height:11.125rem;top:137.25rem;left:1.53125rem;text-align:left;text-align-last:left;display:block; }#Th4DrEVN1uqINXtUFloJ5sRCFL8yEmPz li:before{  }
 }@media only screen and (max-width: 763px) { #L9y5iRVzfQSntCulr27hJQrGDwEaoSB4 { width:16.9375rem;height:8.4375rem;top:122.0625rem;left:1.53125rem;text-align:left;text-align-last:left;display:block; }#L9y5iRVzfQSntCulr27hJQrGDwEaoSB4 li:before{  }
 }@media only screen and (max-width: 763px) { #KRrDEFLGcCxPtzExvGiTaSM6qwBfhPxd { width:16.9375rem;height:9.9375rem;top:106.375rem;left:1.53125rem;text-align:left;text-align-last:left;display:block; }#KRrDEFLGcCxPtzExvGiTaSM6qwBfhPxd li:before{  }
 }@media only screen and (max-width: 763px) { #fKmmEMTOL5tHRAf7osvO0LotFl1OyHGJ { width:17.0625rem;height:3.25rem;top:102.125rem;left:1.46875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SdPWF9ETynw9PrfZqgfU5RC8cBDFXeoL { width:17.0625rem;height:3.25rem;top:118.25rem;left:1.46875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hWgELxT4MAp9qRefaM9xZGl7zlCybfAE { width:17.0625rem;height:3.25rem;top:133.0625rem;left:1.46875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SXhGZZD12zQReImRlLESAXixzWDcodKp { width:17.0625rem;height:3.25rem;top:35.625rem;left:1.46875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i8QBWOl0sPugDzkUNmVtbGnTJmCP9e2m { display:block; }#i8QBWOl0sPugDzkUNmVtbGnTJmCP9e2m > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RXvVAODHhHMA3I2TXweo8rFIKNJsBpJy { width:20rem;height:6.5rem;top:3.96875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyKxgku8818rXH3oJxIT7KBqtb55Ffnd { display:block; }#kyKxgku8818rXH3oJxIT7KBqtb55Ffnd > .row .container { width:20rem;height:2.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cr8f5Ek14Tv9sAzVD8zC5WP5260goNmb { display:block; }#Cr8f5Ek14Tv9sAzVD8zC5WP5260goNmb > .row .container { width:20rem;height:85.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VKzS5rUvXt75czTtVuapBOgXJrG2kATT { width:20rem;height:4.0625rem;top:9.65478515625rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h8s3byfvRLciHBu9nDxT5VSGoE5ONCQf { width:20rem;height:5.8496125rem;top:2.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tbngfc7z3xZMrwOEwJOCNXJ7zCz8VnOJ { width:7.8125rem;height:7.8125rem;top:16.9375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMsvxSfMIBTPWIuMzkM6std6EfzZDl92 { width:4.75rem;height:4.75rem;top:15.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfGSHVTI9hOmEcubc1aaT7DOGDFTed39 { width:3.5rem;height:3.4375rem;top:19.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKd1qhdcFvNlCnyBAWxpOyIsTH3StwOe { width:1.375rem;height:2.5996125rem;top:16.25rem;left:6.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBJB53pLhqkEKcJ2Pfd1p847Ol4GhSfU { width:19.875rem;height:0;top:31.275rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #P2KB3LVS89wpXaQNQbNnv7TbGMfFsvKO { width:0;height:3.75rem;top:25.96249961853rem;left:10.687500357628rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtzTXAN3ePTgKLNIaP4IsLc7zqdLf9GC { width:7.8125rem;height:7.8125rem;top:36.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TATM7k92BSwACWTKRJChprg7fgAbNRGO { width:4.75rem;height:4.75rem;top:34.75rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCrxbxTfJokdTXoykCBAGKpIgkx9trhc { width:1.375rem;height:2.5996125rem;top:35.75rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7qLHKFf65D9N54CTcvpxJsThsxRNigZ { width:3.9375rem;height:3.875rem;top:38.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC5fOtuITCdtUrPG9qUvXp0i0sMXNnzc { width:20rem;height:1.625rem;top:26rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eKQ4EfutLhOWAyaCLbEUL4NxsmQPTx5T { width:18.6875rem;height:5.19921875rem;top:28.1875rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNsZXml7vfJH4B1F1oOPLcUtDSlzBSkT { width:20rem;height:1.625rem;top:45.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #viGtWdwsp6ab368w8sdb40oeTiq3twVH { width:18.6875rem;height:5.19921875rem;top:47.375rem;left:0.65625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LOTq7kqZQGwn3G0GbMedKAODr7fv4geN { width:0;height:3.75rem;top:61.45rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLEyvEUaXlKqPqFehfr1TToJAtMOScrS { width:19.875rem;height:0;top:66.575rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #c97ttpo3o5KFB93cIvTzVdKUi4AxK63i { width:7.8125rem;height:7.8125rem;top:56.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiZRth9RTH3mpDqmNM4matNsuehTZhvk { width:4.75rem;height:4.75rem;top:54.875rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z14iBOFiKJoCXM0ICxRQX6BNBgZ9IRzW { width:1.375rem;height:2.5996125rem;top:55.6875rem;left:6.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsHMfniyrofux4TOxOrdLJz0FpgUBEss { width:3.4375rem;height:3.4375rem;top:58.875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFezw4vH3fhebMVfvgoFhTd3awUOZbNe { width:20rem;height:3.25rem;top:65rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OmaaZFoHuKyZWsw8svq3RBIUcuQz3Npd { width:18.6875rem;height:7.7988125rem;top:69.0625rem;left:0.6875rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #anVTuwEyZqmytJ7mntAT8iLRG9qLw6m5 { width:5.5rem;height:5.5rem;top:78.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55156478-1e35-41a1-8c3f-607767c3e35f/KathyPereiraCollection13.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf.adaptive-delivery-prevent-bg, #wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf.lazyload, #wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf.lazyloading { background-image: none; }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .row .container { background-color: transparent; background-image: none; }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.78); }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .row .container > .video-iframe-container { display: none; }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-1),0.78); }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .row > .video-iframe-container { display: none; }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .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); }#wekgfDkvSGR7q7fRPzyLBgFPdC4byWNf > .row .container { width:20rem;height:57.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvbTPikTD9xrXvMnOfI65wwSRJIZxuk8 { width:20rem;height:7.5625rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVETD9N34hbsDeQ9BG50mRCprF5kb6sL { width:20rem;height:40rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui3dxLPUBzrawku1usV0QuQ2D2MQoR4y { width:20rem;height:3.75rem;top:5.53125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw3fn1DPOblq6OTPFvb3T6ZAlP0JMVeb { width:16.5625rem;height:4.19970625rem;top:12.4375rem;left:1.71875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-text {padding-top: 0; padding-bottom: 0;}#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-select {padding-top: 0; padding-bottom: 0;}#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ  { width:17.5rem;height:auto;top:16.63671875rem;left:0rem; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ {display:block;}#uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ { width:17.5rem;height:auto;top:16.63671875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #WsKXB9tDR6ZW89LBH4i7G6EaxGXOz1ri {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #OwnQ3SMuP2asxUdCAdGTo8ufRBKKPvbh { display:none; }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #ev1W9lFpUFASiwcZchNQzheHU8fowRMU {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #HIuIGNwnIhXACDs1wqx2LOA9IISoFrVd {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #xoToPHy2KIWFNCHxiB1JZH23143NgRc0 {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #zSxv2gdJhuwTD5glsXA9MMmknzLcTqFm {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #TuUJpm1RRG6yQgbKfhCzSuTpnoa1KVDi {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #nRPiBcnAtgvpW58LFB3CFoFk1BmCaqLS { display:none; }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #Rz6ntUnNTaZMs7K5OaQ783w0iTJbotP4 {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #PGcLSZWxhrW424OXbTloXmFuQp6T6CZt {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #eWzEHP6xZTGToINeMZ4BagFfTwtF6xc1 { display:none; }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #TT5ws3DFVPJS54t3o0KomofU46HTbMPQ {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #paLfawNq2zv6pUiHV8EAlRnJBp2KCOnw {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #h0XWUTavT2ihZSHdOtWDyp06N6kFOhB7 {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #K66NEaQzyxJkXFQOPEm8gEx0FMuomxFN {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #VXHtDrmP24OSTViuOGPCGwOHLfIsZtXs {  }
 }@media only screen and (max-width: 763px) { #uxfmutPQ0c9bJRyCPScxoUwTaqO5R3DZ #GvSRdwl21IsOiAE9SQCOig4dvSq9Beyi {  }
 }@media only screen and (max-width: 763px) { #ksAk7Otpgq3CBf9yZo0z7WcTK6RuH2HJ { width:13.5625rem;height:13.5625rem;top:44.25rem;left:3.21875rem;display:block; }
 }