.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:247,251,253;--color-primary-1:229,241,247;--color-primary-2:203,227,239;--color-primary-3:102,114,120;--color-primary-4:30,34,36;--color-secondary-0:226,248,229;--color-secondary-1:159,230,170;--color-secondary-2:63,205,84;--color-secondary-3:32,103,42;--color-secondary-4:9,31,13;--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:Montserrat;--paragraphs-font-family:Montserrat; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:cover !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU { 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; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container { background-color: transparent; background-image: none; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container > .video-iframe-container { display: none; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row > .video-iframe-container { display: none; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .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); }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container { border-width: 0; border-radius: 0; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#HhH40zlU52wqSMx6faRVeSuBnQh0Fn9G { position:absolute;display:block;z-index:15022;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:13.5625rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#bloK8l0G7CCUdZ1TcmHsKFFoXZT7GGr3 { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.749825rem;width:19.6244375rem;top:1.5625rem;left:52.687322616577rem;overflow:hidden;display:block; }
#VryKsUErdgdPmHPo9frMRkVIWdknam2F { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42rem;width:31.0625rem;top:5.3125002384186rem;left:40.12428855896rem;overflow:hidden;display:block; }
#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm { background-color:transparent;background-image: -webkit-linear-gradient(178deg, #f3f3ff, #664bcc);background-image: -moz-linear-gradient(178deg, #f3f3ff, #664bcc);background-image: -ms-linear-gradient(178deg, #f3f3ff, #664bcc);background-image: -o-linear-gradient(178deg, #f3f3ff, #664bcc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#664bcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3ff', endColorstr='#664bcc' );";background-image: linear-gradient(178deg, #f3f3ff, #664bcc);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { background-color: transparent; background-image: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container > .video-iframe-container { display: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container { display: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .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); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { border-width: 0; border-radius: 0; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { width:75rem;height:53.375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#hSe2mlpfrU9HrRCiHVTQMfgFO0T9onQZ { color:#107ff6;display:block;width:26.4375rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:1.125rem;left:9.8125rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UnLHkbEEvqyrcoWpbqOO7ixTxiA7MAC2 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #9e9e9e;border-left:0.125rem solid #9e9e9e;border-right:0.125rem solid #9e9e9e;border-bottom:0.125rem solid #9e9e9e;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:3rem;width:6.9375rem;top:44.60000038147rem;left:29.125rem;display:none; }
#fA2A10Efga9SNA0TniM3BirvpA4lB6Fu { color:#664bcc;display:block;width:43.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.0555748939514rem;left:5.0559291839599rem;height:6.937125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y5f9l7C0MM5KgiiuiS5wz8Ma732wwD0v { color:#252424;display:block;width:38.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:13.623047351837rem;left:5.0532665252686rem;height:4.39985625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KCJTzePrszUCP5ynxov8CEi4mZwyKEaU { color:#252424;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:20.624289035797rem;left:8.3744659423825rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V8qLZDAUk7gyE0UAaVkfFLKrPOGBvKEv { background-color:#14cf30;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:22.936611652374rem;left:7.2798290252688rem;display:block; }
#a4Jg23fpgzENPEpJuJaKLenSLEUGXL8M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ILg3if8CpgsUBNax5IBJTAi9VmAxPT4E { box-sizing:content-box;height:8.125rem;width:22rem;position:absolute;display:block;z-index:14999;background-color:rgba(248,245,245,0.39);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.374289035797rem;left:5.0621452331543rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Ma4EQkA1qiHzTPJW1QcxBcTyzh0euIp5 { color:#0f0f10;display:block;width:35.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:44.311077594757rem;left:20.061254501342rem;height:2.1937125rem;text-align:center;text-align-last:center;display:block; }
#pXQJQDdEEcaWzdZ63MXZdPV6yf9rW2Kr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.43696875rem;width:6.6868125rem;top:48rem;left:5.75rem;overflow:hidden;display:block; }
#lE75J2hm2fr6q1GBqP7IZa7UwAW43u6f { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.43696875rem;width:8.4375rem;top:48rem;left:14.5rem;overflow:hidden;display:block; }
#gdR09fz4CE3mgT6VeULhi77rRONnK6yn { 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:2.999825rem;width:4.249825rem;top:47.75rem;left:25.25rem;overflow:hidden;display:block; }
#f72LACc1yIIcadb0GygVThnwqKR2x0WW { 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:1.81196875rem;width:7.1244375rem;top:48.3125rem;left:31.875rem;overflow:hidden;display:block; }
#Ek26bxg0kxTC0ufyDAwIg3ZTuGxGWshV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:4.93696875rem;top:48.3125rem;left:41.0625rem;overflow:hidden;display:block; }
#D0UgkNfifeoMSnzd2tsa3Im5tJ9PCTOL { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:4.31196875rem;top:48.125rem;left:47.875rem;overflow:hidden;display:block; }
#n45RF3tro5adri8w6hRisrv2psh9Kbk6 { 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:1.875rem;width:7.3748125rem;top:48.3125rem;left:53.75rem;overflow:hidden;display:block; }
#Md015A3JSeI1E9CcTRvZbPimoXL508c9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062325rem;width:6.4373125rem;top:48.125rem;left:62.3125rem;overflow:hidden;display:block; }
#ofK1wSTdF87cF0tXJI01VrkMfcD6n5ow { box-sizing:content-box;height:10.6875rem;width:75rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.5rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#lNm1yWeLhx08VgrHntes5pWzLIQds4du { color:#664bcc;display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:11rem;left:5.75rem;height:2.8125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#IQMPC25KwSBVfpmQWgut3UkTF3SoR6Dy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62464375rem;width:1.62464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:32.375rem;left:5.1875rem; }
#l0TRquxBzZ6LBKE7TADU4BoXQluNuMoq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.749825rem;width:1.749825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:34.3125rem;left:5.0625rem; }
#iaEWNenWhnZQK1FtzrxibGf5yvaCiH8B { color:#ffffff;display:block;width:28.6248125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:30.1875rem;left:7.25rem;height:1.78178125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#whLnc2BBcs7CJinrQ7SFTAt7kBkrMufZ { color:#ffffff;display:block;width:28.6239375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:32.3125rem;left:7.125rem;height:1.78178125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sUnplQdWQmIxATH0TxFTvTXT6PBswT8X { color:#ffffff;display:block;width:28.6239375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:34.25rem;left:7.125rem;height:1.78178125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yvJB8vEfo5wwv2XSboV3Irh122EJRXxx { position:absolute;display:block;z-index:15086;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42rem;width:31.0625rem;top:5.3125002384186rem;left:40.12428855896rem;overflow:hidden;display:none; }
#GkgMqzQzVQKA9skWsIsbZJ0Mlb98yqXI { color:#252424;display:block;width:38.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:13.623047351837rem;left:5.0532665252686rem;height:2.19993125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RJNiWJb7ChThWUrFr3FHvig5ibmuG370 { color:#252424;display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:19.8125rem;left:8.375rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#A2aJ6OZFpt9IRWDSPwldgCT4VRG3hxxI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:30.3125rem;left:5.1875rem;display:none; }
#QGkvmOmtQtX95GVTdK9rFv6IAgB3xUvR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62375625rem;width:1.62375625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:30.264559268951rem;left:5.3657665252686rem; }
#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #664bcc, #f6f6f6);background-image: -moz-linear-gradient(180deg, #664bcc, #f6f6f6);background-image: -ms-linear-gradient(180deg, #664bcc, #f6f6f6);background-image: -o-linear-gradient(180deg, #664bcc, #f6f6f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#664bcc', endColorstr='#f6f6f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#664bcc', endColorstr='#f6f6f6' );";background-image: linear-gradient(180deg, #664bcc, #f6f6f6);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container { background-color: transparent; background-image: none; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container > .video-iframe-container { display: none; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row > .video-iframe-container { display: none; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .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); }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container { border-width: 0; border-radius: 0; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container { font-size:0.875rem;font-family:arial;height:21.6875rem;width:75rem;position:relative;display:block; }#a61GTHWVKGkWuKmbb840e3UJZnAxbBks { box-sizing:content-box;height:12.25rem;width:15.875rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.2498168945312rem;left:9.18678855896rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;display:block; }
#yeehp1CLquwyU9Q6L3q3Hz9bPdzgDc0z { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15055;line-height:1.4;letter-spacing:0;top:12.448684692382rem;left:11.281070709229rem;height:5.24946875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z6QJUI3c3enDPQrdbZsJmLC5HUsVph4m { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15056;line-height:1.4;letter-spacing:0;top:10.698860168457rem;left:30.249464035034rem;height:8.74911875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KE2IEW6QOGyK2QDxOOGw4S1kcLlv924W { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15057;line-height:1.4;letter-spacing:0;top:12.437141418457rem;left:51.37428855896rem;height:5.24946875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pDKJaSetipi96vAOI3hFI4T5hevkELCe { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15056;line-height:1.4;letter-spacing:0;top:8.2494659423825rem;left:15.874467849731rem;height:3.23775rem;text-align:center;text-align-last:center;display:block; }
#sMdgd7es51XRf2MlJsFfGRI7DVPSHxBI { box-sizing:content-box;height:12.25rem;width:15.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.2498168945312rem;left:29.562322616577rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;display:block; }
#QBaU8EHTfI8yFT8OFDgJ2J4pdIhVO5Cn { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15058;line-height:1.4;letter-spacing:0;top:8.2494659423825rem;left:36.249998092651rem;height:3.23775rem;text-align:center;text-align-last:center;display:block; }
#fRmEQiA0EFgFQsQBNdMDhVXN4lhwD1VS { box-sizing:content-box;height:12.25rem;width:15.875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:7.2498168945312rem;left:49.999998092651rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;display:block; }
#dP6pJ5IGFhSqzEvHSvElLqxzgAQU6hKx { color:rgba(var(--color-tertiary-4),1);display:block;width:2.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15060;line-height:1.4;letter-spacing:0;top:8.2494659423825rem;left:56.68678855896rem;height:3.23775rem;text-align:center;text-align-last:center;display:block; }
#KuESbhZq3BboKDDXEPlN4R4XcVm2ANiv { color:#ffffff;display:block;width:69.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.3645229339599rem;left:2.6242885589599rem;height:;display:block; }
#qAF4NXGCBaZeIb9KM65ZT2PexBChipV7 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eb764f, #ff9b00);background-image: -moz-linear-gradient(180deg, #eb764f, #ff9b00);background-image: -ms-linear-gradient(180deg, #eb764f, #ff9b00);background-image: -o-linear-gradient(180deg, #eb764f, #ff9b00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb764f', endColorstr='#ff9b00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb764f', endColorstr='#ff9b00' );";background-image: linear-gradient(180deg, #eb764f, #ff9b00);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:13.43572473526rem;left:48.217329025269rem;display:none; }
#neufhGipqCsAbXkqNKyDR4Ut3M00NdUZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aZIlxTW67lq8OdCKol8vrPrBq8JT8ATo { color:rgba(var(--color-tertiary-4),1);display:block;width:69.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:1.3645229339599rem;left:2.6242885589599rem;height:;display:none; }
#HdKm2POZADslOxJlLW9meKGuXGIg9PlT { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15085;line-height:1.3;letter-spacing:0;top:4.4012794494629rem;left:26.030717849731rem;height:1.298825rem;display:block; }
#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { position:relative;display:block; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { background-color: transparent; background-image: none; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container > .video-iframe-container { display: none; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row > .video-iframe-container { display: none; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .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); }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { border-width: 0; border-radius: 0; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .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; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(var(--color-primary-2),1));background-size:auto !important;font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hDdi6UV1LKwIoJ6XkHf1InAFDDUGiWx9 { position:absolute;display:block;z-index:15046;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:12rem;width:24.0625rem;top:5.65625rem;left:50.807960893855rem;overflow:hidden;display:block; }
#uD2V6VndImJGE5vpxp7VZqqolORwFxgc { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:23.25rem;top:5.4669742584229rem;left:26.499467849731rem;overflow:hidden;display:block; }
#nNrNtzpPAnTySQh8xokga0WudZDMtHdK { color:rgba(var(--color-tertiary-4),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15073;line-height:1.3;letter-spacing:0;top:1.375rem;left:12.1875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#wvToyKUBhRBe0NQuoGRAxVh7hbpu1r0v { position:absolute;display:block;z-index:15047;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:11.75rem;width:25.375rem;top:5.46875rem;left:0rem;overflow:hidden;display:block; }
#rHHEZ05mJ1MkL6QMmNlLSrPHRTVTLJW6 { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:3.75rem;top:61.0625rem;left:65rem;overflow:hidden;display:none; }
#wlKPnT5qTnpowTkquLLURdTVxgTTstIh { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:3.5rem;top:61.0625rem;left:65rem;overflow:hidden;display:none; }
#TzKzhC3qgA048h3IotW1kS92erw1nxZs { position:absolute;display:block;z-index:15070;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.5rem;top:61.0625rem;left:65rem;overflow:hidden;display:none; }
#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO { background-color:#4d4d4d;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { background-color: transparent; background-image: none; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container > .video-iframe-container { display: none; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row > .video-iframe-container { display: none; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .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); }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { border-width: 0; border-radius: 0; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#r9VvFWRDFmFyVLnodfPdMaxAwGTv5UvO { color:rgba(var(--color-tertiary-0),1);display:block;width:56.75rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5rem;left:9.125rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#OSeXofTvng32nyAFzaHl4qsb1AeIkZ3x { color:rgba(var(--color-tertiary-4),1);display:block;width:4.75rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4234390258789rem;left:21.0625rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#Q4gJmNFFqEIQxlVKHSP9pgfeFqSaR12e { color:rgba(var(--color-tertiary-4),1);display:block;width:15.875rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4638671875rem;left:29.5625rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
#hPnOLkGQHuBMwVssWb1PBUDEGlXs3fPa { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.4234390258789rem;left:45.9375rem;height:0.9747875rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU { display:block; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhH40zlU52wqSMx6faRVeSuBnQh0Fn9G { top:0.625rem;left:0rem;width:13.5625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bloK8l0G7CCUdZ1TcmHsKFFoXZT7GGr3 { top:1.5625rem;left:28.125rem;width:19.5625rem;height:1.7443023048431rem;display:block; }
 }@media only screen and (max-width: 763px) { #VryKsUErdgdPmHPo9frMRkVIWdknam2F { top:5.3125rem;left:16.3125rem;width:31.0625rem;height:42rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm { display:block; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSe2mlpfrU9HrRCiHVTQMfgFO0T9onQZ { top:1.125rem;left:0rem;width:26.4375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnLHkbEEvqyrcoWpbqOO7ixTxiA7MAC2 { top:44.5625rem;left:15.5rem;width:6.9375rem;height:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #fA2A10Efga9SNA0TniM3BirvpA4lB6Fu { width:43.5625rem;height:6.875rem;top:6rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5f9l7C0MM5KgiiuiS5wz8Ma732wwD0v { width:38.3125rem;height:4.375rem;top:13.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCJTzePrszUCP5ynxov8CEi4mZwyKEaU { width:15.3125rem;height:1.875rem;top:20.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8qLZDAUk7gyE0UAaVkfFLKrPOGBvKEv { width:17.5rem;height:3.4375rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4Jg23fpgzENPEpJuJaKLenSLEUGXL8M { display:block; }
 }@media only screen and (max-width: 763px) { #ILg3if8CpgsUBNax5IBJTAi9VmAxPT4E { top:19.3125rem;left:0rem;width:21.9375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ma4EQkA1qiHzTPJW1QcxBcTyzh0euIp5 { top:44.25rem;left:6.4362545013425rem;width:35.9375rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXQJQDdEEcaWzdZ63MXZdPV6yf9rW2Kr { top:48rem;left:0rem;width:6.625rem;height:2.4144415547393rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE75J2hm2fr6q1GBqP7IZa7UwAW43u6f { top:48rem;left:0.875rem;width:8.4375rem;height:2.43696875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdR09fz4CE3mgT6VeULhi77rRONnK6yn { top:47.75rem;left:11.625rem;width:4.1875rem;height:2.9558316371851rem;display:block; }
 }@media only screen and (max-width: 763px) { #f72LACc1yIIcadb0GygVThnwqKR2x0WW { top:48.3125rem;left:18.25rem;width:7.0625rem;height:1.7964367262693rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek26bxg0kxTC0ufyDAwIg3ZTuGxGWshV { top:48.3125rem;left:27.4375rem;width:4.875rem;height:1.8514650310476rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0UgkNfifeoMSnzd2tsa3Im5tJ9PCTOL { top:48.125rem;left:34.25rem;width:4.25rem;height:2.1560627033765rem;display:block; }
 }@media only screen and (max-width: 763px) { #n45RF3tro5adri8w6hRisrv2psh9Kbk6 { top:48.3125rem;left:40.125rem;width:7.3125rem;height:1.8593780459897rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md015A3JSeI1E9CcTRvZbPimoXL508c9 { top:48.125rem;left:41.375rem;width:6.375rem;height:2.0426395618694rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofK1wSTdF87cF0tXJI01VrkMfcD6n5ow { top:42.5rem;left:0rem;width:47.75rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNm1yWeLhx08VgrHntes5pWzLIQds4du { width:18.5rem;height:3.25rem;top:1.6875rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQMPC25KwSBVfpmQWgut3UkTF3SoR6Dy { top:32.375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0TRquxBzZ6LBKE7TADU4BoXQluNuMoq { top:34.3125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaEWNenWhnZQK1FtzrxibGf5yvaCiH8B { width:28.5625rem;height:1.75rem;top:30.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whLnc2BBcs7CJinrQ7SFTAt7kBkrMufZ { width:28.5625rem;height:1.75rem;top:32.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUnplQdWQmIxATH0TxFTvTXT6PBswT8X { width:28.5625rem;height:1.75rem;top:34.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvJB8vEfo5wwv2XSboV3Irh122EJRXxx { top:5.3125rem;left:16.3125rem;width:31.0625rem;height:42rem;display:none; }
 }@media only screen and (max-width: 763px) { #GkgMqzQzVQKA9skWsIsbZJ0Mlb98yqXI { width:38.3125rem;height:2.1875rem;top:13.5625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJNiWJb7ChThWUrFr3FHvig5ibmuG370 { width:15.3125rem;height:1.875rem;top:19.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A2aJ6OZFpt9IRWDSPwldgCT4VRG3hxxI { top:30.3125rem;left:0rem;width:1.6875rem;height:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGkvmOmtQtX95GVTdK9rFv6IAgB3xUvR { top:30.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU { display:block; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a61GTHWVKGkWuKmbb840e3UJZnAxbBks { top:7.1875rem;left:0rem;width:15.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yeehp1CLquwyU9Q6L3q3Hz9bPdzgDc0z { top:12.4375rem;left:4.1875rem;width:11.6875rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6QJUI3c3enDPQrdbZsJmLC5HUsVph4m { top:10.6875rem;left:16.561964035034rem;width:14.5rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE2IEW6QOGyK2QDxOOGw4S1kcLlv924W { top:12.375rem;left:31.75rem;width:13.125rem;height:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDKJaSetipi96vAOI3hFI4T5hevkELCe { top:8.1875rem;left:11.311967849731rem;width:2.5625rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMdgd7es51XRf2MlJsFfGRI7DVPSHxBI { top:7.1875rem;left:15.75rem;width:15.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBaU8EHTfI8yFT8OFDgJ2J4pdIhVO5Cn { top:8.1875rem;left:22.562498092651rem;width:2.5625rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRmEQiA0EFgFQsQBNdMDhVXN4lhwD1VS { top:7.1875rem;left:15.75rem;width:15.875rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP6pJ5IGFhSqzEvHSvElLqxzgAQU6hKx { top:8.1875rem;left:33.87428855896rem;width:2.5625rem;height:3.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuESbhZq3BboKDDXEPlN4R4XcVm2ANiv { top:1.3125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAF4NXGCBaZeIb9KM65ZT2PexBChipV7 { width:17.5rem;height:3.4375rem;top:13.375rem;left:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #neufhGipqCsAbXkqNKyDR4Ut3M00NdUZ { display:block; }
 }@media only screen and (max-width: 763px) { #aZIlxTW67lq8OdCKol8vrPrBq8JT8ATo { top:0.9375rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdKm2POZADslOxJlLW9meKGuXGIg9PlT { top:4.375rem;left:8.875rem;width:22.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { display:block; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDdi6UV1LKwIoJ6XkHf1InAFDDUGiWx9 { top:5.625rem;left:23.6875rem;width:24.0625rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uD2V6VndImJGE5vpxp7VZqqolORwFxgc { top:5.4375rem;left:12.874467849731rem;width:23.25rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNrNtzpPAnTySQh8xokga0WudZDMtHdK { top:1.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvToyKUBhRBe0NQuoGRAxVh7hbpu1r0v { top:5.4375rem;left:0rem;width:25.375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHHEZ05mJ1MkL6QMmNlLSrPHRTVTLJW6 { top:61.0625rem;left:42.5rem;width:3.75rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wlKPnT5qTnpowTkquLLURdTVxgTTstIh { top:61.0625rem;left:42.5rem;width:3.5rem;height:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzKzhC3qgA048h3IotW1kS92erw1nxZs { top:61.0625rem;left:42.5rem;width:3.5rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO { display:block; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9VvFWRDFmFyVLnodfPdMaxAwGTv5UvO { top:1.5rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSeXofTvng32nyAFzaHl4qsb1AeIkZ3x { top:3.375rem;left:7.4375rem;width:4.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4gJmNFFqEIQxlVKHSP9pgfeFqSaR12e { top:3.4375rem;left:15.9375rem;width:15.875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPnOLkGQHuBMwVssWb1PBUDEGlXs3fPa { top:3.375rem;left:32.3125rem;width:6.9375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU { display:block; }#Fo2PE4NRFkdpzcU937D4WN67D2EwyoXU > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HhH40zlU52wqSMx6faRVeSuBnQh0Fn9G { width:12.1226875rem;height:2.74946875rem;top:1.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bloK8l0G7CCUdZ1TcmHsKFFoXZT7GGr3 { width:20rem;height:0.374645rem;top:3.1241137447357rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VryKsUErdgdPmHPo9frMRkVIWdknam2F { width:20rem;height:26.9993125rem;top:5.24946875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #664bcc, #f3f3ff);background-image: -moz-linear-gradient(180deg, #664bcc, #f3f3ff);background-image: -ms-linear-gradient(180deg, #664bcc, #f3f3ff);background-image: -o-linear-gradient(180deg, #664bcc, #f3f3ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#664bcc', endColorstr='#f3f3ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#664bcc', endColorstr='#f3f3ff' );";background-image: linear-gradient(180deg, #664bcc, #f3f3ff);background-size:cover !important;display:block; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { background-color: transparent; background-image: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container > .video-iframe-container { display: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row > .video-iframe-container { display: none; }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .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); }#AJLmI5UsqKv8cZmyShCvpcH5zTqikFAm > .row .container { width:20rem;height:64.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hSe2mlpfrU9HrRCiHVTQMfgFO0T9onQZ { width:18.0601875rem;height:0;top:1.25rem;left:0.9375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UnLHkbEEvqyrcoWpbqOO7ixTxiA7MAC2 { width:6.9375rem;height:3rem;top:48.880008538819rem;left:13.0625rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #fA2A10Efga9SNA0TniM3BirvpA4lB6Fu { width:20rem;height:auto;top:6rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15082;color:#ff6f39;display:none; }
 }@media only screen and (max-width: 763px) { #y5f9l7C0MM5KgiiuiS5wz8Ma732wwD0v { width:19.1868125rem;height:0;top:6.7116479873656rem;left:0.40482950210571rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15082;color:#252424;display:none; }
 }@media only screen and (max-width: 763px) { #KCJTzePrszUCP5ynxov8CEi4mZwyKEaU { width:11.875rem;height:0;top:16.6875rem;left:5.375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15082;color:#252424;display:none; }
 }@media only screen and (max-width: 763px) { #V8qLZDAUk7gyE0UAaVkfFLKrPOGBvKEv { width:17.5rem;height:3.4375rem;top:11.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4Jg23fpgzENPEpJuJaKLenSLEUGXL8M { display:block; }
 }@media only screen and (max-width: 763px) { #ILg3if8CpgsUBNax5IBJTAi9VmAxPT4E { width:20rem;height:11.5625rem;top:11rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ma4EQkA1qiHzTPJW1QcxBcTyzh0euIp5 { width:20rem;height:3.2492875rem;top:47.374820709229rem;left:0rem;font-size:1.25rem;color:#f78d2e;display:block; }
 }@media only screen and (max-width: 763px) { #pXQJQDdEEcaWzdZ63MXZdPV6yf9rW2Kr { width:6.622875rem;height:2.4138875rem;top:51.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE75J2hm2fr6q1GBqP7IZa7UwAW43u6f { width:8.4375rem;height:2.43696875rem;top:51.25rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdR09fz4CE3mgT6VeULhi77rRONnK6yn { width:4.184125rem;height:2.95276875rem;top:66.966440200806rem;left:2.2496448755264rem;display:none; }
 }@media only screen and (max-width: 763px) { #f72LACc1yIIcadb0GygVThnwqKR2x0WW { width:7.0614375rem;height:1.7959875rem;top:67.544387817381rem;left:11.991299033165rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ek26bxg0kxTC0ufyDAwIg3ZTuGxGWshV { width:6.4968125rem;height:2.374825rem;top:60.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0UgkNfifeoMSnzd2tsa3Im5tJ9PCTOL { width:6.4364375rem;height:3.125rem;top:55.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n45RF3tro5adri8w6hRisrv2psh9Kbk6 { width:7.3118125rem;height:1.85635625rem;top:60.8125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md015A3JSeI1E9CcTRvZbPimoXL508c9 { width:6.3743125rem;height:2.04190625rem;top:56.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofK1wSTdF87cF0tXJI01VrkMfcD6n5ow { width:20rem;height:22.75rem;top:48.467506408691rem;left:0rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #lNm1yWeLhx08VgrHntes5pWzLIQds4du { width:18.0593125rem;height:4.19921875rem;top:1.9371446371079rem;left:0.96857237815856rem;font-size:1.75rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15083;color:#ff6f39;display:block; }
 }@media only screen and (max-width: 763px) { #IQMPC25KwSBVfpmQWgut3UkTF3SoR6Dy { display:flex;width:1.5625rem;height:1.5625rem;top:32.35795625rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l0TRquxBzZ6LBKE7TADU4BoXQluNuMoq { display:flex;width:1.6867875rem;height:1.6867875rem;top:39.50728125rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iaEWNenWhnZQK1FtzrxibGf5yvaCiH8B { width:12.3748125rem;height:0;top:17.6875rem;left:5.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15082;color:#252424;display:none; }
 }@media only screen and (max-width: 763px) { #whLnc2BBcs7CJinrQ7SFTAt7kBkrMufZ { width:20rem;height:0;top:35.17045625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15082;color:#252424;display:none; }
 }@media only screen and (max-width: 763px) { #sUnplQdWQmIxATH0TxFTvTXT6PBswT8X { width:20rem;height:0;top:42.44318125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15082;color:#252424;display:none; }
 }@media only screen and (max-width: 763px) { #yvJB8vEfo5wwv2XSboV3Irh122EJRXxx { width:20rem;height:27.1875rem;top:19.578300952911rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #GkgMqzQzVQKA9skWsIsbZJ0Mlb98yqXI { width:19.1868125rem;height:3.37358125rem;top:7.4991121292112rem;left:0.40482950210571rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.5;z-index:15083;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RJNiWJb7ChThWUrFr3FHvig5ibmuG370 { width:12.625rem;height:1.46218125rem;top:16.6875rem;left:4.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.3;z-index:15083;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #A2aJ6OZFpt9IRWDSPwldgCT4VRG3hxxI { display:flex;width:1.5625rem;height:1.5625rem;top:16.6875rem;left:2.6875rem;z-index:15088; }
 }@media only screen and (max-width: 763px) { #QGkvmOmtQtX95GVTdK9rFv6IAgB3xUvR { display:flex;width:1.5625rem;height:1.5625rem;top:30.25rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU { display:block; }#N6QxuOQQVw7ec5yxZky2QTodiVH9fEoU > .row .container { width:20rem;height:30.298288452148rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a61GTHWVKGkWuKmbb840e3UJZnAxbBks { width:19.8739375rem;height:4.874825rem;top:5.7484rem;left:0.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;display:block; }
 }@media only screen and (max-width: 763px) { #yeehp1CLquwyU9Q6L3q3Hz9bPdzgDc0z { width:12.8125rem;height:2.974075rem;top:6.7542600631712rem;left:4.7150210142136rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z6QJUI3c3enDPQrdbZsJmLC5HUsVph4m { width:14.4993125rem;height:5.94815rem;top:10.75rem;left:4.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KE2IEW6QOGyK2QDxOOGw4S1kcLlv924W { width:14.8739375rem;height:2.974075rem;top:17.693535804749rem;left:4.5001772642136rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pDKJaSetipi96vAOI3hFI4T5hevkELCe { width:2.55859375rem;height:2.2745rem;top:7.1040515899656rem;left:2.1564275026321rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMdgd7es51XRf2MlJsFfGRI7DVPSHxBI { width:19.8739375rem;height:4.874825rem;top:11.1875rem;left:0rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBaU8EHTfI8yFT8OFDgJ2J4pdIhVO5Cn { width:2.55859375rem;height:2.2745rem;top:12.4375rem;left:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRmEQiA0EFgFQsQBNdMDhVXN4lhwD1VS { width:19.8739375rem;height:4.874825rem;top:16.6875rem;left:0rem;border-top:0.0625rem solid #664bcc;border-left:0.0625rem solid #664bcc;border-right:0.0625rem solid #664bcc;border-bottom:0.0625rem solid #664bcc;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dP6pJ5IGFhSqzEvHSvElLqxzgAQU6hKx { width:2.55859375rem;height:2.2745rem;top:18.0625rem;left:2.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuESbhZq3BboKDDXEPlN4R4XcVm2ANiv { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qAF4NXGCBaZeIb9KM65ZT2PexBChipV7 { width:17.5rem;height:3.4375rem;top:23.063739061356rem;left:1.2491122484207rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #neufhGipqCsAbXkqNKyDR4Ut3M00NdUZ { display:block; }
 }@media only screen and (max-width: 763px) { #aZIlxTW67lq8OdCKol8vrPrBq8JT8ATo { width:18.3744375rem;height:3.41086875rem;top:1.4470882415771rem;left:0.81232237815856rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #HdKm2POZADslOxJlLW9meKGuXGIg9PlT { width:20rem;height:0;top:27.750350952149rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU { display:block; }#r9ymZ9CdtomPHaR0Fwzk8DvsOk4BsnZU > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDdi6UV1LKwIoJ6XkHf1InAFDDUGiWx9 { width:15.125rem;height:7.5625rem;top:119.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uD2V6VndImJGE5vpxp7VZqqolORwFxgc { width:19.75rem;height:10.5rem;top:16.097325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNrNtzpPAnTySQh8xokga0WudZDMtHdK { width:20rem;height:3.0877125rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wvToyKUBhRBe0NQuoGRAxVh7hbpu1r0v { width:20rem;height:9.2605rem;top:5.586825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHHEZ05mJ1MkL6QMmNlLSrPHRTVTLJW6 { width:20rem;height:9.122875rem;top:27.9066375rem;left:0rem;z-index:15071;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wlKPnT5qTnpowTkquLLURdTVxgTTstIh { width:20rem;height:10.4989375rem;top:27.9066375rem;left:0rem;z-index:15072;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TzKzhC3qgA048h3IotW1kS92erw1nxZs { width:20rem;height:10rem;top:27.9066375rem;left:0rem;z-index:15073;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO { display:block; }#aOS5QtfDDGEma4hTNTNc93VV3ZUUhDLO > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r9VvFWRDFmFyVLnodfPdMaxAwGTv5UvO { width:20rem;height:2.43696875rem;top:1.25rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSeXofTvng32nyAFzaHl4qsb1AeIkZ3x { width:4.74786875rem;height:0.9747875rem;top:4.93696875rem;left:7.625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4gJmNFFqEIQxlVKHSP9pgfeFqSaR12e { width:8.8743125rem;height:1.78621875rem;top:7.16175625rem;left:5.5625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hPnOLkGQHuBMwVssWb1PBUDEGlXs3fPa { width:6.935375rem;height:0.9747875rem;top:10.1970875rem;left:6.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }