.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:219,239,240;--color-primary-1:148,207,211;--color-primary-2:76,175,182;--color-primary-3:45,166,177;--color-primary-4:15,35,36;--color-secondary-0:255,255,255;--color-secondary-1:245,245,245;--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:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:12,12,12;--headlines-font-family:"Inter";--paragraphs-font-family:"Inter"; }@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-primary-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); }#UTDcA4wOv48N4CHsy2csdcrzUcJhMHka { position:relative;display:block; }#UTDcA4wOv48N4CHsy2csdcrzUcJhMHka { background-color: transparent; background-image: none; }#UTDcA4wOv48N4CHsy2csdcrzUcJhMHka::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTDcA4wOv48N4CHsy2csdcrzUcJhMHka > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTDcA4wOv48N4CHsy2csdcrzUcJhMHka > .row .container > .video-iframe-container { display: none; }#UTDcA4wOv48N4CHsy2csdcrzUcJhMHka > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTDcA4wOv48N4CHsy2csdcrzUcJhMHka > .row > .video-iframe-container { display: none; }#UTDcA4wOv48N4CHsy2csdcrzUcJhMHka > .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); }#UTDcA4wOv48N4CHsy2csdcrzUcJhMHka { border-width: 0; border-radius: 0; }#UTDcA4wOv48N4CHsy2csdcrzUcJhMHka > .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; }#UTDcA4wOv48N4CHsy2csdcrzUcJhMHka > .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:10.25rem;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; }#GtXzFms8X2p081ET5OP8AktOXxpqHMMd { z-index:15003;top:2.6875rem;left:50rem;background-color:rgba(var(--color-primary-3),1);background-image:none;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 #d9e2e4 ;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(--headlines-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:4.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fW1HUfsPXOdcz0IGAlvEckQf0RQ24EiH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEqPP69RL14Fl3NkZQO3TGb7T6ChqHzT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:27.25rem;top:2.25rem;left:4.5rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #4cafb6);background-image: -moz-linear-gradient(180deg, #ffffff, #4cafb6);background-image: -ms-linear-gradient(180deg, #ffffff, #4cafb6);background-image: -o-linear-gradient(180deg, #ffffff, #4cafb6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4cafb6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#4cafb6' );";background-image: linear-gradient(180deg, #ffffff, #4cafb6);background-size:auto !important;font-size:0.875rem;font-family:arial;height:74.833125rem;width:75rem;border-top:0.0625rem solid #d9e2e4;border-left:0.0625rem solid #d9e2e4;border-right:0.0625rem solid #d9e2e4;border-bottom:0.0625rem solid #d9e2e4;box-shadow: none;overflow:visible;position:relative;display:block; }#fATs1BAsrdPwCxedUzob2ipKywOnkX1l { color:#1e1e1e;display:block;width:61.1875rem;position:absolute;font-family:montserrat;font-size:4.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.9375rem;left:6.9466133117675rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JkqTEq8HbsbXIBVTTuneGlTo1fA32Oyb { color:#4a4a4a;display:block;width:42.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:41.1875rem;left:16.09375rem;height:10.15625rem;text-align:center;text-align-last:center;display:block; }
#ipqircfW1fuw5OpxbIDoFD5dv93cqlZV { position:absolute;display:block;z-index:15006;border-top:0.1875rem solid #708d81;border-left:0.1875rem solid #708d81;border-right:0.1875rem solid #708d81;border-bottom:0.1875rem solid #708d81;box-shadow: 0.0625rem 1rem 0.9375rem #708d81 ;height:23.0625rem;width:41.4375rem;top:14.75rem;left:16.59375rem;display:block; }
#czGwVZBvHoMofaBZT0wlmwU5SIHrgniW { z-index:15005;top:64.3125rem;left:21rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-0),1) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.125rem;height:6.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#kyA0fNvZHTJKDxZPRryDQLSU1dC12VK2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MWwiQGAE9X5yV1yqVeuqO3ix3Jwg3fTZ { color:#4a4a4a;display:block;width:50.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:54.6875rem;left:12.125rem;height:6.09375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#aKuZX5gboNaf0OIZQyfXavzi9XvLl89m { color:#1e1e1e;display:block;width:61.1875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:8.8125rem;left:6.90625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTmhB0rm9RBl8yGRAeZmm1A12SBztBDv { position:relative;display:block; }#TTmhB0rm9RBl8yGRAeZmm1A12SBztBDv { background-color: transparent; background-image: none; }#TTmhB0rm9RBl8yGRAeZmm1A12SBztBDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmhB0rm9RBl8yGRAeZmm1A12SBztBDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmhB0rm9RBl8yGRAeZmm1A12SBztBDv > .row .container > .video-iframe-container { display: none; }#TTmhB0rm9RBl8yGRAeZmm1A12SBztBDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmhB0rm9RBl8yGRAeZmm1A12SBztBDv > .row > .video-iframe-container { display: none; }#TTmhB0rm9RBl8yGRAeZmm1A12SBztBDv > .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); }#TTmhB0rm9RBl8yGRAeZmm1A12SBztBDv { border-width: 0; border-radius: 0; }#TTmhB0rm9RBl8yGRAeZmm1A12SBztBDv > .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; }#TTmhB0rm9RBl8yGRAeZmm1A12SBztBDv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.1875rem;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; }#TDoHSFofhPZ1oF6Lt6gufNCgaGPrRVOQ { color:#1e1e1e;display:block;width:39.1875rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.875rem;left:32rem;height:14.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kOBZBww69wFdZCAOFHq0vbK6N3pozXMw { color:#000000;display:block;width:38.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:23.5rem;left:32.375rem;height:16.25rem;text-align:center;text-align-last:center;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; }
#oFCWvTvdN20WfD2ois30i0v4Cgilp33u { 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:36.375rem;width:25.875rem;top:4.14453125rem;left:3.6875rem;overflow:hidden;display:block; }
#nfRTFLvZnaNr5Ox09yrWk1Z8nIWIMlFx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.0625rem;width:8.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:48.084638118744rem;left:33.468753814698rem; }
#FGEC574Wrbh52T5Jvk8v3qWzdCwkC2oH { position:relative;display:block; }#FGEC574Wrbh52T5Jvk8v3qWzdCwkC2oH { background-color: transparent; background-image: none; }#FGEC574Wrbh52T5Jvk8v3qWzdCwkC2oH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGEC574Wrbh52T5Jvk8v3qWzdCwkC2oH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGEC574Wrbh52T5Jvk8v3qWzdCwkC2oH > .row .container > .video-iframe-container { display: none; }#FGEC574Wrbh52T5Jvk8v3qWzdCwkC2oH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGEC574Wrbh52T5Jvk8v3qWzdCwkC2oH > .row > .video-iframe-container { display: none; }#FGEC574Wrbh52T5Jvk8v3qWzdCwkC2oH > .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); }#FGEC574Wrbh52T5Jvk8v3qWzdCwkC2oH { border-width: 0; border-radius: 0; }#FGEC574Wrbh52T5Jvk8v3qWzdCwkC2oH > .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; }#FGEC574Wrbh52T5Jvk8v3qWzdCwkC2oH > .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:59.25rem;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; }#HZgSPXXvoFmPkUk6r1t3UKoN9yeczLzI { color:rgba(var(--color-tertiary-4),1);display:block;width:65.75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.2291622161865rem;left:6.26953125rem;height:26rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yZJJMs5NtNTsSJTgWfbaGR5M0Rcnp5TS { 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:21.1875rem;width:49.3125rem;top:35rem;left:4.5rem;overflow:hidden;display:block; }
#AHLTplaycbv1TCtKipP9DJJCByinguRu { position:absolute;display:block;z-index:15016;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:17.375rem;width:17.375rem;top:36.9375rem;left:53.1875rem;overflow:hidden;display:block; }
#VGNdLO6SpSFAx8C1rKXJoqM4yPfnsho0 { position:relative;display:block; }#VGNdLO6SpSFAx8C1rKXJoqM4yPfnsho0 { background-color: transparent; background-image: none; }#VGNdLO6SpSFAx8C1rKXJoqM4yPfnsho0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGNdLO6SpSFAx8C1rKXJoqM4yPfnsho0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGNdLO6SpSFAx8C1rKXJoqM4yPfnsho0 > .row .container > .video-iframe-container { display: none; }#VGNdLO6SpSFAx8C1rKXJoqM4yPfnsho0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VGNdLO6SpSFAx8C1rKXJoqM4yPfnsho0 > .row > .video-iframe-container { display: none; }#VGNdLO6SpSFAx8C1rKXJoqM4yPfnsho0 > .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); }#VGNdLO6SpSFAx8C1rKXJoqM4yPfnsho0 { border-width: 0; border-radius: 0; }#VGNdLO6SpSFAx8C1rKXJoqM4yPfnsho0 > .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; }#VGNdLO6SpSFAx8C1rKXJoqM4yPfnsho0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, #ffffff, rgba(var(--color-primary-2),1));background-size:auto !important;font-size:0.875rem;font-family:arial;height:107.1875rem;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; }#tHRJAoO4XeOKyTg9mafGcTAWyhv0EsOE { color:#1e1e1e;display:block;width:61.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:6.96875rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g3Wie0hxGAUJED3Wt5NNafypAHe9TI5b { box-sizing:content-box;height:8.4375rem;width:54.875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:31.5rem;left:10.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#lcIPHd4MTIl4lgzUuKKX4HhHUTGikXeh { color:#4a4a4a;display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.6875rem;left:18.9375rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WGIpPdiaTefPCTSm2gvdWTnI95wAgec8 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:32.375rem;left:10.8125rem;overflow:hidden;display:block; }
#wsXDhwupv0J5vxfPhI521nJtIZu5HXUC { color:#4a4a4a;display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14.937500953674rem;left:14.15625rem;height:11.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aZGGQP4tUSNLdWTJD3w4XQf7m1lVkDtJ { box-sizing:content-box;height:8.4375rem;width:54.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:42.0625rem;left:10.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#oSbMPGSRrLozw8x8urToTdbqkuP5uVmI { color:#4a4a4a;display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:43.234376430511rem;left:18.9375rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eRBg97Pcu4bmXeqp52hTgQl1y40qPc2D { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:42.9375rem;left:10.8125rem;overflow:hidden;display:block; }
#Sin7U75khXF5ndp6gaC5i05ydhLeDO5r { box-sizing:content-box;height:8.4375rem;width:54.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:52.5625rem;left:10.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#q4hmCIpnDTtsttSV7c7uGT5TIUNpIiTP { color:#4a4a4a;display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:54.750001430511rem;left:18.9375rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hxLPsUCHPW6AKgsX4oW6V6fTINUUsofC { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:53.4375rem;left:10.8125rem;overflow:hidden;display:block; }
#m1KkHWs5WNl9khH1a2RH0vvTpWaHIbHL { box-sizing:content-box;height:8.4375rem;width:54.875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:63.0625rem;left:10.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Ok62srWInwvMoPHkGSuDsmM7mVzidoXT { color:#4a4a4a;display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:64.234376430512rem;left:18.9375rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AHKbSpXaFWudb5zkJFuDMgdt2A4FHue9 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:63.9375rem;left:10.8125rem;overflow:hidden;display:block; }
#ZnNB3gkFghH9T99Ckx3aNe12cFiheEXI { box-sizing:content-box;height:8.4375rem;width:54.875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:73.625rem;left:10.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#a8StpVe430y3W9Kagne6apd2lMU9RrFk { color:#4a4a4a;display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:74.8125rem;left:18.9375rem;height:6.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vTh28JKqmMZ5agnbzvFFG1vvtzHliVE7 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.75rem;width:6.75rem;top:74.5rem;left:10.8125rem;overflow:hidden;display:block; }
#TCnaQrH0gebeIM91bGak4NuIoaK0VmbM { color:#1e1e1e;display:block;width:61.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:86.938804626462rem;left:6.96875rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l7PqwPJf7yXiyW1TqTn1BMxmTvoiFVq8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:98.25rem;left:29.25rem; }
#UTtuELTwTzv8wewLuinVkCI8rnO7MUTO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.8125rem;width:4.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:98.25rem;left:40.9375rem; }
#Lm9n0kvWboUDrTWieHTSs9TWU0zAv6Vp { position:relative;display:block; }#Lm9n0kvWboUDrTWieHTSs9TWU0zAv6Vp { background-color: transparent; background-image: none; }#Lm9n0kvWboUDrTWieHTSs9TWU0zAv6Vp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lm9n0kvWboUDrTWieHTSs9TWU0zAv6Vp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lm9n0kvWboUDrTWieHTSs9TWU0zAv6Vp > .row .container > .video-iframe-container { display: none; }#Lm9n0kvWboUDrTWieHTSs9TWU0zAv6Vp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lm9n0kvWboUDrTWieHTSs9TWU0zAv6Vp > .row > .video-iframe-container { display: none; }#Lm9n0kvWboUDrTWieHTSs9TWU0zAv6Vp > .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); }#Lm9n0kvWboUDrTWieHTSs9TWU0zAv6Vp { border-width: 0; border-radius: 0; }#Lm9n0kvWboUDrTWieHTSs9TWU0zAv6Vp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lm9n0kvWboUDrTWieHTSs9TWU0zAv6Vp > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-1),1));background-size:auto !important;font-size:0.875rem;font-family:arial;height:88.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#LTXSB9knyko8S5mF1NLybLzGBCl1MAIH { color:#1e1e1e;display:block;width:61.0625rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.4375rem;left:7rem;height:14.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IcE2zoz9oyte7y8KR4rQ6Hm3SmhQ41J9 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #808080;border-left:0.1875rem solid #808080;border-right:0.1875rem solid #808080;border-bottom:0.1875rem solid #808080;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.0625rem;width:13.5rem;top:21.875rem;left:6.3125rem;display:block; }
#OE1ZsvbulcyqCFxB81UAPDkUHbwxhISN { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:38.4375rem;left:7.4375rem;height:20rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#THUGATtLzvyIhuLvI9GRVpMBB85oxLif { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:30.875rem;left:7rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bHhWJZIKXlAhUZf1SFaEuUgS0qc4D4IF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:23.5625rem;left:11rem; }
#XvgzanNurXzTn6FTUnH3kbuk0oVZh7Cm { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #808080;border-left:0.1875rem solid #808080;border-right:0.1875rem solid #808080;border-bottom:0.1875rem solid #808080;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.0625rem;width:13.5rem;top:21.875rem;left:22.75rem;display:block; }
#Se7OLA5p0FDIPXwz5nXAJUCv5LagUmdT { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:38.4375rem;left:23.875rem;height:16rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XzLwg7kmHlsUBlKbwAiAMvbMTzGOOzAx { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:30.875rem;left:23.125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uw2v64kNqfLb3XtJwDRX4987hKifDAeJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:23.5625rem;left:27.4375rem; }
#VJEMAempbfwd9ni2S9DgyFkbmvJmzFcl { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #808080;border-left:0.1875rem solid #808080;border-right:0.1875rem solid #808080;border-bottom:0.1875rem solid #808080;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.0625rem;width:13.5rem;top:21.875rem;left:38.9375rem;display:block; }
#yqqhL5im9qzBrAZCmbQXCVCXf9HLWtBJ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:38.4375rem;left:40.0625rem;height:20rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XB3odNO1wG3k3rpIma1Pl7t3CGCsGorr { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.875rem;left:39.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hI1OANqDpf0KUqL2DRcJT8HrG3zgPdb1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:23.5625rem;left:43.625rem; }
#d6dVuOlHXMbVTlTr6vwbIG1CSUkPMLWB { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #808080;border-left:0.1875rem solid #808080;border-right:0.1875rem solid #808080;border-bottom:0.1875rem solid #808080;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.0625rem;width:13.5rem;top:21.875rem;left:55.125rem;display:block; }
#sVR5I45pgbvk23iekaVcauFXpQIUdluI { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:38.4375rem;left:56.5625rem;height:22rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZryikviFbsxTTQ9v2SEtefTgT3GMQl2m { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:30.0625rem;left:55.9375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#owWC1KJ8zpqpLwiQtG1izVJtdl2dleE7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:23.5625rem;left:59.8125rem; }
#c5epyE664J3cDZcpH8PiRH6lvV38nqk8 { z-index:15004;top:75.0625rem;left:20.875rem;background-color:rgba(var(--color-primary-3),1);background-image:none;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 #d4e1e3 ;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(--headlines-font-family);font-size:2.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.25rem;height:6.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Sr7v8SaF5OHNNV3RdH8qKAeRsbmAcRLt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FtrOABUHWxGaTNbZIyhLGCDIkeG8mKQv { color:#1e1e1e;display:block;width:61.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:66.81250190735rem;left:6.96875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PLgy9aTdR8MFyfH83nphKmHlSCxa6495 { position:relative;display:block; }#PLgy9aTdR8MFyfH83nphKmHlSCxa6495 { background-color: transparent; background-image: none; }#PLgy9aTdR8MFyfH83nphKmHlSCxa6495::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLgy9aTdR8MFyfH83nphKmHlSCxa6495 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLgy9aTdR8MFyfH83nphKmHlSCxa6495 > .row .container > .video-iframe-container { display: none; }#PLgy9aTdR8MFyfH83nphKmHlSCxa6495 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PLgy9aTdR8MFyfH83nphKmHlSCxa6495 > .row > .video-iframe-container { display: none; }#PLgy9aTdR8MFyfH83nphKmHlSCxa6495 > .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); }#PLgy9aTdR8MFyfH83nphKmHlSCxa6495 { border-width: 0; border-radius: 0; }#PLgy9aTdR8MFyfH83nphKmHlSCxa6495 > .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; }#PLgy9aTdR8MFyfH83nphKmHlSCxa6495 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;font-size:0.875rem;font-family:arial;height:67.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; }#tFKAS5wPSaoEPsDqpANBXQlFJ3s6qoL1 { color:#1e1e1e;display:block;width:28.6875rem;position:absolute;font-family:montserrat;font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.375rem;left:6.96875rem;height:4.46875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uydSZlQHX7499rC8rzZlTt5sKFzC0aeb { color:#4a4a4a;display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.938802242279rem;left:6.96875rem;height:32.5rem;text-align:left;text-align-last:left;display:block; }#uydSZlQHX7499rC8rzZlTt5sKFzC0aeb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uydSZlQHX7499rC8rzZlTt5sKFzC0aeb li:before{  }
#oR7Fg6eKLKEtHTA0Dd6c3srA6JOtLwNF { color:#4a4a4a;display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:46.1875rem;left:6.9687504768369rem;height:8.125rem;text-align:left;text-align-last:left;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; }
#vskmHTKD6PmwZtOV1HNu4GDvuKNmn4ul { color:#4a4a4a;display:block;width:45.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:59.15625rem;left:6.96875rem;height:3.25rem;text-align:center;text-align-last:center;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; }
#VF0FDpdZSKhaRTltE75NALk1huwN654i { position:absolute;display:block;z-index:15008;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:61.6875rem;width:43.5rem;top:5.375rem;left:31.5rem;overflow:hidden;display:block; }
#AekGTQgR8wbWhXXnSzoVu1yopzBMVenn { position:relative;display:block; }#AekGTQgR8wbWhXXnSzoVu1yopzBMVenn { background-color: transparent; background-image: none; }#AekGTQgR8wbWhXXnSzoVu1yopzBMVenn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AekGTQgR8wbWhXXnSzoVu1yopzBMVenn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AekGTQgR8wbWhXXnSzoVu1yopzBMVenn > .row .container > .video-iframe-container { display: none; }#AekGTQgR8wbWhXXnSzoVu1yopzBMVenn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AekGTQgR8wbWhXXnSzoVu1yopzBMVenn > .row > .video-iframe-container { display: none; }#AekGTQgR8wbWhXXnSzoVu1yopzBMVenn > .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); }#AekGTQgR8wbWhXXnSzoVu1yopzBMVenn { border-width: 0; border-radius: 0; }#AekGTQgR8wbWhXXnSzoVu1yopzBMVenn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AekGTQgR8wbWhXXnSzoVu1yopzBMVenn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-0),1));background-size:auto !important;font-size:0.875rem;font-family:arial;height:39.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CguuVbceQ7FgvEBJCaWXWsdTMtu5KddI { color:#1e1e1e;display:block;width:32.125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.6875rem;left:33.4375rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KmNDIZ4SzXc0RrkInZIkxVR4hxkpEJcD { color:#4a4a4a;display:block;width:27.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.5rem;left:35.5625rem;height:9.75rem;text-align:center;text-align-last:center;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; }
#S7mMLKJwPFgOXsN8pvCzddP7rU5UPdTp { z-index:15005;top:27.5625rem;left:35.375rem;background-color:rgba(var(--color-primary-3),1);background-image:none;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 #d4e1e3 ;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(--headlines-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.25rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aQ3OE5X5IVB4b7LQPkgmLcnZgrLOIiER { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aGKLb1lVHunlhy8nI2X20CpquTExn0dN { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.8125rem;width:18.25rem;top:2.625rem;left:9.4375rem;overflow:hidden;display:block; }
#yFGsJdiKDFaZK98CEBmIdkBkDc1BEifX { position:relative;display:block; }#yFGsJdiKDFaZK98CEBmIdkBkDc1BEifX { background-color: transparent; background-image: none; }#yFGsJdiKDFaZK98CEBmIdkBkDc1BEifX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFGsJdiKDFaZK98CEBmIdkBkDc1BEifX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFGsJdiKDFaZK98CEBmIdkBkDc1BEifX > .row .container > .video-iframe-container { display: none; }#yFGsJdiKDFaZK98CEBmIdkBkDc1BEifX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yFGsJdiKDFaZK98CEBmIdkBkDc1BEifX > .row > .video-iframe-container { display: none; }#yFGsJdiKDFaZK98CEBmIdkBkDc1BEifX > .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); }#yFGsJdiKDFaZK98CEBmIdkBkDc1BEifX { border-width: 0; border-radius: 0; }#yFGsJdiKDFaZK98CEBmIdkBkDc1BEifX > .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; }#yFGsJdiKDFaZK98CEBmIdkBkDc1BEifX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.5rem;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; }#QgC6bOWFluDkIWBNCpfQXzpVTCF0FIEr { color:rgba(var(--color-tertiary-4),1);display:block;width:65.75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:11.541015625rem;left:4.625rem;height:21.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pFJdkVfTremS1emAsgl6P0XPfScIUJBF { 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:5.375rem;width:27.25rem;top:3.3125rem;left:23.875rem;overflow:hidden;display:block; }
#pAQKRo1AgoRlHvTaFNgJ19xeiNOaBThu { z-index:15005;top:37.1669921875rem;left:20.875rem;background-color:rgba(var(--color-primary-3),1);background-image:none;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 #d4e1e3 ;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(--headlines-font-family);font-size:2.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.25rem;height:6.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eSOMT65cU9mEzLz07a2mqesfiUhzVqop { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .row .container { background-color: transparent; background-image: none; }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .row .container > .video-iframe-container { display: none; }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .row > .video-iframe-container { display: none; }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .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); }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .row .container { border-width: 0; border-radius: 0; }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#JF8PhhRNwNocqcQSUBaXxoM3i7NndbkH { color:#3d3d3b;display:block;width:19.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:4.8606796264649rem;left:27.718753814698rem;height:15.996125rem;text-align:center;text-align-last:center;display:block; }
#cxuFy0ePiWEzPyI92nZpdSGH1MTRuDh2 { color:#3d3d3b;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:23.625rem;left:25.968753814698rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BrvGIawt3VeUl0eLZIefN6U9RwDmIfyZ { box-sizing:content-box;color:#5d92ff;font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:13rem;left:59.6875rem; }
#BrvGIawt3VeUl0eLZIefN6U9RwDmIfyZ > img { max-width: 100%;max-height:100%; width:3.9375rem; height:3.9375rem; }#AQWnZglq9UPTVac7Mhog8t44T5HulHdm { color:#3d3d3b;display:block;width:19.5625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.6;letter-spacing:0;top:10.375rem;left:51.875rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#LN9hqqgglBEwpv3wlRBgVoekbzGzCTei { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:18.875rem;top:3.84375rem;left:3.33203125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UTDcA4wOv48N4CHsy2csdcrzUcJhMHka { display:block; }#UTDcA4wOv48N4CHsy2csdcrzUcJhMHka > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtXzFms8X2p081ET5OP8AktOXxpqHMMd { top:2.6875rem;left:27.25rem;width:20.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW1HUfsPXOdcz0IGAlvEckQf0RQ24EiH { display:block; }
 }@media only screen and (max-width: 763px) { #TEqPP69RL14Fl3NkZQO3TGb7T6ChqHzT { top:2.25rem;left:0rem;width:27.25rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fATs1BAsrdPwCxedUzob2ipKywOnkX1l { top:3.9375rem;left:0rem;width:47.75rem;height:5.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkqTEq8HbsbXIBVTTuneGlTo1fA32Oyb { top:41.1875rem;left:2.46875rem;width:42.8125rem;height:10.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipqircfW1fuw5OpxbIDoFD5dv93cqlZV { top:14.75rem;left:2.96875rem;width:41.4375rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #czGwVZBvHoMofaBZT0wlmwU5SIHrgniW { top:64.3125rem;left:7.375rem;width:33.125rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyA0fNvZHTJKDxZPRryDQLSU1dC12VK2 { display:block; }
 }@media only screen and (max-width: 763px) { #MWwiQGAE9X5yV1yqVeuqO3ix3Jwg3fTZ { top:54.6875rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKuZX5gboNaf0OIZQyfXavzi9XvLl89m { top:8.8125rem;left:0rem;width:47.75rem;height:4.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmhB0rm9RBl8yGRAeZmm1A12SBztBDv { display:block; }#TTmhB0rm9RBl8yGRAeZmm1A12SBztBDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDoHSFofhPZ1oF6Lt6gufNCgaGPrRVOQ { top:4.875rem;left:8.5625rem;width:39.1875rem;height:14.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOBZBww69wFdZCAOFHq0vbK6N3pozXMw { top:23.5rem;left:9.25rem;width:38.5rem;height:16.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFCWvTvdN20WfD2ois30i0v4Cgilp33u { top:4.125rem;left:0rem;width:25.875rem;height:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfRTFLvZnaNr5Ox09yrWk1Z8nIWIMlFx { top:48.0625rem;left:19.843753814698rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGEC574Wrbh52T5Jvk8v3qWzdCwkC2oH { display:block; }#FGEC574Wrbh52T5Jvk8v3qWzdCwkC2oH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZgSPXXvoFmPkUk6r1t3UKoN9yeczLzI { top:4.1875rem;left:0rem;width:47.75rem;height:26rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZJJMs5NtNTsSJTgWfbaGR5M0Rcnp5TS { top:35rem;left:0rem;width:47.75rem;height:20.516159695817rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHLTplaycbv1TCtKipP9DJJCByinguRu { top:36.9375rem;left:30.375rem;width:17.375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGNdLO6SpSFAx8C1rKXJoqM4yPfnsho0 { display:block; }#VGNdLO6SpSFAx8C1rKXJoqM4yPfnsho0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHRJAoO4XeOKyTg9mafGcTAWyhv0EsOE { width:47.75rem;height:8.125rem;top:4.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Wie0hxGAUJED3Wt5NNafypAHe9TI5b { top:31.5rem;left:0rem;width:47.75rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcIPHd4MTIl4lgzUuKKX4HhHUTGikXeh { top:32.6875rem;left:3.25rem;width:44.5rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGIpPdiaTefPCTSm2gvdWTnI95wAgec8 { top:32.375rem;left:0rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsXDhwupv0J5vxfPhI521nJtIZu5HXUC { top:14.9375rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZGGQP4tUSNLdWTJD3w4XQf7m1lVkDtJ { top:42.0625rem;left:0rem;width:47.75rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSbMPGSRrLozw8x8urToTdbqkuP5uVmI { top:43.1875rem;left:3.25rem;width:44.5rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRBg97Pcu4bmXeqp52hTgQl1y40qPc2D { top:42.9375rem;left:0rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sin7U75khXF5ndp6gaC5i05ydhLeDO5r { top:52.5625rem;left:0rem;width:47.75rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4hmCIpnDTtsttSV7c7uGT5TIUNpIiTP { top:54.75rem;left:3.25rem;width:44.5rem;height:4.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxLPsUCHPW6AKgsX4oW6V6fTINUUsofC { top:53.4375rem;left:0rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1KkHWs5WNl9khH1a2RH0vvTpWaHIbHL { top:63.0625rem;left:0rem;width:47.75rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok62srWInwvMoPHkGSuDsmM7mVzidoXT { top:64.1875rem;left:3.25rem;width:44.5rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHKbSpXaFWudb5zkJFuDMgdt2A4FHue9 { top:63.9375rem;left:0rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnNB3gkFghH9T99Ckx3aNe12cFiheEXI { top:73.625rem;left:0rem;width:47.75rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8StpVe430y3W9Kagne6apd2lMU9RrFk { top:74.8125rem;left:3.25rem;width:44.5rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTh28JKqmMZ5agnbzvFFG1vvtzHliVE7 { top:74.5rem;left:0rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCnaQrH0gebeIM91bGak4NuIoaK0VmbM { width:47.75rem;height:7.3125rem;top:86.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7PqwPJf7yXiyW1TqTn1BMxmTvoiFVq8 { top:98.25rem;left:15.625rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTtuELTwTzv8wewLuinVkCI8rnO7MUTO { top:98.25rem;left:27.3125rem;width:4.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lm9n0kvWboUDrTWieHTSs9TWU0zAv6Vp { display:block; }#Lm9n0kvWboUDrTWieHTSs9TWU0zAv6Vp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTXSB9knyko8S5mF1NLybLzGBCl1MAIH { width:47.75rem;height:14.5625rem;top:3.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcE2zoz9oyte7y8KR4rQ6Hm3SmhQ41J9 { width:13.5rem;height:39.0625rem;top:21.875rem;left:0rem;background-color:#d9d9d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #808080;border-left:0.1875rem solid #808080;border-right:0.1875rem solid #808080;border-bottom:0.1875rem solid #808080;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OE1ZsvbulcyqCFxB81UAPDkUHbwxhISN { width:11.625rem;height:20rem;top:38.4375rem;left:0rem;font-size:1.25rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #THUGATtLzvyIhuLvI9GRVpMBB85oxLif { width:12.3125rem;height:4.875rem;top:30.875rem;left:0rem;font-size:1.25rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #bHhWJZIKXlAhUZf1SFaEuUgS0qc4D4IF { top:23.5625rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvgzanNurXzTn6FTUnH3kbuk0oVZh7Cm { width:13.5rem;height:39.0625rem;top:21.875rem;left:9.125rem;background-color:#d9d9d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #808080;border-left:0.1875rem solid #808080;border-right:0.1875rem solid #808080;border-bottom:0.1875rem solid #808080;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Se7OLA5p0FDIPXwz5nXAJUCv5LagUmdT { width:11.625rem;height:16rem;top:38.4375rem;left:10.25rem;font-size:1.25rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #XzLwg7kmHlsUBlKbwAiAMvbMTzGOOzAx { width:13.125rem;height:4.875rem;top:30.875rem;left:9.5rem;font-size:1.25rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #uw2v64kNqfLb3XtJwDRX4987hKifDAeJ { top:23.5625rem;left:13.8125rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJEMAempbfwd9ni2S9DgyFkbmvJmzFcl { width:13.5rem;height:39.0625rem;top:21.875rem;left:25.3125rem;background-color:#d9d9d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #808080;border-left:0.1875rem solid #808080;border-right:0.1875rem solid #808080;border-bottom:0.1875rem solid #808080;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yqqhL5im9qzBrAZCmbQXCVCXf9HLWtBJ { width:11.625rem;height:20rem;top:38.4375rem;left:26.4375rem;font-size:1.25rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #XB3odNO1wG3k3rpIma1Pl7t3CGCsGorr { width:13.125rem;height:4.875rem;top:30.875rem;left:25.6875rem;font-size:1.25rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #hI1OANqDpf0KUqL2DRcJT8HrG3zgPdb1 { top:23.5625rem;left:30rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6dVuOlHXMbVTlTr6vwbIG1CSUkPMLWB { width:13.5rem;height:39.0625rem;top:21.875rem;left:33.875rem;background-color:#d9d9d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #808080;border-left:0.1875rem solid #808080;border-right:0.1875rem solid #808080;border-bottom:0.1875rem solid #808080;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sVR5I45pgbvk23iekaVcauFXpQIUdluI { width:11.625rem;height:22rem;top:38.4375rem;left:36.125rem;font-size:1.25rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #ZryikviFbsxTTQ9v2SEtefTgT3GMQl2m { width:12.25rem;height:6.5rem;top:30.0625rem;left:35.5rem;font-size:1.25rem;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #owWC1KJ8zpqpLwiQtG1izVJtdl2dleE7 { top:23.5625rem;left:43.1875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5epyE664J3cDZcpH8PiRH6lvV38nqk8 { top:75.0625rem;left:7.25rem;width:33.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr7v8SaF5OHNNV3RdH8qKAeRsbmAcRLt { display:block; }
 }@media only screen and (max-width: 763px) { #FtrOABUHWxGaTNbZIyhLGCDIkeG8mKQv { width:47.75rem;height:5.6875rem;top:66.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLgy9aTdR8MFyfH83nphKmHlSCxa6495 { display:block; }#PLgy9aTdR8MFyfH83nphKmHlSCxa6495 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFKAS5wPSaoEPsDqpANBXQlFJ3s6qoL1 { width:28.6875rem;height:4.5rem;top:4.375rem;left:0rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uydSZlQHX7499rC8rzZlTt5sKFzC0aeb { top:10.9375rem;left:0rem;width:30.3125rem;height:;font-size:1.25rem;display:block; }#uydSZlQHX7499rC8rzZlTt5sKFzC0aeb li:before{  }
 }@media only screen and (max-width: 763px) { #oR7Fg6eKLKEtHTA0Dd6c3srA6JOtLwNF { top:46.1875rem;left:0rem;width:29.625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vskmHTKD6PmwZtOV1HNu4GDvuKNmn4ul { top:59.125rem;left:0rem;width:45.3125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF0FDpdZSKhaRTltE75NALk1huwN654i { top:5.375rem;left:4.25rem;width:43.5rem;height:61.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AekGTQgR8wbWhXXnSzoVu1yopzBMVenn { display:block; }#AekGTQgR8wbWhXXnSzoVu1yopzBMVenn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CguuVbceQ7FgvEBJCaWXWsdTMtu5KddI { width:32.125rem;height:7.3125rem;top:4.6875rem;left:15.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmNDIZ4SzXc0RrkInZIkxVR4hxkpEJcD { top:14.5rem;left:19.8125rem;width:27.9375rem;height:9.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7mMLKJwPFgOXsN8pvCzddP7rU5UPdTp { top:27.5625rem;left:19.5rem;width:28.25rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ3OE5X5IVB4b7LQPkgmLcnZgrLOIiER { display:block; }
 }@media only screen and (max-width: 763px) { #aGKLb1lVHunlhy8nI2X20CpquTExn0dN { top:2.625rem;left:0rem;width:18.25rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFGsJdiKDFaZK98CEBmIdkBkDc1BEifX { display:block; }#yFGsJdiKDFaZK98CEBmIdkBkDc1BEifX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgC6bOWFluDkIWBNCpfQXzpVTCF0FIEr { top:11.5rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFJdkVfTremS1emAsgl6P0XPfScIUJBF { top:3.3125rem;left:10.25rem;width:27.25rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAQKRo1AgoRlHvTaFNgJ19xeiNOaBThu { top:37.125rem;left:7.25rem;width:33.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSOMT65cU9mEzLz07a2mqesfiUhzVqop { display:block; }
 }@media only screen and (max-width: 763px) { #uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D { display:block; }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JF8PhhRNwNocqcQSUBaXxoM3i7NndbkH { top:4.8125rem;left:14.093753814698rem;width:19.5625rem;height:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxuFy0ePiWEzPyI92nZpdSGH1MTRuDh2 { top:23.625rem;left:12.343753814698rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrvGIawt3VeUl0eLZIefN6U9RwDmIfyZ { top:13rem;left:43.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
#BrvGIawt3VeUl0eLZIefN6U9RwDmIfyZ > img { max-width: 100%;max-height:100%; width:3.9375rem; height:3.9375rem; } }@media only screen and (max-width: 763px) { #AQWnZglq9UPTVac7Mhog8t44T5HulHdm { top:10.375rem;left:28.1875rem;width:19.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN9hqqgglBEwpv3wlRBgVoekbzGzCTei { top:3.8125rem;left:0rem;width:18.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UTDcA4wOv48N4CHsy2csdcrzUcJhMHka { display:block; }#UTDcA4wOv48N4CHsy2csdcrzUcJhMHka > .row .container { width:20rem;height:16.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GtXzFms8X2p081ET5OP8AktOXxpqHMMd { top:9rem;left:1.625rem;width:16.75rem;height:4.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fW1HUfsPXOdcz0IGAlvEckQf0RQ24EiH { display:block; }
 }@media only screen and (max-width: 763px) { #TEqPP69RL14Fl3NkZQO3TGb7T6ChqHzT { width:15.3125rem;height:2.9375rem;top:3.125rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:65.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fATs1BAsrdPwCxedUzob2ipKywOnkX1l { width:18.625rem;height:6.125rem;top:2.3447265625rem;left:0.6875rem;font-size:2.1875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JkqTEq8HbsbXIBVTTuneGlTo1fA32Oyb { width:17.8125rem;height:13rem;top:29.3955078125rem;left:1.09375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ipqircfW1fuw5OpxbIDoFD5dv93cqlZV { height:10.3125rem;width:18.5625rem;top:15.8330078125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czGwVZBvHoMofaBZT0wlmwU5SIHrgniW { top:57.353515625rem;left:1.34375rem;width:17.3125rem;height:4.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyA0fNvZHTJKDxZPRryDQLSU1dC12VK2 { display:block; }
 }@media only screen and (max-width: 763px) { #MWwiQGAE9X5yV1yqVeuqO3ix3Jwg3fTZ { width:17.875rem;height:9.75rem;top:44.791015625rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aKuZX5gboNaf0OIZQyfXavzi9XvLl89m { width:18.625rem;height:4.875rem;top:8.4697265625rem;left:0.6875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTmhB0rm9RBl8yGRAeZmm1A12SBztBDv { display:block; }#TTmhB0rm9RBl8yGRAeZmm1A12SBztBDv > .row .container { width:20rem;height:83.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDoHSFofhPZ1oF6Lt6gufNCgaGPrRVOQ { width:18.75rem;height:17.0625rem;top:2.875rem;left:0.625rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kOBZBww69wFdZCAOFHq0vbK6N3pozXMw { width:17.875rem;height:22.75rem;top:45.623046875rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oFCWvTvdN20WfD2ois30i0v4Cgilp33u { width:15.5rem;height:21.8125rem;top:21.8134765625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfRTFLvZnaNr5Ox09yrWk1Z8nIWIMlFx { display:flex;width:8.0625rem;height:8.0625rem;top:71.3662109375rem;left:5.96875rem; }
 }@media only screen and (max-width: 763px) { #FGEC574Wrbh52T5Jvk8v3qWzdCwkC2oH { display:block; }#FGEC574Wrbh52T5Jvk8v3qWzdCwkC2oH > .row .container { width:20rem;height:62.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZgSPXXvoFmPkUk6r1t3UKoN9yeczLzI { width:19rem;height:30.46875rem;top:10.625rem;left:0.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZJJMs5NtNTsSJTgWfbaGR5M0Rcnp5TS { width:19.5rem;height:8.4375rem;top:43.54296875rem;left:0.25rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AHLTplaycbv1TCtKipP9DJJCByinguRu { width:9.5625rem;height:9.5625rem;top:1.0625rem;left:5.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGNdLO6SpSFAx8C1rKXJoqM4yPfnsho0 { display:block; }#VGNdLO6SpSFAx8C1rKXJoqM4yPfnsho0 > .row .container { width:20rem;height:122.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHRJAoO4XeOKyTg9mafGcTAWyhv0EsOE { width:18.5rem;height:7.3125rem;top:1.9375rem;left:0.75000005960463rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Wie0hxGAUJED3Wt5NNafypAHe9TI5b { width:18.5625rem;height:13.375rem;top:22.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcIPHd4MTIl4lgzUuKKX4HhHUTGikXeh { width:16.9375rem;height:7.30956875rem;top:26.75rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WGIpPdiaTefPCTSm2gvdWTnI95wAgec8 { width:4.125rem;height:4.125rem;top:22.625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsXDhwupv0J5vxfPhI521nJtIZu5HXUC { width:18.5rem;height:9.75rem;top:10.697265625rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZGGQP4tUSNLdWTJD3w4XQf7m1lVkDtJ { width:18.5625rem;height:13.375rem;top:37.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSbMPGSRrLozw8x8urToTdbqkuP5uVmI { width:16.9375rem;height:5.84765rem;top:42.375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRBg97Pcu4bmXeqp52hTgQl1y40qPc2D { width:4.125rem;height:4.125rem;top:37.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sin7U75khXF5ndp6gaC5i05ydhLeDO5r { width:18.5625rem;height:12.0625rem;top:52rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4hmCIpnDTtsttSV7c7uGT5TIUNpIiTP { width:16.9375rem;height:4.38574375rem;top:57.125rem;left:1.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxLPsUCHPW6AKgsX4oW6V6fTINUUsofC { width:4.125rem;height:4.125rem;top:52rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1KkHWs5WNl9khH1a2RH0vvTpWaHIbHL { width:18.5625rem;height:13.375rem;top:65.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok62srWInwvMoPHkGSuDsmM7mVzidoXT { width:16.9375rem;height:7.30956875rem;top:70.3125rem;left:1.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AHKbSpXaFWudb5zkJFuDMgdt2A4FHue9 { width:4.125rem;height:4.125rem;top:65.5625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnNB3gkFghH9T99Ckx3aNe12cFiheEXI { width:18.5625rem;height:13.375rem;top:80.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8StpVe430y3W9Kagne6apd2lMU9RrFk { width:16.9375rem;height:7.30956875rem;top:85.4375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTh28JKqmMZ5agnbzvFFG1vvtzHliVE7 { width:4.125rem;height:4.125rem;top:80.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCnaQrH0gebeIM91bGak4NuIoaK0VmbM { width:17rem;height:13rem;top:97.5693359375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7PqwPJf7yXiyW1TqTn1BMxmTvoiFVq8 { display:flex;width:4.8125rem;height:4.8125rem;top:114.8125rem;left:4.625rem; }
 }@media only screen and (max-width: 763px) { #UTtuELTwTzv8wewLuinVkCI8rnO7MUTO { display:flex;width:4.8125rem;height:4.8125rem;top:114.8125rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #Lm9n0kvWboUDrTWieHTSs9TWU0zAv6Vp { display:block; }#Lm9n0kvWboUDrTWieHTSs9TWU0zAv6Vp > .row .container { width:20rem;height:198.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTXSB9knyko8S5mF1NLybLzGBCl1MAIH { width:19.0625rem;height:19.5rem;top:2.6875rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcE2zoz9oyte7y8KR4rQ6Hm3SmhQ41J9 { width:13.75rem;height:35.1875rem;top:25.1875rem;left:3.0625rem;background-color:#d9d9d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #808080;border-left:0.1875rem solid #808080;border-right:0.1875rem solid #808080;border-bottom:0.1875rem solid #808080;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #OE1ZsvbulcyqCFxB81UAPDkUHbwxhISN { width:13.125rem;height:20rem;top:39.4375rem;left:3.4375rem;text-align:center;text-align-last:center;color:#0c0c0c;display:block; }
 }@media only screen and (max-width: 763px) { #THUGATtLzvyIhuLvI9GRVpMBB85oxLif { width:12.4375rem;height:4.875rem;top:32.8125rem;left:3.78125rem;text-align:center;text-align-last:center;color:#0c0c0c;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHhWJZIKXlAhUZf1SFaEuUgS0qc4D4IF { display:flex;width:4.5625rem;height:4.5625rem;top:26.759765625rem;left:7.71875rem; }
 }@media only screen and (max-width: 763px) { #XvgzanNurXzTn6FTUnH3kbuk0oVZh7Cm { width:13.75rem;height:31.5625rem;top:61.875rem;left:3.0625rem;background-color:#d9d9d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #808080;border-left:0.1875rem solid #808080;border-right:0.1875rem solid #808080;border-bottom:0.1875rem solid #808080;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #Se7OLA5p0FDIPXwz5nXAJUCv5LagUmdT { width:11.625rem;height:16rem;top:76.5rem;left:4.1875rem;text-align:center;text-align-last:center;color:#0c0c0c;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzLwg7kmHlsUBlKbwAiAMvbMTzGOOzAx { width:13.125rem;height:4.875rem;top:69.625rem;left:3.4375rem;text-align:center;text-align-last:center;color:#0c0c0c;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw2v64kNqfLb3XtJwDRX4987hKifDAeJ { display:flex;width:4.5625rem;height:4.5625rem;top:63rem;left:7.71875rem; }
 }@media only screen and (max-width: 763px) { #VJEMAempbfwd9ni2S9DgyFkbmvJmzFcl { width:13.75rem;height:36.375rem;top:95.1875rem;left:3.125rem;background-color:#d9d9d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #808080;border-left:0.1875rem solid #808080;border-right:0.1875rem solid #808080;border-bottom:0.1875rem solid #808080;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #yqqhL5im9qzBrAZCmbQXCVCXf9HLWtBJ { width:11.625rem;height:20rem;top:110.375rem;left:4.1875rem;text-align:center;text-align-last:center;color:#0c0c0c;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB3odNO1wG3k3rpIma1Pl7t3CGCsGorr { width:13.125rem;height:4.875rem;top:103.25rem;left:3.5rem;text-align:center;text-align-last:center;color:#0c0c0c;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI1OANqDpf0KUqL2DRcJT8HrG3zgPdb1 { display:flex;width:4.5625rem;height:4.5625rem;top:96.5rem;left:7.8125rem; }
 }@media only screen and (max-width: 763px) { #d6dVuOlHXMbVTlTr6vwbIG1CSUkPMLWB { width:13.75rem;height:38.25rem;top:133.1875rem;left:3.125rem;background-color:#d9d9d9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #808080;border-left:0.1875rem solid #808080;border-right:0.1875rem solid #808080;border-bottom:0.1875rem solid #808080;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #sVR5I45pgbvk23iekaVcauFXpQIUdluI { width:11.625rem;height:22rem;top:147.75rem;left:4.375rem;text-align:center;text-align-last:center;color:#0c0c0c;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZryikviFbsxTTQ9v2SEtefTgT3GMQl2m { width:13.125rem;height:4.875rem;top:141.0625rem;left:3.625rem;text-align:center;text-align-last:center;color:#0c0c0c;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owWC1KJ8zpqpLwiQtG1izVJtdl2dleE7 { display:flex;width:4.5625rem;height:4.5625rem;top:134.6875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #c5epyE664J3cDZcpH8PiRH6lvV38nqk8 { top:187.8125rem;left:1.53125rem;width:16.9375rem;height:6.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sr7v8SaF5OHNNV3RdH8qKAeRsbmAcRLt { display:block; }
 }@media only screen and (max-width: 763px) { #FtrOABUHWxGaTNbZIyhLGCDIkeG8mKQv { width:18.3125rem;height:10.3984375rem;top:175.375rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLgy9aTdR8MFyfH83nphKmHlSCxa6495 { display:block; }#PLgy9aTdR8MFyfH83nphKmHlSCxa6495 > .row .container { width:20rem;height:82.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFKAS5wPSaoEPsDqpANBXQlFJ3s6qoL1 { width:18.5rem;height:2.84375rem;top:3.3125rem;left:0.75000005960463rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uydSZlQHX7499rC8rzZlTt5sKFzC0aeb { width:20rem;height:30.875rem;top:7.40625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }#uydSZlQHX7499rC8rzZlTt5sKFzC0aeb li:before{  }
 }@media only screen and (max-width: 763px) { #oR7Fg6eKLKEtHTA0Dd6c3srA6JOtLwNF { width:20rem;height:8.125rem;top:41.0126953125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vskmHTKD6PmwZtOV1HNu4GDvuKNmn4ul { width:20rem;height:4.875rem;top:74.6376953125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VF0FDpdZSKhaRTltE75NALk1huwN654i { width:20rem;height:28.3613125rem;top:44.6376953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AekGTQgR8wbWhXXnSzoVu1yopzBMVenn { display:block; }#AekGTQgR8wbWhXXnSzoVu1yopzBMVenn > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CguuVbceQ7FgvEBJCaWXWsdTMtu5KddI { width:20rem;height:8.53125rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmNDIZ4SzXc0RrkInZIkxVR4hxkpEJcD { width:17.8125rem;height:10.15625rem;top:13.8603515625rem;left:1.09375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S7mMLKJwPFgOXsN8pvCzddP7rU5UPdTp { top:49.9853515625rem;left:0.5rem;width:19rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ3OE5X5IVB4b7LQPkgmLcnZgrLOIiER { display:block; }
 }@media only screen and (max-width: 763px) { #aGKLb1lVHunlhy8nI2X20CpquTExn0dN { width:11.3125rem;height:20.0625rem;top:26.7353515625rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFGsJdiKDFaZK98CEBmIdkBkDc1BEifX { display:block; }#yFGsJdiKDFaZK98CEBmIdkBkDc1BEifX > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QgC6bOWFluDkIWBNCpfQXzpVTCF0FIEr { width:18.6875rem;height:38.59375rem;top:9.0068359375rem;left:0.65625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFJdkVfTremS1emAsgl6P0XPfScIUJBF { width:20rem;height:3.9443375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAQKRo1AgoRlHvTaFNgJ19xeiNOaBThu { top:51.3193359375rem;left:0.65625rem;width:18.6875rem;height:5.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSOMT65cU9mEzLz07a2mqesfiUhzVqop { display:block; }
 }@media only screen and (max-width: 763px) { #uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D { position:relative;z-index:auto;background-color:#f5f5f5;background-image:none;display:block; }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .row .container { background-color: transparent; background-image: none; }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .row .container > .video-iframe-container { display: none; }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .row > .video-iframe-container { display: none; }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .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); }#uh3nm9KGEfw5CMEK2Wa5tTHMT50ZUg1D > .row .container { width:20rem;height:47.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JF8PhhRNwNocqcQSUBaXxoM3i7NndbkH { width:20rem;height:15.996125rem;top:16.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxuFy0ePiWEzPyI92nZpdSGH1MTRuDh2 { width:20rem;height:1.3994125rem;top:42.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrvGIawt3VeUl0eLZIefN6U9RwDmIfyZ { width:2.1875rem;height:2.1875rem;top:35.25rem;left:8.9375rem;display:block; }
#BrvGIawt3VeUl0eLZIefN6U9RwDmIfyZ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #AQWnZglq9UPTVac7Mhog8t44T5HulHdm { width:15.5625rem;height:1.5996125rem;top:37.375rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LN9hqqgglBEwpv3wlRBgVoekbzGzCTei { width:10.375rem;height:10.375rem;top:4.2744140625rem;left:4.8125rem;display:block; }
 }