.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;
}
body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}:root { --color-primary-0:188,169,211;--color-primary-1:160,148,178;--color-primary-2:195,23,232;--color-primary-3:90,69,121;--color-primary-4:49,23,87;--color-secondary-0:219,217,223;--color-secondary-1:134,130,150;--color-secondary-2:12,4,44;--color-secondary-3:6,2,22;--color-secondary-4:2,1,7;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:183,178,189;--color-tertiary-3:110,107,113;--color-tertiary-4:0,0,0;--headlines-font-family:"nunito";--paragraphs-font-family:"nunito"; }body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { position:relative;display:block; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { background-color: transparent; background-image: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container > .video-iframe-container { display: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row > .video-iframe-container { display: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .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); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { border-width: 0; border-radius: 0; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .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; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:59.3125rem;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; }#ecpX9xp7i6XghLrTkRs6LXL3a0URB5Ec { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:18.75rem;top:3.6625001430511rem;left:28.125000953674rem;overflow:hidden;display:block; }
#WkttM3dKvkPJpUKsWTB2wcbwGtApqyc2 { color:#160038;display:block;width:30.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.4;letter-spacing:0;top:9.5625rem;left:0rem;height:12.599125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s9ETM8V44gBzyIsUNOoRTsT9SwLXIwKZ { color:#000000;display:block;width:36.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:23.41250038147rem;left:0rem;height:;text-align:left;text-align-last:left;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;overflow:hidden;display:block; }
#ksBUbrayrcdnktxls7lyWBGXlbVzGr2C { 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:2rem;width:2rem;top:29.654689788818rem;left:0rem;overflow:hidden;display:block; }
#tbVfT6nzq2EzzIH13QWTAzzqBK5XmMh7 { color:#000000;display:block;width:34.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:29.06093788147rem;left:2.8125rem;height:3.375rem;text-align:left;text-align-last:left;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;overflow:hidden;display:block; }
#iNRO45ZkTB7ElyIe38tswSpziO1znF1i { position:absolute;display:block;z-index:15012;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:2rem;width:2rem;top:33.810939788818rem;left:0rem;overflow:hidden;display:block; }
#aKVpqEBXwrk48CLiAxsW7sXlJnTPStkl { color:#000000;display:block;width:32.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:34.060939788818rem;left:2.8125rem;height:1.6875rem;text-align:left;text-align-last:left;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;overflow:hidden;display:block; }
#JUaDJSccNZBQHWzIeDBqIwVt5JOR9SkU { position:absolute;display:block;z-index:15013;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:2rem;width:2rem;top:37.998439788818rem;left:0rem;overflow:hidden;display:block; }
#kqJQTL0wq8g95LHJV91zOBv5J56QwMb4 { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:37.310939788818rem;left:2.8125rem;height:3.375rem;text-align:left;text-align-last:left;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;overflow:hidden;display:block; }
#S9awiTMdaVRJdBGvOxbw27TExdFpAcQT { position:absolute;display:block;z-index:15014;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:2rem;width:2rem;top:42.123439788818rem;left:0rem;overflow:hidden;display:block; }
#UloPhFM9lTvo6TIDXB0MVZJaf6uAfSO6 { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:42.248439788818rem;left:2.8125rem;height:1.6875rem;text-align:left;text-align-last:left;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;overflow:hidden;display:block; }
#kOe6h8kc07SJdermaTcRQvN0NR6bfIMk { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:46.154689788818rem;left:0rem;overflow:hidden;display:block; }
#fOdVhDnsrFBfxWTtW4B05pu3ZJFbWTnc { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:45.810939788818rem;left:2.8125rem;height:3.375rem;text-align:left;text-align-last:left;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;overflow:hidden;display:block; }
#FMzHNnrzfVTllZSsTFJxCxlmhedttOC7 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:50.443752288818rem;left:0rem;overflow:hidden;display:block; }
#gxLqo2Px6e27D77kW54uOCeNlIlxXoOD { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:50.162502288818rem;left:2.8125rem;height:3.375rem;text-align:left;text-align-last:left;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;overflow:hidden;display:block; }
#vdJIeyWihJKLu4x1iRZBS6Xh5EGdy2V1 { 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:46.8125rem;width:75rem;display:none; }
#MBbLRBULmD6JR8BocKlsixHEFzxmrqwS { position:absolute;display:block;z-index:15007;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:47.625rem;width:37.6875rem;top:9.5625rem;left:36.687500953674rem;overflow:hidden;display:block; }
#rPHIxwIhN6VHCrzXbsC3B8qwC8msU1Ib { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:55.225002288818rem;left:2.625rem;height:1.6875rem;text-align:left;text-align-last:left;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;overflow:hidden;display:block; }
#C1vD2hswu7er81r4LIh6ClbT4Tyka9wT { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:55.006252288818rem;left:0rem;overflow:hidden;display:block; }
#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s { position:relative;display:block; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s { background-color: transparent; background-image: none; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row .container > .video-iframe-container { display: none; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row > .video-iframe-container { display: none; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .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); }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s { border-width: 0; border-radius: 0; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .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; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.0625rem;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; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { position:relative;display:block; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { background-color: transparent; background-image: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container > .video-iframe-container { display: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row > .video-iframe-container { display: none; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .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); }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { border-width: 0; border-radius: 0; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .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; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:30.5625rem;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; }#EZVLP2uLgIAvCmuRINZRlqbGPBNTbQNR { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:4.25rem;left:-0.00078105926513675rem;height:3.15rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dL9AFE9wNh4teIngUDCd28MBM6Gt81TX { box-sizing:content-box;height:9.5rem;width:24rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.1875rem 1.5625rem rgba(0,0,0,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#l2OdOtwMWT4BfXa82lelZZSs6ahgWT6x { box-sizing:content-box;height:6.375rem;width:6.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.25rem solid #d018fa;border-left:0.25rem solid #d018fa;border-right:0.25rem solid #d018fa;border-bottom:0.25rem solid #d018fa;top:8.4375rem;left:8.561718940735rem;display:block; }
#TL3dBczkLsOLMZyyxl7BNH6Pib8kgcL0 { color:#39008a;display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:9.86171913147rem;left:9.936718940735rem;height:4.025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HbT0DlLA7KcCUXfw9MDwWuIPBQggSdom { color:#21163b;display:block;width:23.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.875rem;left:0.40625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rZGqSLxftKc5TDoahBn348aCl5RSF3rF { box-sizing:content-box;height:9.5rem;width:24rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.1875rem 1.5625rem rgba(0,0,0,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:25.500000953674rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#kMaSALFGmpzuvPwRcTTyi5b4XPiekzbe { box-sizing:content-box;height:6.375rem;width:6.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.25rem solid #d018fa;border-left:0.25rem solid #d018fa;border-right:0.25rem solid #d018fa;border-bottom:0.25rem solid #d018fa;top:8.4367198944094rem;left:34.062500953674rem;display:block; }
#RHHDnr2pcSBG7HKDRsGtNRKU7ftGuqv2 { color:#39008a;display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:9.86171913147rem;left:35.437500953674rem;height:4.025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#azATdICAiUtIPa9F3z8kDzlAyOrdlCs0 { color:#21163b;display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.875rem;left:26.968750953674rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rTOfoJ0g7V52ScNno0uHBRGkO71eMzsT { box-sizing:content-box;height:9.5rem;width:24rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.1875rem 1.5625rem rgba(0,0,0,0.1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.124998092651rem;left:51.000000953674rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#O0Ta4vaZQWhOADgF2H6MNuZ7hlRZLtXX { box-sizing:content-box;height:6.375rem;width:6.375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.25rem solid #d018fa;border-left:0.25rem solid #d018fa;border-right:0.25rem solid #d018fa;border-bottom:0.25rem solid #d018fa;top:8.4367198944094rem;left:59.562500953674rem;display:block; }
#MVRkbBJGhv61zk0EvxOcDfMdHmkUhLcH { color:#39008a;display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:9.86171913147rem;left:60.937500953674rem;height:4.025rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I74FuwUQbFrreWTNUzCB0fUzkIPmdv9B { color:#21163b;display:block;width:21.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.0625rem;left:52.468750953674rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RAylKRJizJAc7G7wqq4vCFDb67zLBDQU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#RAylKRJizJAc7G7wqq4vCFDb67zLBDQU > .row .container { background-color: transparent; background-image: none; }#RAylKRJizJAc7G7wqq4vCFDb67zLBDQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAylKRJizJAc7G7wqq4vCFDb67zLBDQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAylKRJizJAc7G7wqq4vCFDb67zLBDQU > .row .container > .video-iframe-container { display: none; }#RAylKRJizJAc7G7wqq4vCFDb67zLBDQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RAylKRJizJAc7G7wqq4vCFDb67zLBDQU > .row > .video-iframe-container { display: none; }#RAylKRJizJAc7G7wqq4vCFDb67zLBDQU > .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); }#RAylKRJizJAc7G7wqq4vCFDb67zLBDQU > .row .container { border-width: 0; border-radius: 0; }#RAylKRJizJAc7G7wqq4vCFDb67zLBDQU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RAylKRJizJAc7G7wqq4vCFDb67zLBDQU > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#uJLdWZxNDf4WbBv7I80KiUfJXFTp5uZR { color:#9b9b9b;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:2.625rem;left:31.375rem;height:1.5996125rem;text-align:center;text-align-last:center;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;overflow:hidden;display:block; }
#Pt7tSyz4sfowd66qyWhiOqTCMDywpws9 { color:#9b9b9b;display:block;width:64.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:5.0625rem;left:6.25rem;height:4.2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JBGONxyhCfDW65Jh4AtJTqgQWBH6Dh4T { position:absolute;display:block;z-index:15021;height:1.25rem;width:6.25rem;top:2.375rem;left:0rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { display:block; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container { width:47.75rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ecpX9xp7i6XghLrTkRs6LXL3a0URB5Ec { width:15.5rem;height:3.1875rem;top:2.75rem;left:16.124999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WkttM3dKvkPJpUKsWTB2wcbwGtApqyc2 { width:21.9375rem;height:12.6rem;top:8.5rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s9ETM8V44gBzyIsUNOoRTsT9SwLXIwKZ { width:25rem;height:4.21875rem;top:21.180469512939rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ksBUbrayrcdnktxls7lyWBGXlbVzGr2C { width:1.5rem;height:1.5rem;top:27.906251907349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tbVfT6nzq2EzzIH13QWTAzzqBK5XmMh7 { width:22.5625rem;height:3.9375rem;top:26.687501907349rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iNRO45ZkTB7ElyIe38tswSpziO1znF1i { width:1.5rem;height:1.5rem;top:32.062500953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aKVpqEBXwrk48CLiAxsW7sXlJnTPStkl { width:18.5rem;height:2.625rem;top:31.500000953674rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JUaDJSccNZBQHWzIeDBqIwVt5JOR9SkU { width:1.5rem;height:1.5rem;top:35.625000953674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kqJQTL0wq8g95LHJV91zOBv5J56QwMb4 { width:22.3125rem;height:2.625rem;top:35.062500953674rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S9awiTMdaVRJdBGvOxbw27TExdFpAcQT { width:1.5rem;height:1.5rem;top:38.812501430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UloPhFM9lTvo6TIDXB0MVZJaf6uAfSO6 { width:23.3125rem;height:1.3125rem;top:38.875001430511rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kOe6h8kc07SJdermaTcRQvN0NR6bfIMk { width:1.5rem;height:1.5rem;top:41.812501430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fOdVhDnsrFBfxWTtW4B05pu3ZJFbWTnc { width:22.5625rem;height:2.625rem;top:41.312501430511rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FMzHNnrzfVTllZSsTFJxCxlmhedttOC7 { width:1.5rem;height:1.5rem;top:45.375001430511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gxLqo2Px6e27D77kW54uOCeNlIlxXoOD { width:20.875rem;height:2.625rem;top:44.875001549721rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vdJIeyWihJKLu4x1iRZBS6Xh5EGdy2V1 { width:47.75rem;height:29.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #MBbLRBULmD6JR8BocKlsixHEFzxmrqwS { width:23.125rem;height:29.25rem;top:9.987500190735rem;left:24.624999582768rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rPHIxwIhN6VHCrzXbsC3B8qwC8msU1Ib { width:22.5625rem;height:1.3125rem;top:48.562501549721rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C1vD2hswu7er81r4LIh6ClbT4Tyka9wT { width:1.5rem;height:1.5rem;top:48.406251549721rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s { display:block; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { display:block; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { width:47.75rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EZVLP2uLgIAvCmuRINZRlqbGPBNTbQNR { width:21.9375rem;height:2.5375rem;top:1.2484383583069rem;left:12.405468523503rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dL9AFE9wNh4teIngUDCd28MBM6Gt81TX { width:15rem;height:9.5rem;top:8.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l2OdOtwMWT4BfXa82lelZZSs6ahgWT6x { width:4.375rem;height:4.375rem;top:6.0625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TL3dBczkLsOLMZyyxl7BNH6Pib8kgcL0 { width:3.3125rem;height:3.15rem;top:6.9375rem;left:5.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HbT0DlLA7KcCUXfw9MDwWuIPBQggSdom { width:13.75rem;height:4.55rem;top:12.062500238419rem;left:0.68749994039537rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rZGqSLxftKc5TDoahBn348aCl5RSF3rF { width:15rem;height:9.5rem;top:8.5rem;left:32.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kMaSALFGmpzuvPwRcTTyi5b4XPiekzbe { width:4.375rem;height:4.375rem;top:6.0625rem;left:20.9375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 1199px) { #RHHDnr2pcSBG7HKDRsGtNRKU7ftGuqv2 { width:4.875rem;height:3.15rem;top:6.9375rem;left:20.9375rem;font-size:2.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 1199px) { #azATdICAiUtIPa9F3z8kDzlAyOrdlCs0 { width:13.25rem;height:3.4125rem;top:12.250000238419rem;left:16.749999582768rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTOfoJ0g7V52ScNno0uHBRGkO71eMzsT { width:15rem;height:9.5rem;top:8.5625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O0Ta4vaZQWhOADgF2H6MNuZ7hlRZLtXX { width:4.375rem;height:4.375rem;top:6.0625rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MVRkbBJGhv61zk0EvxOcDfMdHmkUhLcH { width:5.875rem;height:3.15rem;top:6.9375rem;left:37.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I74FuwUQbFrreWTNUzCB0fUzkIPmdv9B { width:9.8125rem;height:2.275rem;top:12.375000238419rem;left:35.437501490116rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RAylKRJizJAc7G7wqq4vCFDb67zLBDQU { display:block; }#RAylKRJizJAc7G7wqq4vCFDb67zLBDQU > .row .container { width:47.75rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uJLdWZxNDf4WbBv7I80KiUfJXFTp5uZR { width:47.75rem;height:1.5rem;top:2.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Pt7tSyz4sfowd66qyWhiOqTCMDywpws9 { width:41.625rem;height:4.9rem;top:4.875rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JBGONxyhCfDW65Jh4AtJTqgQWBH6Dh4T { width:3rem;height:1.25rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { display:block; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container { width:20rem;height:74.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ecpX9xp7i6XghLrTkRs6LXL3a0URB5Ec { width:9rem;height:1.75rem;top:1.1117187738419rem;left:5.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkttM3dKvkPJpUKsWTB2wcbwGtApqyc2 { width:16.5rem;height:8.4rem;top:4.3117189407349rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9ETM8V44gBzyIsUNOoRTsT9SwLXIwKZ { width:20rem;height:4.5rem;top:13.404687404633rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksBUbrayrcdnktxls7lyWBGXlbVzGr2C { width:1.625rem;height:1.625rem;top:21.15468788147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbVfT6nzq2EzzIH13QWTAzzqBK5XmMh7 { width:17.5rem;height:5.25rem;top:19.34218788147rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNRO45ZkTB7ElyIe38tswSpziO1znF1i { width:1.625rem;height:1.625rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKVpqEBXwrk48CLiAxsW7sXlJnTPStkl { width:17.4375rem;height:2.625rem;top:25.6875rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUaDJSccNZBQHWzIeDBqIwVt5JOR9SkU { width:1.625rem;height:1.625rem;top:29.90468788147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqJQTL0wq8g95LHJV91zOBv5J56QwMb4 { width:16.625rem;height:2.625rem;top:29.40468788147rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9awiTMdaVRJdBGvOxbw27TExdFpAcQT { width:1.625rem;height:1.625rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UloPhFM9lTvo6TIDXB0MVZJaf6uAfSO6 { width:16.125rem;height:2.625rem;top:33.125rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOe6h8kc07SJdermaTcRQvN0NR6bfIMk { width:1.625rem;height:1.625rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOdVhDnsrFBfxWTtW4B05pu3ZJFbWTnc { width:17.125rem;height:2.625rem;top:36.875rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMzHNnrzfVTllZSsTFJxCxlmhedttOC7 { width:1.625rem;height:1.625rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxLqo2Px6e27D77kW54uOCeNlIlxXoOD { width:16.875rem;height:2.625rem;top:40.625rem;left:2.5000000596046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdJIeyWihJKLu4x1iRZBS6Xh5EGdy2V1 { top:31.362499237061rem;left:0rem;width:20rem;height:12.4375rem;z-index:15022;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MBbLRBULmD6JR8BocKlsixHEFzxmrqwS { width:20rem;height:25.296875rem;top:48.467189788818rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPHIxwIhN6VHCrzXbsC3B8qwC8msU1Ib { width:12.125rem;height:2.625rem;top:44.125rem;left:2.5500000119209rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1vD2hswu7er81r4LIh6ClbT4Tyka9wT { width:1.625rem;height:1.625rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s { display:block; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP { display:block; }#E5ozUz7WZkEnM3HCfIqZgWt4e7DHCARP > .row .container { width:20rem;height:48.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EZVLP2uLgIAvCmuRINZRlqbGPBNTbQNR { width:20rem;height:2.1rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dL9AFE9wNh4teIngUDCd28MBM6Gt81TX { width:20rem;height:9.5rem;top:6.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2OdOtwMWT4BfXa82lelZZSs6ahgWT6x { width:5rem;height:5rem;top:4.5250005722046rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL3dBczkLsOLMZyyxl7BNH6Pib8kgcL0 { width:4.125rem;height:3.15rem;top:5.69921875rem;left:7.9375005364419rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbT0DlLA7KcCUXfw9MDwWuIPBQggSdom { width:16.625rem;height:5.2rem;top:10.4375rem;left:1.6875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZGqSLxftKc5TDoahBn348aCl5RSF3rF { width:20rem;height:9.5rem;top:36.16250038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMaSALFGmpzuvPwRcTTyi5b4XPiekzbe { width:5rem;height:5rem;top:18.91250038147rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHHDnr2pcSBG7HKDRsGtNRKU7ftGuqv2 { width:4.125rem;height:3.15rem;top:20.08749961853rem;left:7.9375005364419rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #azATdICAiUtIPa9F3z8kDzlAyOrdlCs0 { width:13.625rem;height:3.9rem;top:25.750000953674rem;left:3.1875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTOfoJ0g7V52ScNno0uHBRGkO71eMzsT { width:20rem;height:9.5rem;top:21.700000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0Ta4vaZQWhOADgF2H6MNuZ7hlRZLtXX { width:5rem;height:5rem;top:33.52499961853rem;left:7.2500005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVRkbBJGhv61zk0EvxOcDfMdHmkUhLcH { width:4.125rem;height:3.15rem;top:34.700000762939rem;left:7.9375005364419rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I74FuwUQbFrreWTNUzCB0fUzkIPmdv9B { width:12.625rem;height:2.6rem;top:40.75rem;left:3.6875000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAylKRJizJAc7G7wqq4vCFDb67zLBDQU { display:block; }#RAylKRJizJAc7G7wqq4vCFDb67zLBDQU > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uJLdWZxNDf4WbBv7I80KiUfJXFTp5uZR { width:14rem;height:1.21875rem;top:2.0625rem;left:3.0000000596046rem;font-size:0.8125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pt7tSyz4sfowd66qyWhiOqTCMDywpws9 { width:20rem;height:8.53125rem;top:4.109375rem;left:0rem;font-size:0.8125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JBGONxyhCfDW65Jh4AtJTqgQWBH6Dh4T { width:6.25rem;height:1.25rem;top:12.640625rem;left:6.8750000596044rem;display:block; }
 }