.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:240,179,179;--color-tertiary-2:206,1,1;--color-tertiary-3:103,1,1;--color-tertiary-4:21,0,0;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#pT21wC6GCQ6DZXbsuM8ddqKuX7mEER4s { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:1.5rem;left:0rem;display:none; }
#bgZgzySgTGwl6HVbaiTn92yLsXZifiFa { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.25rem;top:11rem;left:0rem;display:none; }
#LnLGCQCrwi19VOHWhgL8210uTtG6c9JH { position:relative;display:none; }#LnLGCQCrwi19VOHWhgL8210uTtG6c9JH { border-width: 0; border-radius: 0; }#LnLGCQCrwi19VOHWhgL8210uTtG6c9JH > .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; }#LnLGCQCrwi19VOHWhgL8210uTtG6c9JH > .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:18.75rem;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:none; }#EN0cwfuoAHQ2aM2DsUhucef7f8Oi12n8 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:31.125rem;top:12.5rem;left:0rem;display:none; }
#TzxgwRak4mFTtfB9wRr8xrt86TBI5QbH { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.125rem;top:2.125rem;left:0rem;display:none; }
#bOcNQUpeEo6yrhm4h6zNDamwT1OmL1y4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:42.25rem;left:0rem;display:none; }
#BWeVKwzcSomoLIPUMlpiwOEuUBaDZD6W { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:23.4375rem;left:2.5rem;display:none; }
#AQqP0ulHgJTiC1Vdme9eHlNQubSTGheE { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:37.6875rem;left:0rem;display:none; }
#BOx7lDacvFSWaxqQrQTCzXTsx3uEUdAR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:46.625rem;left:0rem;display:none; }
#w8RLro3uFVzufyG15p8EbTm0l2H2dgUp { position:absolute;display:block;z-index:15000;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:53.5625rem;width:75rem;display:none; }
#R2Vw62NWwNOswqa9KLW69nMOf0XSVcdD { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:14.25rem;top:69.75rem;left:0rem;display:none; }
#Or1h7JG6UzX1ODMDV6KnL3ST9zxBUkGC { position:relative;display:none; }#Or1h7JG6UzX1ODMDV6KnL3ST9zxBUkGC { border-width: 0; border-radius: 0; }#Or1h7JG6UzX1ODMDV6KnL3ST9zxBUkGC > .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; }#Or1h7JG6UzX1ODMDV6KnL3ST9zxBUkGC > .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:18.75rem;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:none; }#W7v6uQaWOaW8inAoU32suMcgI2ck5w8T { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.5rem;top:0.9375rem;left:1.8125rem;display:none; }
#MDXNtWaePTsqocTWFpZM4JxSNsZ5HisU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:11.6875rem;top:8rem;left:0rem;display:none; }
#dlBchkJyZHJzdtdvEGB77WutNTchHabH { position:relative;display:none; }#dlBchkJyZHJzdtdvEGB77WutNTchHabH { border-width: 0; border-radius: 0; }#dlBchkJyZHJzdtdvEGB77WutNTchHabH > .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; }#dlBchkJyZHJzdtdvEGB77WutNTchHabH > .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:18.75rem;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:none; }#DTGGHg9wE49elAffRG5pTiP135LMfL4v { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:3.5rem;left:1.8125rem;display:none; }
#x5EqECX8w7m7o10PidL2K6U6TV0q180m { position:absolute;display:block;z-index:15000;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:44.625rem;width:59.6875rem;display:none; }
#BPCLE774r1uzSerOHxz2C5TfGxAE88uW { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:11.9375rem;left:0rem;display:none; }
#deBEMOMGK1Qz6UxkoNmGHqq7rwWrpJyh { position:absolute;display:block;z-index:15000;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:49.875rem;width:42.25rem;display:none; }
#r6WGJE595W8S95C7Wk8TKuEWxDkfOboZ { position:absolute;display:block;z-index:15000;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:31.625rem;width:42.25rem;display:none; }
#nhMMZrroKpTwPVHEoTkZ7GvqvNPyV8vt { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:75.875rem;left:0rem;display:none; }
#uO2f9q0wKvMILJhc0APlRk6J73KE5dcT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:11.9375rem;left:0rem;display:none; }
#tqgqaaEmJKL9ST4SmWECzd4nX0ZVVcAt { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.25rem;width:31.375rem;display:none; }
#Pmysca9TerpWr7Wax5hNTVblUb7Lg3UV { position:relative;display:none; }#Pmysca9TerpWr7Wax5hNTVblUb7Lg3UV { border-width: 0; border-radius: 0; }#Pmysca9TerpWr7Wax5hNTVblUb7Lg3UV > .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; }#Pmysca9TerpWr7Wax5hNTVblUb7Lg3UV > .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:18.75rem;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:none; }#tuBebZIc0nHoskLVl2tVfpn7lzaR5LK6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:5.875rem;left:6.25rem;display:none; }
#vMliLNv0u92XQvQe2hNL4GblycrP1CZK { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.75rem;top:13.125rem;left:0rem;display:none; }
#Kbp14ckySzXd9fBXBOKgONgNqbZv6wbM { position:absolute;display:block;z-index:15000;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:85.5rem;width:64rem;display:none; }
#m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK { position:relative;display:none; }#m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK { border-width: 0; border-radius: 0; }#m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK > .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; }#m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK > .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:18.75rem;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:none; }#hd9EBZTf6TL6bvcIWPzSmr97Ze49NApb { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.25rem;top:34.4375rem;left:5.875rem;display:none; }
#SEExFcTN6sA05Wmtd5mqUwISBcTlApfv { position:relative;display:none; }#SEExFcTN6sA05Wmtd5mqUwISBcTlApfv { border-width: 0; border-radius: 0; }#SEExFcTN6sA05Wmtd5mqUwISBcTlApfv > .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; }#SEExFcTN6sA05Wmtd5mqUwISBcTlApfv > .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:18.75rem;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:none; }#qWsROGif6QC4ykinFn3TM4sLOCbWFkO6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:6.125rem;left:6.875rem;display:none; }
#OtMspz8vTwNrThGQ8mWR9B7TfJ2Nb8GW { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:9.0625rem;top:12.3125rem;left:0rem;display:none; }
#gpgu5mBE7O6U22kuJOiCGMxz1LBcOp7u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#sIuc1kK1gdQ3AMT3ikE2qViL2GiwvTyl { position:relative;display:none; }#sIuc1kK1gdQ3AMT3ikE2qViL2GiwvTyl { border-width: 0; border-radius: 0; }#sIuc1kK1gdQ3AMT3ikE2qViL2GiwvTyl > .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; }#sIuc1kK1gdQ3AMT3ikE2qViL2GiwvTyl > .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:18.75rem;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:none; }#vqwT6X7J0nOSoa3bKolbHAapAePnZVB0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.5rem;top:4.8125rem;left:2.375rem;display:none; }
#THv6VTZfuov7rabSxhAE89Nv5wrOpDTD { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.25rem;top:12.3125rem;left:0rem;display:none; }
#ix2zsQwS3p4Vncuu8ZGsTW61uhVHTwpL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#q1XEdLV8UwSDXFhu7eUi58FT8Hq8hpWy { position:relative;display:none; }#q1XEdLV8UwSDXFhu7eUi58FT8Hq8hpWy { border-width: 0; border-radius: 0; }#q1XEdLV8UwSDXFhu7eUi58FT8Hq8hpWy > .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; }#q1XEdLV8UwSDXFhu7eUi58FT8Hq8hpWy > .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:18.75rem;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:none; }#pyrSweufTEDK1Ja6QUrG0GFiaaLOwwhi { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.5rem;top:4.4375rem;left:3.75rem;display:none; }
#IFlr7cZ6I3Hp4WAEDmPFQrrap6bFX5ZQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:12.3125rem;left:0rem;display:none; }
#bT0uNQ8XXAXuqOgm0c76frFkP16XSct1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Pb8JrmJgNXFxTDmTRgIlcMBs2yriWO6m { position:relative;display:none; }#Pb8JrmJgNXFxTDmTRgIlcMBs2yriWO6m { border-width: 0; border-radius: 0; }#Pb8JrmJgNXFxTDmTRgIlcMBs2yriWO6m > .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; }#Pb8JrmJgNXFxTDmTRgIlcMBs2yriWO6m > .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:18.75rem;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:none; }#QCnThpnyrhqX4m1BmzSBDDqmC9xckFub { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.125rem;top:4.4375rem;left:3.75rem;display:none; }
#bN4xO3hNx1Xu8rhaWGrfma8CKMH3oQKB { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.25rem;top:10.8125rem;left:0rem;display:none; }
#GtF0pfAzHKx5ILToACp9LMBuGeS79gbg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#aMG2unwNbHmd5PITKWXHfiqZ30bSVBqo { position:relative;display:none; }#aMG2unwNbHmd5PITKWXHfiqZ30bSVBqo { border-width: 0; border-radius: 0; }#aMG2unwNbHmd5PITKWXHfiqZ30bSVBqo > .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; }#aMG2unwNbHmd5PITKWXHfiqZ30bSVBqo > .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:18.75rem;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:none; }#V0vQzsT6t2SMRBCF4tG7qTTiXybUQONz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.125rem;top:4.4375rem;left:3.75rem;display:none; }
#PNHvJh9HCfOclTZDRL6Vw2NVgyXlCJMF { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.25rem;top:12.3125rem;left:0rem;display:none; }
#zBGBr184PCemmv9T7IZBElwToK1Wblca { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu { position:relative;display:none; }#cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu { border-width: 0; border-radius: 0; }#cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu > .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; }#cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu > .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:18.75rem;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:none; }#vUzyMIEN0gQqcUrcOwlP5XQh5tARkgkm { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:1.9375rem;left:2.6875rem;display:none; }
#FgiqPu8mhVptuhomTf0ohfaR7le7MRPL { position:relative;display:none; }#FgiqPu8mhVptuhomTf0ohfaR7le7MRPL { border-width: 0; border-radius: 0; }#FgiqPu8mhVptuhomTf0ohfaR7le7MRPL > .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; }#FgiqPu8mhVptuhomTf0ohfaR7le7MRPL > .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:18.75rem;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:none; }#eFLPflkTpD20P523Lr1FwGzZs5xz1Gao { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#cma3EkOdut16CnLcfve50BF2WhPaIU6m { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:6.625rem;left:0rem;display:none; }
#p3mqC13NbBUqllXRiTsMgNDxg6U1y2VS { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:13.3125rem;left:0rem;display:none; }
#rMAi1ulg1TNffpmfbF964VJ24BCkTGJx { position:absolute;display:block;z-index:15000;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:96rem;width:64rem;display:none; }
#oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH { position:relative;display:none; }#oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH { border-width: 0; border-radius: 0; }#oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH > .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; }#oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH > .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:18.75rem;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:none; }#yl58UppozIXwVW44E6k89DxXHB9e9ORp { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:1.9375rem;left:2.75rem;display:none; }
#JqXELIt0KLVIFpOPb5BvfREQTz2mTkof { position:relative;display:none; }#JqXELIt0KLVIFpOPb5BvfREQTz2mTkof { border-width: 0; border-radius: 0; }#JqXELIt0KLVIFpOPb5BvfREQTz2mTkof > .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; }#JqXELIt0KLVIFpOPb5BvfREQTz2mTkof > .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:18.75rem;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:none; }#EUCSagB65IgDmJItWuMZHoWSoS3yIffv { position:absolute;display:block;z-index:15000;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:85.5rem;width:64rem;display:none; }
#QausKOV0COglNP2JOTXuLnhM98X8Bd7D { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:20.6875rem;left:5.75rem;display:none; }
#uEDrXTs6pzLZ2rlwyCwt042TPHm3gcbw { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ivELJnB2mXZlqT6pXQFbVIl6IeBdKsv3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bz5lM7vHMaqt56fTX19Zfo7CPABtcqOm { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:10.1875rem;top:12.6875rem;left:0rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #pT21wC6GCQ6DZXbsuM8ddqKuX7mEER4s { top:1.5rem;left:0rem;width:19.9375rem;height:7.75rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bgZgzySgTGwl6HVbaiTn92yLsXZifiFa { top:11rem;left:0rem;width:19.875rem;height:7.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnLGCQCrwi19VOHWhgL8210uTtG6c9JH { display:none; }#LnLGCQCrwi19VOHWhgL8210uTtG6c9JH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EN0cwfuoAHQ2aM2DsUhucef7f8Oi12n8 { top:12.5rem;left:0rem;width:19.9375rem;height:31.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TzxgwRak4mFTtfB9wRr8xrt86TBI5QbH { top:2.125rem;left:0rem;width:19.9375rem;height:8.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bOcNQUpeEo6yrhm4h6zNDamwT1OmL1y4 { top:42.25rem;left:0rem;width:19.9375rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #BWeVKwzcSomoLIPUMlpiwOEuUBaDZD6W { top:23.4375rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQqP0ulHgJTiC1Vdme9eHlNQubSTGheE { top:37.6875rem;left:0rem;width:19.9375rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOx7lDacvFSWaxqQrQTCzXTsx3uEUdAR { top:46.625rem;left:0rem;width:19.9375rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w8RLro3uFVzufyG15p8EbTm0l2H2dgUp { width:47.75rem;height:34.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #R2Vw62NWwNOswqa9KLW69nMOf0XSVcdD { top:69.75rem;left:0rem;width:19.9375rem;height:14.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Or1h7JG6UzX1ODMDV6KnL3ST9zxBUkGC { display:none; }#Or1h7JG6UzX1ODMDV6KnL3ST9zxBUkGC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W7v6uQaWOaW8inAoU32suMcgI2ck5w8T { top:0.9375rem;left:0rem;width:16.3125rem;height:6.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDXNtWaePTsqocTWFpZM4JxSNsZ5HisU { top:8rem;left:0rem;width:19.9375rem;height:11.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlBchkJyZHJzdtdvEGB77WutNTchHabH { display:none; }#dlBchkJyZHJzdtdvEGB77WutNTchHabH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DTGGHg9wE49elAffRG5pTiP135LMfL4v { top:3.5rem;left:0rem;width:16.3125rem;height:3.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x5EqECX8w7m7o10PidL2K6U6TV0q180m { width:47.75rem;height:35.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPCLE774r1uzSerOHxz2C5TfGxAE88uW { top:11.9375rem;left:0rem;width:17.25rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #deBEMOMGK1Qz6UxkoNmGHqq7rwWrpJyh { width:42.25rem;height:49.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6WGJE595W8S95C7Wk8TKuEWxDkfOboZ { width:42.25rem;height:31.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhMMZrroKpTwPVHEoTkZ7GvqvNPyV8vt { top:75.875rem;left:0rem;width:17.25rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uO2f9q0wKvMILJhc0APlRk6J73KE5dcT { top:11.9375rem;left:0rem;width:17.25rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #tqgqaaEmJKL9ST4SmWECzd4nX0ZVVcAt { width:31.375rem;height:32.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pmysca9TerpWr7Wax5hNTVblUb7Lg3UV { display:none; }#Pmysca9TerpWr7Wax5hNTVblUb7Lg3UV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tuBebZIc0nHoskLVl2tVfpn7lzaR5LK6 { top:5.875rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vMliLNv0u92XQvQe2hNL4GblycrP1CZK { top:13.125rem;left:0rem;width:20rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kbp14ckySzXd9fBXBOKgONgNqbZv6wbM { width:47.75rem;height:63.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK { display:none; }#m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hd9EBZTf6TL6bvcIWPzSmr97Ze49NApb { top:34.4375rem;left:0rem;width:12.5rem;height:3.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SEExFcTN6sA05Wmtd5mqUwISBcTlApfv { display:none; }#SEExFcTN6sA05Wmtd5mqUwISBcTlApfv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qWsROGif6QC4ykinFn3TM4sLOCbWFkO6 { top:6.125rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtMspz8vTwNrThGQ8mWR9B7TfJ2Nb8GW { top:12.3125rem;left:0rem;width:20rem;height:9.0625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gpgu5mBE7O6U22kuJOiCGMxz1LBcOp7u { display:none; }
 }@media only screen and (max-width: 763px) { #sIuc1kK1gdQ3AMT3ikE2qViL2GiwvTyl { display:none; }#sIuc1kK1gdQ3AMT3ikE2qViL2GiwvTyl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vqwT6X7J0nOSoa3bKolbHAapAePnZVB0 { top:4.8125rem;left:0rem;width:15.25rem;height:6.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #THv6VTZfuov7rabSxhAE89Nv5wrOpDTD { top:12.3125rem;left:0rem;width:20rem;height:7.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ix2zsQwS3p4Vncuu8ZGsTW61uhVHTwpL { display:none; }
 }@media only screen and (max-width: 763px) { #q1XEdLV8UwSDXFhu7eUi58FT8Hq8hpWy { display:none; }#q1XEdLV8UwSDXFhu7eUi58FT8Hq8hpWy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pyrSweufTEDK1Ja6QUrG0GFiaaLOwwhi { top:4.4375rem;left:0rem;width:12.5rem;height:6.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFlr7cZ6I3Hp4WAEDmPFQrrap6bFX5ZQ { top:12.3125rem;left:0rem;width:20rem;height:5.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #bT0uNQ8XXAXuqOgm0c76frFkP16XSct1 { display:none; }
 }@media only screen and (max-width: 763px) { #Pb8JrmJgNXFxTDmTRgIlcMBs2yriWO6m { display:none; }#Pb8JrmJgNXFxTDmTRgIlcMBs2yriWO6m > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QCnThpnyrhqX4m1BmzSBDDqmC9xckFub { top:4.4375rem;left:0rem;width:12.5rem;height:8.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bN4xO3hNx1Xu8rhaWGrfma8CKMH3oQKB { top:10.8125rem;left:0rem;width:20rem;height:7.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GtF0pfAzHKx5ILToACp9LMBuGeS79gbg { display:none; }
 }@media only screen and (max-width: 763px) { #aMG2unwNbHmd5PITKWXHfiqZ30bSVBqo { display:none; }#aMG2unwNbHmd5PITKWXHfiqZ30bSVBqo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #V0vQzsT6t2SMRBCF4tG7qTTiXybUQONz { top:4.4375rem;left:0rem;width:12.5rem;height:8.125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PNHvJh9HCfOclTZDRL6Vw2NVgyXlCJMF { top:12.3125rem;left:0rem;width:20rem;height:7.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBGBr184PCemmv9T7IZBElwToK1Wblca { display:none; }
 }@media only screen and (max-width: 763px) { #cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu { display:none; }#cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vUzyMIEN0gQqcUrcOwlP5XQh5tARkgkm { top:1.9375rem;left:0rem;width:14.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FgiqPu8mhVptuhomTf0ohfaR7le7MRPL { display:none; }#FgiqPu8mhVptuhomTf0ohfaR7le7MRPL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eFLPflkTpD20P523Lr1FwGzZs5xz1Gao { display:none; }
 }@media only screen and (max-width: 763px) { #cma3EkOdut16CnLcfve50BF2WhPaIU6m { top:6.625rem;left:0rem;width:19.9375rem;height:4.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3mqC13NbBUqllXRiTsMgNDxg6U1y2VS { top:13.3125rem;left:0rem;width:19.9375rem;height:5.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMAi1ulg1TNffpmfbF964VJ24BCkTGJx { width:47.75rem;height:71.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH { display:none; }#oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yl58UppozIXwVW44E6k89DxXHB9e9ORp { top:1.9375rem;left:0rem;width:14.5rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqXELIt0KLVIFpOPb5BvfREQTz2mTkof { display:none; }#JqXELIt0KLVIFpOPb5BvfREQTz2mTkof > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EUCSagB65IgDmJItWuMZHoWSoS3yIffv { width:47.75rem;height:63.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QausKOV0COglNP2JOTXuLnhM98X8Bd7D { top:20.6875rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uEDrXTs6pzLZ2rlwyCwt042TPHm3gcbw { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #ivELJnB2mXZlqT6pXQFbVIl6IeBdKsv3 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz5lM7vHMaqt56fTX19Zfo7CPABtcqOm { top:12.6875rem;left:0rem;width:19.9375rem;height:10.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { 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 > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:19.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pT21wC6GCQ6DZXbsuM8ddqKuX7mEER4s { top:1.5615234375rem;left:0rem;width:19.9995rem;height:7.47395625rem;z-index:15000;font-size:1.4375rem;font-weight:700;font-style:normal;font-family:montserrat;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #bgZgzySgTGwl6HVbaiTn92yLsXZifiFa { top:9.984375rem;left:0.06298828125rem;width:19.93725rem;height:7.3111875rem;z-index:15001;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-family:montserrat;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnLGCQCrwi19VOHWhgL8210uTtG6c9JH { display:block; }#LnLGCQCrwi19VOHWhgL8210uTtG6c9JH > .row .container { width:20rem;height:99.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EN0cwfuoAHQ2aM2DsUhucef7f8Oi12n8 { top:12.53125rem;left:0rem;width:19.9995rem;height:31.1874875rem;z-index:15000;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TzxgwRak4mFTtfB9wRr8xrt86TBI5QbH { top:2.156982421875rem;left:0rem;width:19.9995rem;height:8.125rem;z-index:15001;font-size:1.25rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bOcNQUpeEo6yrhm4h6zNDamwT1OmL1y4 { top:45.849609375rem;left:0rem;width:19.99875rem;height:4.875rem;z-index:15002;font-size:1.25rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BWeVKwzcSomoLIPUMlpiwOEuUBaDZD6W { top:23.499755859375rem;left:2.51513671875rem;width:12.4995rem;height:1.29980625rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #AQqP0ulHgJTiC1Vdme9eHlNQubSTGheE { top:51.6201171875rem;left:0rem;width:19.9995rem;height:9.09635625rem;z-index:15004;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #BOx7lDacvFSWaxqQrQTCzXTsx3uEUdAR { top:61.25rem;left:0rem;width:19.9980625rem;height:4.875rem;z-index:15003;font-size:1.25rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w8RLro3uFVzufyG15p8EbTm0l2H2dgUp { top:67.6875rem;left:0rem;width:19.9995rem;height:14.25rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #R2Vw62NWwNOswqa9KLW69nMOf0XSVcdD { top:84.125rem;left:0.0009765625rem;width:19.99875rem;height:14.294275rem;z-index:15005;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Or1h7JG6UzX1ODMDV6KnL3ST9zxBUkGC { display:block; }#Or1h7JG6UzX1ODMDV6KnL3ST9zxBUkGC > .row .container { width:20rem;height:19.696617126465rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W7v6uQaWOaW8inAoU32suMcgI2ck5w8T { top:0.939697265625rem;left:1.8427734375rem;width:16.3125rem;height:6.5rem;z-index:15000;font-family:montserrat;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MDXNtWaePTsqocTWFpZM4JxSNsZ5HisU { top:8.001708984375rem;left:0rem;width:19.9995rem;height:11.69531875rem;z-index:15001;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #dlBchkJyZHJzdtdvEGB77WutNTchHabH { display:block; }#dlBchkJyZHJzdtdvEGB77WutNTchHabH > .row .container { width:20rem;height:82.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DTGGHg9wE49elAffRG5pTiP135LMfL4v { top:2.06396484375rem;left:1.8427734375rem;width:16.3125rem;height:3.8997375rem;z-index:15001;font-family:montserrat;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x5EqECX8w7m7o10PidL2K6U6TV0q180m { top:24.5625rem;left:1.3125rem;width:17.3745rem;height:12.9375rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BPCLE774r1uzSerOHxz2C5TfGxAE88uW { top:14.701171875rem;left:0rem;width:17.31225rem;height:7.796875rem;z-index:15003;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #deBEMOMGK1Qz6UxkoNmGHqq7rwWrpJyh { top:39.625rem;left:1.3125rem;width:16.6245rem;height:19.6875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r6WGJE595W8S95C7Wk8TKuEWxDkfOboZ { top:61.3125rem;left:1.3125rem;width:16.5625rem;height:12.375rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #nhMMZrroKpTwPVHEoTkZ7GvqvNPyV8vt { top:75.875rem;left:0rem;width:17.31225rem;height:3.8984375rem;z-index:15004;font-family:montserrat;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uO2f9q0wKvMILJhc0APlRk6J73KE5dcT { top:11.95166015625rem;left:0rem;width:17.3115rem;height:1.29980625rem;z-index:15004;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #tqgqaaEmJKL9ST4SmWECzd4nX0ZVVcAt { top:7.078125rem;left:6.64013671875rem;width:6.375rem;height:6.5625rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Pmysca9TerpWr7Wax5hNTVblUb7Lg3UV { display:block; }#Pmysca9TerpWr7Wax5hNTVblUb7Lg3UV > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tuBebZIc0nHoskLVl2tVfpn7lzaR5LK6 { top:2.6875rem;left:3.75rem;width:12.5rem;height:3.8997375rem;z-index:15000;font-size:1.5rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMliLNv0u92XQvQe2hNL4GblycrP1CZK { top:24.9375rem;left:0rem;width:20rem;height:7.796875rem;z-index:15001;font-size:1rem;font-family:montserrat;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Kbp14ckySzXd9fBXBOKgONgNqbZv6wbM { top:8.625rem;left:4.6875rem;width:10.625rem;height:14.1875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK > .row .container { background-color: transparent; background-image: none; }#m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK > .row .container > .video-iframe-container { display: none; }#m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK > .row > .video-iframe-container { display: none; }#m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK > .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); }#m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK > .row .container { border-width: 0; border-radius: 0; }#m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0yQ6rkaW0xG6T1WWeGAf3fqqWhui5iK > .row .container { width:20rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hd9EBZTf6TL6bvcIWPzSmr97Ze49NApb { top:1.798828125rem;left:2.75rem;width:14.5rem;height:3.8997375rem;z-index:15003;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #SEExFcTN6sA05Wmtd5mqUwISBcTlApfv { display:block; }#SEExFcTN6sA05Wmtd5mqUwISBcTlApfv > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWsROGif6QC4ykinFn3TM4sLOCbWFkO6 { top:4.48046875rem;left:3.75rem;width:12.5rem;height:6.5rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #OtMspz8vTwNrThGQ8mWR9B7TfJ2Nb8GW { top:12.313804626465rem;left:0rem;width:20rem;height:9.09635625rem;z-index:15001;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #gpgu5mBE7O6U22kuJOiCGMxz1LBcOp7u { display:flex;top:1.0625rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #sIuc1kK1gdQ3AMT3ikE2qViL2GiwvTyl { display:block; }#sIuc1kK1gdQ3AMT3ikE2qViL2GiwvTyl > .row .container { width:20rem;height:19.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqwT6X7J0nOSoa3bKolbHAapAePnZVB0 { top:4.85546875rem;left:2.375rem;width:15.25rem;height:6.5rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #THv6VTZfuov7rabSxhAE89Nv5wrOpDTD { top:12.313804626465rem;left:0rem;width:20rem;height:5.19791875rem;z-index:15001;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ix2zsQwS3p4Vncuu8ZGsTW61uhVHTwpL { display:flex;top:0rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #q1XEdLV8UwSDXFhu7eUi58FT8Hq8hpWy { display:block; }#q1XEdLV8UwSDXFhu7eUi58FT8Hq8hpWy > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pyrSweufTEDK1Ja6QUrG0GFiaaLOwwhi { top:4.48046875rem;left:3.75rem;width:12.5rem;height:6.5rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #IFlr7cZ6I3Hp4WAEDmPFQrrap6bFX5ZQ { top:12.313804626465rem;left:0rem;width:20rem;height:5.19791875rem;z-index:15001;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #bT0uNQ8XXAXuqOgm0c76frFkP16XSct1 { display:flex;top:0rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #Pb8JrmJgNXFxTDmTRgIlcMBs2yriWO6m { display:block; }#Pb8JrmJgNXFxTDmTRgIlcMBs2yriWO6m > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QCnThpnyrhqX4m1BmzSBDDqmC9xckFub { top:4.41796875rem;left:1.28125rem;width:17.4375rem;height:4.875rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #bN4xO3hNx1Xu8rhaWGrfma8CKMH3oQKB { top:10.813802719116rem;left:0rem;width:20rem;height:5.19791875rem;z-index:15001;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #GtF0pfAzHKx5ILToACp9LMBuGeS79gbg { display:flex;top:0rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #aMG2unwNbHmd5PITKWXHfiqZ30bSVBqo { display:block; }#aMG2unwNbHmd5PITKWXHfiqZ30bSVBqo > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V0vQzsT6t2SMRBCF4tG7qTTiXybUQONz { top:4.16796875rem;left:2.8125rem;width:14.375rem;height:6.5rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #PNHvJh9HCfOclTZDRL6Vw2NVgyXlCJMF { top:12.313804626465rem;left:0rem;width:20rem;height:5.19791875rem;z-index:15001;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #zBGBr184PCemmv9T7IZBElwToK1Wblca { display:flex;top:0rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu > .row .container { background-color: transparent; background-image: none; }#cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu > .row .container > .video-iframe-container { display: none; }#cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu > .row > .video-iframe-container { display: none; }#cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu > .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); }#cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu > .row .container { border-width: 0; border-radius: 0; }#cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cn5BlAZfDXnqCXtwvZTpbcAMkvhct9Tu > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vUzyMIEN0gQqcUrcOwlP5XQh5tARkgkm { top:1.978515625rem;left:2.75rem;width:14.5rem;height:1.94986875rem;z-index:15004;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #FgiqPu8mhVptuhomTf0ohfaR7le7MRPL { display:block; }#FgiqPu8mhVptuhomTf0ohfaR7le7MRPL > .row .container { width:20rem;height:32.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eFLPflkTpD20P523Lr1FwGzZs5xz1Gao { display:flex;top:15.75rem;left:8.5rem;width:3.1245125rem;height:3.1245125rem;z-index:15003; }
 }@media only screen and (max-width: 763px) { #cma3EkOdut16CnLcfve50BF2WhPaIU6m { top:20.125rem;left:0.0625rem;width:19.9995rem;height:4.875rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.25rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #p3mqC13NbBUqllXRiTsMgNDxg6U1y2VS { top:26.0625rem;left:0.0625rem;width:19.9995rem;height:5.19791875rem;z-index:15002;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #rMAi1ulg1TNffpmfbF964VJ24BCkTGJx { top:1.858154296875rem;left:5.8740234375rem;width:8.25rem;height:12.375rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH > .row .container { background-color: transparent; background-image: none; }#oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH > .row .container > .video-iframe-container { display: none; }#oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH > .row > .video-iframe-container { display: none; }#oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH > .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); }#oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH > .row .container { border-width: 0; border-radius: 0; }#oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oaFKX0EOeHfg5XNqP1i1LNG4ydSVN1mH > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yl58UppozIXwVW44E6k89DxXHB9e9ORp { top:1.978515625rem;left:2.75rem;width:14.5rem;height:3.8997375rem;z-index:15004;font-size:1.5rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #JqXELIt0KLVIFpOPb5BvfREQTz2mTkof { display:block; }#JqXELIt0KLVIFpOPb5BvfREQTz2mTkof > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EUCSagB65IgDmJItWuMZHoWSoS3yIffv { top:0.90625rem;left:6.21875rem;width:7.5625rem;height:10.125rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QausKOV0COglNP2JOTXuLnhM98X8Bd7D { top:24.10302734375rem;left:3.74853515625rem;width:12.4995rem;height:1.4622375rem;z-index:15004;text-align:center;text-align-last:center;font-size:1.125rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #uEDrXTs6pzLZ2rlwyCwt042TPHm3gcbw { top:26.852783203125rem;left:1.24951171875rem;width:17.49975rem;height:3.99975625rem;z-index:15005;background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ivELJnB2mXZlqT6pXQFbVIl6IeBdKsv3 { display:block; }
 }@media only screen and (max-width: 763px) { #Bz5lM7vHMaqt56fTX19Zfo7CPABtcqOm { top:12.733154296875rem;left:0rem;width:19.9995rem;height:10.235675rem;z-index:15001;font-size:1.125rem;font-family:montserrat;display:block; }
 }