.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,217,242;--color-primary-1:255,128,213;--color-primary-2:255,0,170;--color-primary-3:128,0,85;--color-primary-4:38,0,26;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:187,187,187;--color-tertiary-2:141,141,141;--color-tertiary-3:85,85,85;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#RTfbeW232qnhzV6L96vHGq0RkHUOq8nm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.08);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; }#RTfbeW232qnhzV6L96vHGq0RkHUOq8nm > .row .container { background-color: transparent; background-image: none; }#RTfbeW232qnhzV6L96vHGq0RkHUOq8nm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTfbeW232qnhzV6L96vHGq0RkHUOq8nm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTfbeW232qnhzV6L96vHGq0RkHUOq8nm > .row .container > .video-iframe-container { display: none; }#RTfbeW232qnhzV6L96vHGq0RkHUOq8nm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTfbeW232qnhzV6L96vHGq0RkHUOq8nm > .row > .video-iframe-container { display: none; }#RTfbeW232qnhzV6L96vHGq0RkHUOq8nm > .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); }#RTfbeW232qnhzV6L96vHGq0RkHUOq8nm > .row .container { border-width: 0; border-radius: 0; }#RTfbeW232qnhzV6L96vHGq0RkHUOq8nm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTfbeW232qnhzV6L96vHGq0RkHUOq8nm > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:75rem;position:relative;display:block; }#wuU8NgCpz3XZlDXwFH4Z7Q2Nafqm86M0 { z-index:15004;top:26.56005859375rem;left:16.248779296875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-secondary-3),0.61) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.624875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kss1HvNogo2rWIPfBpxZG7BkM8CbHyfx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ByTqlQUIMmiwuJD4AcG5xud8S8OBcbdv { 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:30.06225rem;width:27.937rem;top:3.311767578125rem;left:47.06298828125rem;overflow:hidden;display:block; }
#KEOO8okTQ0npTHPpiquu8BiX3SP8PraD { color:rgba(var(--color-tertiary-4),1);display:block;width:45.1245rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:10.499267578125rem;left:2.1246337890625rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MzCT44TleBlNWXbuGsq2DMUAxfTTX97B { color:rgba(var(--color-tertiary-4),1);display:block;width:39.874875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:7.686767578125rem;left:4.5611572265625rem;height:2.19986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ea3ewM1iHRhJTNEBT82R8oAeMGEQqWil { color:rgba(var(--color-tertiary-4),1);display:block;width:46.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:15.4375rem;left:1.25rem;height:2.19986875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PpT195upmokySh1VvuKTQ8MSPdvRykx1 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.87475rem;top:2.7642822265625rem;left:20.560302734375rem;overflow:hidden;display:block; }
#HloXglhmB8XpET7tTuIMJyfTI5BDtvTT { 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:4.8120125rem;width:40.1245rem;top:19.974365234375rem;left:4.62158203125rem;overflow:hidden;display:block; }
#Q9UqEMNJBybE8hS82QM4L4VskTJgcMm1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.07);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; }#Q9UqEMNJBybE8hS82QM4L4VskTJgcMm1 > .row .container { background-color: transparent; background-image: none; }#Q9UqEMNJBybE8hS82QM4L4VskTJgcMm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9UqEMNJBybE8hS82QM4L4VskTJgcMm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9UqEMNJBybE8hS82QM4L4VskTJgcMm1 > .row .container > .video-iframe-container { display: none; }#Q9UqEMNJBybE8hS82QM4L4VskTJgcMm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q9UqEMNJBybE8hS82QM4L4VskTJgcMm1 > .row > .video-iframe-container { display: none; }#Q9UqEMNJBybE8hS82QM4L4VskTJgcMm1 > .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); }#Q9UqEMNJBybE8hS82QM4L4VskTJgcMm1 > .row .container { border-width: 0; border-radius: 0; }#Q9UqEMNJBybE8hS82QM4L4VskTJgcMm1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q9UqEMNJBybE8hS82QM4L4VskTJgcMm1 > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:block; }#VtBgHF0Ce4ePozriRDtArOeMsUg8HCC1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11.1875rem;left:35.125rem; }
#BgTP0Jo6CVszWTBitmV84SRB5g7XTgwQ { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:11.3125rem;left:38.875rem;height:2.33764375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RMXzuOfU8Hk8UqJLXdupzBbTbbAKpZrp { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:15.375rem;left:38.875rem;height:2.33764375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E0nazGqbTtxF9naSWxcC5BK0CwHSkvE5 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:19.4375rem;left:38.875rem;height:2.3374rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FZClkFM118U3ktWWFfkG8Jlbp3ZxyEU7 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:23.375rem;left:38.875rem;height:2.3374rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gnpGiMBkpuws2k9wtwXyT2R0oO2gZvyd { color:rgba(var(--color-tertiary-4),1);display:block;width:45.99975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.1875rem;left:25.0625rem;height:6.44925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C4aNk3cKMz4lfgeuT1VFowpv4mPtOyxo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:15.25rem;left:35.125rem; }
#A5k889F6mmu9msKbKDwBzSNsP0GbIIHD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:19.3125rem;left:35.125rem; }
#VkR6K29GMS6pCaTcGznIJsNpApE10Xk2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:23.25rem;left:35.125rem; }
#QKT38M3obTvenaPkxXlpILw7Pk4TNqmm { 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:30.7495rem;width:18.687125rem;top:3.125rem;left:7.5625rem;overflow:hidden;display:block; }
#EnMfgbJ9qnrgGr7F0T5UycZ8SsnbVCLz { z-index:15005;top:28.375rem;left:39.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-secondary-3),0.61) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.62426875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Pv6IVuPVIGZv8nIhqTf26OmCXgmhQmA1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q8nNlXztsFgXx4Vh2Nxx1QOpII2cHctf { 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:14.75rem;width:26.875rem;top:3.311767578125rem;left:47.06298828125rem;overflow:hidden;display:none; }
#hkzR16T4fZ5gDiFQnZfoR59TTAK0TFTR { 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:15rem;width:26.875rem;top:3.311767578125rem;left:47.06298828125rem;overflow:hidden;display:none; }
#IcG5WHquLmvKbn5HkBsQNcNNiRelwiB7 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#Jho9XGpOpR90eTucDqiUCgpSI1f5VV9M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.07);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:none; }#Jho9XGpOpR90eTucDqiUCgpSI1f5VV9M > .row .container { border-width: 0; border-radius: 0; }#Jho9XGpOpR90eTucDqiUCgpSI1f5VV9M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jho9XGpOpR90eTucDqiUCgpSI1f5VV9M > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;position:relative;display:none; }#RHeJhZK7Pi3pumEKFoZJb77hXMi7NRyT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11.1875rem;left:35.125rem; }
#MFRPwwIm7UTouXXe0XhEXBDf5PfbukQ1 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:11.3125rem;left:38.875rem;height:2.33764375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fkC6GZVPyRiI4IRbkAyPMntD771gzhOd { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:15.375rem;left:38.875rem;height:2.33764375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cIq8rG0xktZTgZUTTpcW6be1OXVACsei { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:19.4375rem;left:38.875rem;height:4.67480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MM5bMkUINtCMNQOHXKWw6TgD4BXqp4hx { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:23.375rem;left:38.875rem;height:2.3374rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eM38DL3FXy0s6lPyUrHSaTrrbWK7Qq9S { color:rgba(var(--color-tertiary-4),1);display:block;width:45.99975rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:3.1875rem;left:25.0625rem;height:6.449rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N28ZMJ2CnumD957XNlIigw8Bzm4iImV9 { 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:30.7495rem;width:18.687125rem;top:3.125rem;left:7.5625rem;overflow:hidden;display:block; }
#QBpeFeb8eZt9PGbMEfCwacysfF6zBu6o { z-index:15005;top:28.375rem;left:39.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(var(--color-secondary-3),0.61) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.875rem;height:3.62426875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#EiUz54X1JyFisxuQhQd00TnnOu41EBUE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mGyFsaUVPuPtmwpV3TVWNdJWKaDRgJvs { 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:14.75rem;width:26.875rem;top:3.311767578125rem;left:47.06298828125rem;overflow:hidden;display:none; }
#nesOfbHN6DJgNSESzkJoProsDfB8Febc { 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:15rem;width:26.875rem;top:3.311767578125rem;left:47.06298828125rem;overflow:hidden;display:none; }
#ayvg3wODsdxwHQTvfUA5vOI7rntvS6fO { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#BzPMJRSr8EfndDaGGXTxzF6whqgLRA3n { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#GRLeOTZJztNtNGJHVNVaBt1MGkyqkNQ3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11.1875rem;left:35.125rem;display:none; }
#pZypTG1l1b4QOI26D34w23Eh6BTmr3Kt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11.1875rem;left:35.125rem;display:none; }
#Nd2B3ndNu4PTNGCue9buvhukaR5ycmrt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56225625rem;width:2.56225625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:11.1875rem;left:35.125rem;display:none; }
#OFkxKTpZGzyhN84kzC9TEy7r1eeGS3xb { position:relative;display:block; }#OFkxKTpZGzyhN84kzC9TEy7r1eeGS3xb { background-color: transparent; background-image: none; }#OFkxKTpZGzyhN84kzC9TEy7r1eeGS3xb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFkxKTpZGzyhN84kzC9TEy7r1eeGS3xb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFkxKTpZGzyhN84kzC9TEy7r1eeGS3xb > .row .container > .video-iframe-container { display: none; }#OFkxKTpZGzyhN84kzC9TEy7r1eeGS3xb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OFkxKTpZGzyhN84kzC9TEy7r1eeGS3xb > .row > .video-iframe-container { display: none; }#OFkxKTpZGzyhN84kzC9TEy7r1eeGS3xb > .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); }#OFkxKTpZGzyhN84kzC9TEy7r1eeGS3xb { border-width: 0; border-radius: 0; }#OFkxKTpZGzyhN84kzC9TEy7r1eeGS3xb > .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; }#OFkxKTpZGzyhN84kzC9TEy7r1eeGS3xb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.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; }#nwB5rz6kUUCUNmh0t2JoB4EhdTp4NnZs { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:1.4813232421875rem;left:28.311767578125rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTG7LQs9xhwDGP8EfJNV7PUlAiNVXoUM { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:1.5rem;left:17.9375rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VfU1I8VSzl539EGkgFK1Dzm8LvqWxZ1A { color:rgba(var(--color-tertiary-2),1);display:block;width:15.06225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:1.4813232421875rem;left:48.749389648438rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uhktRoNEv8sQZhTAVhJZ5er9R216JvuG { color:rgba(var(--color-tertiary-2),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:1.4813232421875rem;left:38.24951171875rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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) { #RTfbeW232qnhzV6L96vHGq0RkHUOq8nm { display:block; }#RTfbeW232qnhzV6L96vHGq0RkHUOq8nm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuU8NgCpz3XZlDXwFH4Z7Q2Nafqm86M0 { top:26.5rem;left:2.623779296875rem;width:16.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kss1HvNogo2rWIPfBpxZG7BkM8CbHyfx { display:block; }
 }@media only screen and (max-width: 763px) { #ByTqlQUIMmiwuJD4AcG5xud8S8OBcbdv { top:3.25rem;left:19.8125rem;width:27.875rem;height:29.995533477109rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEOO8okTQ0npTHPpiquu8BiX3SP8PraD { top:10.4375rem;left:0rem;width:45.0625rem;height:4.0625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzCT44TleBlNWXbuGsq2DMUAxfTTX97B { top:7.625rem;left:0rem;width:39.8125rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea3ewM1iHRhJTNEBT82R8oAeMGEQqWil { top:15.4375rem;left:0rem;width:46.875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpT195upmokySh1VvuKTQ8MSPdvRykx1 { top:2.75rem;left:6.935302734375rem;width:7.8125rem;height:3.7203562017842rem;display:block; }
 }@media only screen and (max-width: 763px) { #HloXglhmB8XpET7tTuIMJyfTI5BDtvTT { top:19.9375rem;left:0rem;width:40.0625rem;height:4.8045770235455rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9UqEMNJBybE8hS82QM4L4VskTJgcMm1 { display:block; }#Q9UqEMNJBybE8hS82QM4L4VskTJgcMm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtBgHF0Ce4ePozriRDtArOeMsUg8HCC1 { top:11.1875rem;left:21.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgTP0Jo6CVszWTBitmV84SRB5g7XTgwQ { top:11.3125rem;left:25.25rem;width:22.0625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMXzuOfU8Hk8UqJLXdupzBbTbbAKpZrp { top:15.375rem;left:25.25rem;width:22.0625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0nazGqbTtxF9naSWxcC5BK0CwHSkvE5 { top:19.4375rem;left:21.25rem;width:26.5rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZClkFM118U3ktWWFfkG8Jlbp3ZxyEU7 { top:23.375rem;left:25.25rem;width:22.125rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnpGiMBkpuws2k9wtwXyT2R0oO2gZvyd { top:3.1875rem;left:1.8125rem;width:45.9375rem;height:6.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4aNk3cKMz4lfgeuT1VFowpv4mPtOyxo { top:15.25rem;left:21.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5k889F6mmu9msKbKDwBzSNsP0GbIIHD { top:19.3125rem;left:21.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkR6K29GMS6pCaTcGznIJsNpApE10Xk2 { top:23.25rem;left:21.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKT38M3obTvenaPkxXlpILw7Pk4TNqmm { top:3.125rem;left:0rem;width:18.625rem;height:30.647273858338rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnMfgbJ9qnrgGr7F0T5UycZ8SsnbVCLz { top:28.375rem;left:26rem;width:16.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv6IVuPVIGZv8nIhqTf26OmCXgmhQmA1 { display:block; }
 }@media only screen and (max-width: 763px) { #q8nNlXztsFgXx4Vh2Nxx1QOpII2cHctf { top:3.25rem;left:19.8125rem;width:26.875rem;height:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkzR16T4fZ5gDiFQnZfoR59TTAK0TFTR { top:3.25rem;left:19.8125rem;width:26.875rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #IcG5WHquLmvKbn5HkBsQNcNNiRelwiB7 { display:none; }
 }@media only screen and (max-width: 763px) { #Jho9XGpOpR90eTucDqiUCgpSI1f5VV9M { display:block; }#Jho9XGpOpR90eTucDqiUCgpSI1f5VV9M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHeJhZK7Pi3pumEKFoZJb77hXMi7NRyT { top:11.1875rem;left:21.5rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFRPwwIm7UTouXXe0XhEXBDf5PfbukQ1 { top:11.3125rem;left:25.25rem;width:22.0625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkC6GZVPyRiI4IRbkAyPMntD771gzhOd { top:15.375rem;left:25.25rem;width:22.0625rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIq8rG0xktZTgZUTTpcW6be1OXVACsei { top:44.375rem;left:0rem;width:13.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MM5bMkUINtCMNQOHXKWw6TgD4BXqp4hx { top:46.375rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM38DL3FXy0s6lPyUrHSaTrrbWK7Qq9S { top:3.1875rem;left:1.8125rem;width:45.9375rem;height:6.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N28ZMJ2CnumD957XNlIigw8Bzm4iImV9 { top:3.125rem;left:0rem;width:18.625rem;height:30.647273858338rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBpeFeb8eZt9PGbMEfCwacysfF6zBu6o { top:28.375rem;left:26rem;width:16.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiUz54X1JyFisxuQhQd00TnnOu41EBUE { display:block; }
 }@media only screen and (max-width: 763px) { #mGyFsaUVPuPtmwpV3TVWNdJWKaDRgJvs { top:3.25rem;left:19.8125rem;width:26.875rem;height:14.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nesOfbHN6DJgNSESzkJoProsDfB8Febc { top:3.25rem;left:19.8125rem;width:26.875rem;height:15rem;display:none; }
 }@media only screen and (max-width: 763px) { #ayvg3wODsdxwHQTvfUA5vOI7rntvS6fO { display:none; }
 }@media only screen and (max-width: 763px) { #BzPMJRSr8EfndDaGGXTxzF6whqgLRA3n { display:none; }
 }@media only screen and (max-width: 763px) { #GRLeOTZJztNtNGJHVNVaBt1MGkyqkNQ3 { top:11.1875rem;left:21.5rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZypTG1l1b4QOI26D34w23Eh6BTmr3Kt { top:11.1875rem;left:21.5rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nd2B3ndNu4PTNGCue9buvhukaR5ycmrt { top:11.1875rem;left:21.5rem;width:2.5rem;height:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OFkxKTpZGzyhN84kzC9TEy7r1eeGS3xb { display:block; }#OFkxKTpZGzyhN84kzC9TEy7r1eeGS3xb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwB5rz6kUUCUNmh0t2JoB4EhdTp4NnZs { top:1.4375rem;left:14.686767578125rem;width:9.375rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTG7LQs9xhwDGP8EfJNV7PUlAiNVXoUM { top:1.5rem;left:4.3125rem;width:9.375rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfU1I8VSzl539EGkgFK1Dzm8LvqWxZ1A { top:1.4375rem;left:32.75rem;width:15rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhktRoNEv8sQZhTAVhJZ5er9R216JvuG { top:1.4375rem;left:24.62451171875rem;width:9.375rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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) { #RTfbeW232qnhzV6L96vHGq0RkHUOq8nm { display:block; }#RTfbeW232qnhzV6L96vHGq0RkHUOq8nm > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuU8NgCpz3XZlDXwFH4Z7Q2Nafqm86M0 { top:37.855834960938rem;left:0.5926513671875rem;width:18.81225rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kss1HvNogo2rWIPfBpxZG7BkM8CbHyfx { display:block; }
 }@media only screen and (max-width: 763px) { #ByTqlQUIMmiwuJD4AcG5xud8S8OBcbdv { width:15.374125rem;height:16.499rem;top:22.044677734375rem;left:2.3126220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEOO8okTQ0npTHPpiquu8BiX3SP8PraD { width:20rem;height:6.3244375rem;top:10.186157226562rem;left:0rem;font-size:2.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MzCT44TleBlNWXbuGsq2DMUAxfTTX97B { width:18.18725rem;height:3.59985625rem;top:6.0223388671875rem;left:0.9051513671875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ea3ewM1iHRhJTNEBT82R8oAeMGEQqWil { width:19.0625rem;height:3.59985625rem;top:17.210083007812rem;left:0.46875rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PpT195upmokySh1VvuKTQ8MSPdvRykx1 { width:7.124625rem;height:3.37463125rem;top:1.2518310546875rem;left:6.4361572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HloXglhmB8XpET7tTuIMJyfTI5BDtvTT { width:15rem;height:1.749875rem;top:64.5166015625rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9UqEMNJBybE8hS82QM4L4VskTJgcMm1 { display:none; }#Q9UqEMNJBybE8hS82QM4L4VskTJgcMm1 > .row .container { width:20rem;height:130.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VtBgHF0Ce4ePozriRDtArOeMsUg8HCC1 { display:flex;width:1.5625rem;height:1.5625rem;top:41.875rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #BgTP0Jo6CVszWTBitmV84SRB5g7XTgwQ { width:15.874625rem;height:1.3745125rem;top:50.155639648438rem;left:3.726806640625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RMXzuOfU8Hk8UqJLXdupzBbTbbAKpZrp { width:14.625rem;height:1.3745125rem;top:42rem;left:3.8125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E0nazGqbTtxF9naSWxcC5BK0CwHSkvE5 { width:15.37475rem;height:1.375rem;top:44.03076171875rem;left:3.726806640625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FZClkFM118U3ktWWFfkG8Jlbp3ZxyEU7 { width:15.3125rem;height:1.3745125rem;top:47.092895507812rem;left:3.726806640625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gnpGiMBkpuws2k9wtwXyT2R0oO2gZvyd { width:20rem;height:5.625rem;top:34.266967773438rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4aNk3cKMz4lfgeuT1VFowpv4mPtOyxo { display:flex;width:1.5625rem;height:1.5625rem;top:43.936767578125rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #A5k889F6mmu9msKbKDwBzSNsP0GbIIHD { display:flex;width:1.5625rem;height:1.5625rem;top:46.998901367188rem;left:1.4764404296875rem; }
 }@media only screen and (max-width: 763px) { #VkR6K29GMS6pCaTcGznIJsNpApE10Xk2 { display:flex;width:1.5625rem;height:1.5625rem;top:50.061645507812rem;left:1.4764404296875rem; }
 }@media only screen and (max-width: 763px) { #QKT38M3obTvenaPkxXlpILw7Pk4TNqmm { width:14.12475rem;height:23.374625rem;top:2.2442626953125rem;left:2.93701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnMfgbJ9qnrgGr7F0T5UycZ8SsnbVCLz { top:123.875515625rem;left:1.5625rem;width:16.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv6IVuPVIGZv8nIhqTf26OmCXgmhQmA1 { display:block; }
 }@media only screen and (max-width: 763px) { #q8nNlXztsFgXx4Vh2Nxx1QOpII2cHctf { width:9.12475rem;height:4.93713125rem;top:27.875rem;left:0.375rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hkzR16T4fZ5gDiFQnZfoR59TTAK0TFTR { width:9.249875rem;height:5.06225625rem;top:27.8125rem;left:10.3125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IcG5WHquLmvKbn5HkBsQNcNNiRelwiB7 { top:26.53076171875rem;left:2.1875rem;width:15.625rem;height:0.0625rem;z-index:15010;background-color:#ff00aa;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Jho9XGpOpR90eTucDqiUCgpSI1f5VV9M { display:block; }#Jho9XGpOpR90eTucDqiUCgpSI1f5VV9M > .row .container { width:20rem;height:60.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RHeJhZK7Pi3pumEKFoZJb77hXMi7NRyT { display:flex;width:1.5625rem;height:1.5625rem;top:42.375rem;left:2rem; }
 }@media only screen and (max-width: 763px) { #MFRPwwIm7UTouXXe0XhEXBDf5PfbukQ1 { width:13.75rem;height:1.375rem;top:48.4375rem;left:4.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fkC6GZVPyRiI4IRbkAyPMntD771gzhOd { width:10.875rem;height:1.375rem;top:42.4375rem;left:4.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cIq8rG0xktZTgZUTTpcW6be1OXVACsei { width:14.75rem;height:1.375rem;top:44.375rem;left:4.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MM5bMkUINtCMNQOHXKWw6TgD4BXqp4hx { width:12.5rem;height:1.375rem;top:46.375rem;left:4.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eM38DL3FXy0s6lPyUrHSaTrrbWK7Qq9S { width:20rem;height:5.625rem;top:35.3916015625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N28ZMJ2CnumD957XNlIigw8Bzm4iImV9 { width:14.12475rem;height:23.374625rem;top:2.2442626953125rem;left:2.93701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBpeFeb8eZt9PGbMEfCwacysfF6zBu6o { top:52.06298828125rem;left:1.5625rem;width:16.875rem;height:3.5620125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EiUz54X1JyFisxuQhQd00TnnOu41EBUE { display:block; }
 }@media only screen and (max-width: 763px) { #mGyFsaUVPuPtmwpV3TVWNdJWKaDRgJvs { width:9.124125rem;height:4.936525rem;top:27.875rem;left:0.625rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nesOfbHN6DJgNSESzkJoProsDfB8Febc { width:9.249875rem;height:5.06225625rem;top:27.8125rem;left:10.3125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ayvg3wODsdxwHQTvfUA5vOI7rntvS6fO { top:26.78076171875rem;left:3.75rem;width:12.5rem;height:0.062255875rem;z-index:15010;background-color:#ff00aa;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BzPMJRSr8EfndDaGGXTxzF6whqgLRA3n { top:34.46826171875rem;left:3.75rem;width:12.5rem;height:0.06201175rem;z-index:15011;background-color:#ff00aa;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #GRLeOTZJztNtNGJHVNVaBt1MGkyqkNQ3 { display:flex;width:1.5625rem;height:1.5625rem;top:44.3125rem;left:2rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #pZypTG1l1b4QOI26D34w23Eh6BTmr3Kt { display:flex;width:1.5625rem;height:1.5625rem;top:46.3125rem;left:2rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #Nd2B3ndNu4PTNGCue9buvhukaR5ycmrt { display:flex;width:1.5625rem;height:1.5625rem;top:48.375rem;left:2rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #OFkxKTpZGzyhN84kzC9TEy7r1eeGS3xb { display:block; }#OFkxKTpZGzyhN84kzC9TEy7r1eeGS3xb > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwB5rz6kUUCUNmh0t2JoB4EhdTp4NnZs { width:9.375rem;height:0.82470625rem;top:15.3125rem;left:5.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTG7LQs9xhwDGP8EfJNV7PUlAiNVXoUM { width:9.375rem;height:0.82470625rem;top:13.75rem;left:5.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VfU1I8VSzl539EGkgFK1Dzm8LvqWxZ1A { width:15rem;height:0.82470625rem;top:18.1875rem;left:2.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhktRoNEv8sQZhTAVhJZ5er9R216JvuG { width:9.375rem;height:0.82470625rem;top:16.75rem;left:5.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }