.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:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--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; }#TbVFhqgptpI6GTOOkBTJPppsFboETKy3 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.875rem;top:7rem;left:0rem;display:none; }
#W8b6Q65I7UgFSuxmxkVBwn2wmlhoVb2I { 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:4.625rem;top:2.3125rem;left:0rem;display:none; }
#UkDA65l2m1EKQJRiOBf6umgOZTsy7PcM { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#qsaFqmfTz8wlecnPfuThTcaZ4wh56QWy { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#aq7ixy7mDVRd2y3EyaEp0OiNoEphOCyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8KEOMgspgHOuZdSAyiSiLSIagA9L1Jr { 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:2.875rem;top:12.3125rem;left:0rem;display:none; }
#cewDex7KMTHDJy3WTQBTW2BxMtcFBgt2 { position:relative;display:none; }#cewDex7KMTHDJy3WTQBTW2BxMtcFBgt2 { border-width: 0; border-radius: 0; }#cewDex7KMTHDJy3WTQBTW2BxMtcFBgt2 > .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; }#cewDex7KMTHDJy3WTQBTW2BxMtcFBgt2 > .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; }#hmXRTUmUHl2I1lpJOVncBvn9cOGk6vTr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;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:1.8125rem;left:3rem;display:none; }
#mybEKyohExmPOXXF8RmuNLxKDA2Ut3da { 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:35.25rem;width:46.8125rem;display:none; }
#UMfBrckXeTHfeHK1hkQQxTDSfP4t0Q3l { 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:29.375rem;width:46.8125rem;display:none; }
#JnuiLDrtB1M9LznRASON095xSaCydxkq { 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:3.9375rem;top:33rem;left:0rem;display:none; }
#yvH4H9GIrsX9kRkG1bz4JIZvtWo39Hc3 { position:relative;display:none; }#yvH4H9GIrsX9kRkG1bz4JIZvtWo39Hc3 { border-width: 0; border-radius: 0; }#yvH4H9GIrsX9kRkG1bz4JIZvtWo39Hc3 > .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; }#yvH4H9GIrsX9kRkG1bz4JIZvtWo39Hc3 > .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; }#C5WFpPblwvUZ2b3BTSWbVL4Ffqno5p0M { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.1875rem;left:0rem;display:none; }
#VUlBBstN8541fPw6dnoaZBTspdi3RHJ8 { 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:18.1875rem;top:9.8125rem;left:0rem;display:none; }
#gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9 { position:relative;display:none; }#gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9 { border-width: 0; border-radius: 0; }#gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9 > .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; }#gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9 > .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; }#FUtGGyGLBKbT2We6QETS7Ten1dzwc47K { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.0625rem;left:0rem;display:none; }
#xAb0ZHpX5dMWH0DcJzEBmGUNOfB7C0rv { 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:29.875rem;top:9.75rem;left:0rem;display:none; }
#Bk9CBikQcC6Uiint4dRc5VMWMDQOcExL { position:relative;display:none; }#Bk9CBikQcC6Uiint4dRc5VMWMDQOcExL { border-width: 0; border-radius: 0; }#Bk9CBikQcC6Uiint4dRc5VMWMDQOcExL > .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; }#Bk9CBikQcC6Uiint4dRc5VMWMDQOcExL > .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; }#n5yXo3f2PHU0OiK6CczxQZlnitL9oqNx { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:3.25rem;left:0rem;display:none; }
#W73X9aXpvKPyu3Eqr1bxO1hnutTFNF3s { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;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:23.375rem;top:6.0625rem;left:0.1875rem;display:none; }
#gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P { position:relative;display:none; }#gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P { border-width: 0; border-radius: 0; }#gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P > .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; }#gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P > .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; }#p8Do1kB64HVZvHCvuN0Dagrvf4XxyqSs { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.5rem;left:0rem;display:none; }
#VfyzCkUsqTgC6UD1LfD55mOsrNTGwN2f { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;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:37.625rem;top:7.375rem;left:0rem;display:none; }
#aG5w47m8LhX04W4OM58x3fqLtc1WKs8m { 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:58.5625rem;width:67.5rem;display:none; }
#y26ghupm2C3M0nzVEQV4geTwSxPp6pUy { position:relative;display:none; }#y26ghupm2C3M0nzVEQV4geTwSxPp6pUy { border-width: 0; border-radius: 0; }#y26ghupm2C3M0nzVEQV4geTwSxPp6pUy > .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; }#y26ghupm2C3M0nzVEQV4geTwSxPp6pUy > .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; }#NgexqUmW0icHTCEhobwti3rHLXI6CyBH { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.5rem;left:0rem;display:none; }
#MTZJty0ItunsvTiB9ZI9x8HcimACg18M { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;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:25.9375rem;top:11.1875rem;left:0.125rem;display:none; }
#UzQUlBc8rbTpqBZ6pm0K0gLFGcXcWD3m { position:relative;display:none; }#UzQUlBc8rbTpqBZ6pm0K0gLFGcXcWD3m { border-width: 0; border-radius: 0; }#UzQUlBc8rbTpqBZ6pm0K0gLFGcXcWD3m > .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; }#UzQUlBc8rbTpqBZ6pm0K0gLFGcXcWD3m > .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; }#JFEqX1pWanlcJyuZKO3r9C1OnAqngsIA { 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:3.875rem;top:1.5rem;left:0rem;display:none; }
#oJ1JPmMrQaoHuDiFCi72PAFqITqCAwaz { 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:8.1875rem;left:0rem;display:none; }
#IzkJlPk7TirZ6WdGWi7rOnVh1p7Sr4pp { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;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:23.75rem;left:0rem;display:none; }
#gRRSQNZhrRlI8tmxpgWZ3lTTnpVxXJPT { 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:2.875rem;top:19.3125rem;left:0rem;display:none; }
#ALZ9J1n5fgMeOyf0MT9WpTJ21R1AKT8T { position:relative;display:none; }#ALZ9J1n5fgMeOyf0MT9WpTJ21R1AKT8T { border-width: 0; border-radius: 0; }#ALZ9J1n5fgMeOyf0MT9WpTJ21R1AKT8T > .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; }#ALZ9J1n5fgMeOyf0MT9WpTJ21R1AKT8T > .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; }#yIgrNp7EktkT361fsMGywn8rnz6UbqDd { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.6875rem;left:0rem;display:none; }
#a4CFC8Qh7lOpCVO5eB4iqf2is9CQU8iN { 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.1875rem;top:13rem;left:0rem;display:none; }
#WlAs9KAXEHkUEQ9KyokJDn5oL3hohNq5 { position:relative;display:none; }#WlAs9KAXEHkUEQ9KyokJDn5oL3hohNq5 { border-width: 0; border-radius: 0; }#WlAs9KAXEHkUEQ9KyokJDn5oL3hohNq5 > .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; }#WlAs9KAXEHkUEQ9KyokJDn5oL3hohNq5 > .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; }#MCngEDZTyV1FILo0CdX4lbTLaZnphRor { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:0rem;left:0rem;display:none; }
#x1bhnHz7550looJvkuFlnmATi73PWBRD { 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:11.9375rem;left:0rem;display:none; }
#k0oHUmmOCwGtTbIRv854h5xEzT1sBhiE { 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:64rem;width:64rem;display:none; }
#NRhl89vhNtleWf6HwmOEepnWzWQv36PW { position:relative;display:none; }#NRhl89vhNtleWf6HwmOEepnWzWQv36PW { border-width: 0; border-radius: 0; }#NRhl89vhNtleWf6HwmOEepnWzWQv36PW > .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; }#NRhl89vhNtleWf6HwmOEepnWzWQv36PW > .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; }#OuNX1zrJ22TGTEBVO4UVO6fcmF9hMe76 { 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:20.75rem;top:10.625rem;left:0rem;display:none; }
#MWSTPKbcHt8ql7DKVvCds83sfiaxPdyE { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:7.125rem;top:1.75rem;left:3.75rem;display:none; }
#X2vQrwK0zBsUlHLTu2ZlxL52nLTP9PZU { position:relative;display:none; }#X2vQrwK0zBsUlHLTu2ZlxL52nLTP9PZU { border-width: 0; border-radius: 0; }#X2vQrwK0zBsUlHLTu2ZlxL52nLTP9PZU > .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; }#X2vQrwK0zBsUlHLTu2ZlxL52nLTP9PZU > .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; }#FgGCZwwNDJ9TGh4CDu9J0VkvHNME0Qqz { 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:27.25rem;top:11.875rem;left:0rem;display:none; }
#t0UVFhmriIHHWAFMKUDNauv4bEKT3LZh { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.875rem;top:1.75rem;left:3.75rem;display:none; }
#GAvuQd07sgr2lfAWgxZS2uJplZnLOLNF { position:relative;display:none; }#GAvuQd07sgr2lfAWgxZS2uJplZnLOLNF { border-width: 0; border-radius: 0; }#GAvuQd07sgr2lfAWgxZS2uJplZnLOLNF > .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; }#GAvuQd07sgr2lfAWgxZS2uJplZnLOLNF > .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; }#KdL8XVSKOViCbqMcroxrXR2mDMnLNBbM { 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:12.9375rem;top:11.875rem;left:0rem;display:none; }
#Ih4q61wDtSxxlmtMWEOSul6PnebX1qyr { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.3125rem;top:1.75rem;left:3.75rem;display:none; }
#ZhiTnxduuvXDeZasxocTBQhB5MkUQweH { position:relative;display:none; }#ZhiTnxduuvXDeZasxocTBQhB5MkUQweH { border-width: 0; border-radius: 0; }#ZhiTnxduuvXDeZasxocTBQhB5MkUQweH > .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; }#ZhiTnxduuvXDeZasxocTBQhB5MkUQweH > .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; }#QAQ1gyyzbz5sKLiXaZ4v6xy5LPvNzyQe { color:rgba(var(--color-tertiary-4),1);display:block;width:12.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:3.25rem;top:1.3125rem;left:3.125rem;display:none; }
#pveskavI6NLFskiebQFRHeQTs7d3s77d { position:relative;display:none; }#pveskavI6NLFskiebQFRHeQTs7d3s77d { border-width: 0; border-radius: 0; }#pveskavI6NLFskiebQFRHeQTs7d3s77d > .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; }#pveskavI6NLFskiebQFRHeQTs7d3s77d > .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; }#BzsKF63QQHLGhx4qPUD0HLdT38gJtZaB { 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:12.0625rem;left:4.25rem;display:none; }
#S8H13k5PzUf1wMatSyMAOe9gFgsVNJiM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.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:20.5rem;left:2.75rem;display:none; }
#tUiLVTUMUl5KPvhCUAesSFF39sOgR5o0 { 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:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#us6f18suazH1LEwz6nXsQ4pigX5pksm7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k5ZiOfQ66iyNT4fFcDptBhL2m596aQxi { 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:2.5625rem;top:21.25rem;left:0rem;display:none; }
#HwqCXCDrMruNrUaPu4UDfiO7NOXMM77p { 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:64rem;width:64rem;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) { #TbVFhqgptpI6GTOOkBTJPppsFboETKy3 { top:7rem;left:0rem;width:19.9375rem;height:4.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8b6Q65I7UgFSuxmxkVBwn2wmlhoVb2I { top:2.3125rem;left:0rem;width:19.9375rem;height:4.625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UkDA65l2m1EKQJRiOBf6umgOZTsy7PcM { display:none; }
 }@media only screen and (max-width: 763px) { #qsaFqmfTz8wlecnPfuThTcaZ4wh56QWy { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #aq7ixy7mDVRd2y3EyaEp0OiNoEphOCyT { display:block; }
 }@media only screen and (max-width: 763px) { #r8KEOMgspgHOuZdSAyiSiLSIagA9L1Jr { top:12.3125rem;left:0rem;width:19.9375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cewDex7KMTHDJy3WTQBTW2BxMtcFBgt2 { display:none; }#cewDex7KMTHDJy3WTQBTW2BxMtcFBgt2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hmXRTUmUHl2I1lpJOVncBvn9cOGk6vTr { top:1.8125rem;left:0rem;width:12.4375rem;height:6.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mybEKyohExmPOXXF8RmuNLxKDA2Ut3da { width:46.8125rem;height:35.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UMfBrckXeTHfeHK1hkQQxTDSfP4t0Q3l { width:46.8125rem;height:29.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JnuiLDrtB1M9LznRASON095xSaCydxkq { top:33rem;left:0rem;width:19.9375rem;height:3.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yvH4H9GIrsX9kRkG1bz4JIZvtWo39Hc3 { display:none; }#yvH4H9GIrsX9kRkG1bz4JIZvtWo39Hc3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #C5WFpPblwvUZ2b3BTSWbVL4Ffqno5p0M { top:1.1875rem;left:0rem;width:19.9375rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUlBBstN8541fPw6dnoaZBTspdi3RHJ8 { top:9.8125rem;left:0rem;width:19.9375rem;height:18.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9 { display:none; }#gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FUtGGyGLBKbT2We6QETS7Ten1dzwc47K { top:1.0625rem;left:0rem;width:19.9375rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xAb0ZHpX5dMWH0DcJzEBmGUNOfB7C0rv { top:9.75rem;left:0rem;width:19.9375rem;height:29.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bk9CBikQcC6Uiint4dRc5VMWMDQOcExL { display:none; }#Bk9CBikQcC6Uiint4dRc5VMWMDQOcExL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #n5yXo3f2PHU0OiK6CczxQZlnitL9oqNx { top:3.25rem;left:0rem;width:19.9375rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #W73X9aXpvKPyu3Eqr1bxO1hnutTFNF3s { top:6.0625rem;left:0rem;width:19.6875rem;height:23.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P { display:none; }#gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p8Do1kB64HVZvHCvuN0Dagrvf4XxyqSs { top:1.5rem;left:0rem;width:19.9375rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VfyzCkUsqTgC6UD1LfD55mOsrNTGwN2f { top:7.375rem;left:0rem;width:19.6875rem;height:37.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aG5w47m8LhX04W4OM58x3fqLtc1WKs8m { width:47.75rem;height:41.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #y26ghupm2C3M0nzVEQV4geTwSxPp6pUy { display:none; }#y26ghupm2C3M0nzVEQV4geTwSxPp6pUy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NgexqUmW0icHTCEhobwti3rHLXI6CyBH { top:1.5rem;left:0rem;width:19.9375rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTZJty0ItunsvTiB9ZI9x8HcimACg18M { top:11.1875rem;left:0rem;width:19.6875rem;height:25.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzQUlBc8rbTpqBZ6pm0K0gLFGcXcWD3m { display:none; }#UzQUlBc8rbTpqBZ6pm0K0gLFGcXcWD3m > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JFEqX1pWanlcJyuZKO3r9C1OnAqngsIA { top:1.5rem;left:0rem;width:19.9375rem;height:3.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oJ1JPmMrQaoHuDiFCi72PAFqITqCAwaz { top:8.1875rem;left:0rem;width:19.9375rem;height:11.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IzkJlPk7TirZ6WdGWi7rOnVh1p7Sr4pp { top:23.75rem;left:0rem;width:18.8125rem;height:7.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRRSQNZhrRlI8tmxpgWZ3lTTnpVxXJPT { top:19.3125rem;left:0rem;width:19.9375rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALZ9J1n5fgMeOyf0MT9WpTJ21R1AKT8T { display:none; }#ALZ9J1n5fgMeOyf0MT9WpTJ21R1AKT8T > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yIgrNp7EktkT361fsMGywn8rnz6UbqDd { top:2.6875rem;left:0rem;width:19.9375rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4CFC8Qh7lOpCVO5eB4iqf2is9CQU8iN { top:13rem;left:0rem;width:19.9375rem;height:31.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WlAs9KAXEHkUEQ9KyokJDn5oL3hohNq5 { display:none; }#WlAs9KAXEHkUEQ9KyokJDn5oL3hohNq5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MCngEDZTyV1FILo0CdX4lbTLaZnphRor { top:0rem;left:0rem;width:19.9375rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #x1bhnHz7550looJvkuFlnmATi73PWBRD { top:11.9375rem;left:0rem;width:19.9375rem;height:14.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0oHUmmOCwGtTbIRv854h5xEzT1sBhiE { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NRhl89vhNtleWf6HwmOEepnWzWQv36PW { display:none; }#NRhl89vhNtleWf6HwmOEepnWzWQv36PW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OuNX1zrJ22TGTEBVO4UVO6fcmF9hMe76 { top:10.625rem;left:0rem;width:20rem;height:20.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWSTPKbcHt8ql7DKVvCds83sfiaxPdyE { top:1.75rem;left:0rem;width:12.5rem;height:7.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X2vQrwK0zBsUlHLTu2ZlxL52nLTP9PZU { display:none; }#X2vQrwK0zBsUlHLTu2ZlxL52nLTP9PZU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FgGCZwwNDJ9TGh4CDu9J0VkvHNME0Qqz { top:11.875rem;left:0rem;width:19.9375rem;height:27.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #t0UVFhmriIHHWAFMKUDNauv4bEKT3LZh { top:1.75rem;left:0rem;width:12.4375rem;height:8.875rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAvuQd07sgr2lfAWgxZS2uJplZnLOLNF { display:none; }#GAvuQd07sgr2lfAWgxZS2uJplZnLOLNF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KdL8XVSKOViCbqMcroxrXR2mDMnLNBbM { top:11.875rem;left:0rem;width:19.9375rem;height:12.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ih4q61wDtSxxlmtMWEOSul6PnebX1qyr { top:1.75rem;left:0rem;width:12.4375rem;height:5.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhiTnxduuvXDeZasxocTBQhB5MkUQweH { display:none; }#ZhiTnxduuvXDeZasxocTBQhB5MkUQweH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QAQ1gyyzbz5sKLiXaZ4v6xy5LPvNzyQe { top:1.3125rem;left:0rem;width:12.4375rem;height:3.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pveskavI6NLFskiebQFRHeQTs7d3s77d { display:none; }#pveskavI6NLFskiebQFRHeQTs7d3s77d > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BzsKF63QQHLGhx4qPUD0HLdT38gJtZaB { top:12.0625rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8H13k5PzUf1wMatSyMAOe9gFgsVNJiM { top:20.5rem;left:0rem;width:12.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tUiLVTUMUl5KPvhCUAesSFF39sOgR5o0 { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #us6f18suazH1LEwz6nXsQ4pigX5pksm7 { display:block; }
 }@media only screen and (max-width: 763px) { #k5ZiOfQ66iyNT4fFcDptBhL2m596aQxi { top:21.25rem;left:0rem;width:19.9375rem;height:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwqCXCDrMruNrUaPu4UDfiO7NOXMM77p { width:47.75rem;height:47.75rem;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:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbVFhqgptpI6GTOOkBTJPppsFboETKy3 { top:7.002685546875rem;left:0rem;width:19.9980625rem;height:5.361325rem;z-index:15000;font-size:1.375rem;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #W8b6Q65I7UgFSuxmxkVBwn2wmlhoVb2I { top:1.68603515625rem;left:0rem;width:19.9980625rem;height:4.38574375rem;z-index:15001;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),0.82);font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #UkDA65l2m1EKQJRiOBf6umgOZTsy7PcM { top:18.124267578125rem;left:0.75rem;width:18.5rem;height:11.8125rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #qsaFqmfTz8wlecnPfuThTcaZ4wh56QWy { top:34.62451171875rem;left:1.250244140625rem;width:17.499rem;height:4.93725625rem;z-index:15003;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aq7ixy7mDVRd2y3EyaEp0OiNoEphOCyT { display:block; }
 }@media only screen and (max-width: 763px) { #r8KEOMgspgHOuZdSAyiSiLSIagA9L1Jr { top:11.425048828125rem;left:0rem;width:19.9980625rem;height:2.923825rem;z-index:15002;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #cewDex7KMTHDJy3WTQBTW2BxMtcFBgt2 { display:block; }#cewDex7KMTHDJy3WTQBTW2BxMtcFBgt2 > .row .container { width:20rem;height:40.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmXRTUmUHl2I1lpJOVncBvn9cOGk6vTr { top:1.812744140625rem;left:3.015380859375rem;width:12.4995rem;height:6.500975rem;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) { #mybEKyohExmPOXXF8RmuNLxKDA2Ut3da { top:10.09130859375rem;left:3.280517578125rem;width:13.437rem;height:9.99975rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UMfBrckXeTHfeHK1hkQQxTDSfP4t0Q3l { top:21.214599609375rem;left:2.5927734375rem;width:14.8125rem;height:9.3125rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JnuiLDrtB1M9LznRASON095xSaCydxkq { top:33.0146484375rem;left:0rem;width:20rem;height:3.89795rem;z-index:15003;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #yvH4H9GIrsX9kRkG1bz4JIZvtWo39Hc3 { display:block; }#yvH4H9GIrsX9kRkG1bz4JIZvtWo39Hc3 > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5WFpPblwvUZ2b3BTSWbVL4Ffqno5p0M { top:1.18798828125rem;left:0rem;width:19.9995rem;height:7.1484375rem;z-index:15000;font-family:montserrat;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VUlBBstN8541fPw6dnoaZBTspdi3RHJ8 { top:9.848876953125rem;left:0rem;width:19.9995rem;height:16.89110625rem;z-index:15001;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9 { background-color:rgba(var(--color-primary-0),0.34);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; }#gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9 > .row .container { background-color: transparent; background-image: none; }#gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9 > .row .container > .video-iframe-container { display: none; }#gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9 > .row > .video-iframe-container { display: none; }#gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9 > .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); }#gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9 > .row .container { border-width: 0; border-radius: 0; }#gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gGO8lk4ZRLKva3I2oQK1Wrfu9RrH1RS9 > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FUtGGyGLBKbT2We6QETS7Ten1dzwc47K { top:1.062744140625rem;left:0rem;width:19.99875rem;height:6.501rem;z-index:15001;font-family:montserrat;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xAb0ZHpX5dMWH0DcJzEBmGUNOfB7C0rv { top:10.253662109375rem;left:0rem;width:19.99875rem;height:25.98635rem;z-index:15002;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Bk9CBikQcC6Uiint4dRc5VMWMDQOcExL { display:block; }#Bk9CBikQcC6Uiint4dRc5VMWMDQOcExL > .row .container { width:20rem;height:30.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n5yXo3f2PHU0OiK6CczxQZlnitL9oqNx { top:1.5rem;left:0rem;width:19.9980625rem;height:3.2504875rem;z-index:15002;font-family:montserrat;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W73X9aXpvKPyu3Eqr1bxO1hnutTFNF3s { top:6.097412109375rem;left:0rem;width:19.74975rem;height:20.78906875rem;z-index:15003;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P { background-color:rgba(var(--color-primary-0),0.34);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; }#gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P > .row .container { background-color: transparent; background-image: none; }#gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P > .row .container > .video-iframe-container { display: none; }#gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P > .row > .video-iframe-container { display: none; }#gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P > .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); }#gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P > .row .container { border-width: 0; border-radius: 0; }#gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gqx9DnTKL0Cyniv4BwsMONf6qXM72r6P > .row .container { width:20rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p8Do1kB64HVZvHCvuN0Dagrvf4XxyqSs { top:1.5rem;left:0rem;width:19.9980625rem;height:;z-index:15002;font-family:montserrat;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VfyzCkUsqTgC6UD1LfD55mOsrNTGwN2f { top:21.88037109375rem;left:0rem;width:19.7483125rem;height:32.48293125rem;z-index:15003;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #aG5w47m8LhX04W4OM58x3fqLtc1WKs8m { top:8.18701171875rem;left:2.90478515625rem;width:14.187rem;height:12.24975rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #y26ghupm2C3M0nzVEQV4geTwSxPp6pUy { display:block; }#y26ghupm2C3M0nzVEQV4geTwSxPp6pUy > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgexqUmW0icHTCEhobwti3rHLXI6CyBH { top:1.5rem;left:0rem;width:19.9980625rem;height:;z-index:15002;font-family:montserrat;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MTZJty0ItunsvTiB9ZI9x8HcimACg18M { top:11.2265625rem;left:0.125244140625rem;width:19.7483125rem;height:23.3877125rem;z-index:15003;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #UzQUlBc8rbTpqBZ6pm0K0gLFGcXcWD3m { display:block; }#UzQUlBc8rbTpqBZ6pm0K0gLFGcXcWD3m > .row .container { width:20rem;height:34.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JFEqX1pWanlcJyuZKO3r9C1OnAqngsIA { top:1.53955078125rem;left:0rem;width:20rem;height:4.38574375rem;z-index:15000;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ1JPmMrQaoHuDiFCi72PAFqITqCAwaz { top:8.990478515625rem;left:0rem;width:19.9995rem;height:11.69385625rem;z-index:15001;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #IzkJlPk7TirZ6WdGWi7rOnVh1p7Sr4pp { top:24.119384765625rem;left:1.12646484375rem;width:18.87375rem;height:7.7959rem;z-index:15002;text-align:center;text-align-last:center;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #gRRSQNZhrRlI8tmxpgWZ3lTTnpVxXJPT { top:19.351318359375rem;left:0rem;width:19.9995rem;height:2.923825rem;z-index:15001;text-align:center;text-align-last:center;font-family:montserrat;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALZ9J1n5fgMeOyf0MT9WpTJ21R1AKT8T { display:block; }#ALZ9J1n5fgMeOyf0MT9WpTJ21R1AKT8T > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIgrNp7EktkT361fsMGywn8rnz6UbqDd { top:2.725341796875rem;left:0.000732421875rem;width:19.9995rem;height:7.7988125rem;z-index:15003;font-size:1.5rem;font-family:montserrat;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4CFC8Qh7lOpCVO5eB4iqf2is9CQU8iN { top:13.058349609375rem;left:0rem;width:19.9995rem;height:27.2856625rem;z-index:15004;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #WlAs9KAXEHkUEQ9KyokJDn5oL3hohNq5 { display:block; }#WlAs9KAXEHkUEQ9KyokJDn5oL3hohNq5 > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MCngEDZTyV1FILo0CdX4lbTLaZnphRor { top:0rem;left:0rem;width:19.9980625rem;height:8.9355625rem;z-index:15004;font-size:1.625rem;font-family:montserrat;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #x1bhnHz7550looJvkuFlnmATi73PWBRD { top:26.061767578125rem;left:0rem;width:19.99875rem;height:11.693825rem;z-index:15005;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #k0oHUmmOCwGtTbIRv854h5xEzT1sBhiE { top:11.3583984375rem;left:3.591796875rem;width:12.81225rem;height:12.81225rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NRhl89vhNtleWf6HwmOEepnWzWQv36PW { display:block; }#NRhl89vhNtleWf6HwmOEepnWzWQv36PW > .row .container { width:20rem;height:33.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuNX1zrJ22TGTEBVO4UVO6fcmF9hMe76 { top:10.673583984375rem;left:0rem;width:20rem;height:16.8911375rem;z-index:15000;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #MWSTPKbcHt8ql7DKVvCds83sfiaxPdyE { top:1.8037109375rem;left:3.75rem;width:12.5rem;height:7.1484375rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2vQrwK0zBsUlHLTu2ZlxL52nLTP9PZU { display:block; }#X2vQrwK0zBsUlHLTu2ZlxL52nLTP9PZU > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FgGCZwwNDJ9TGh4CDu9J0VkvHNME0Qqz { top:11.923095703125rem;left:0rem;width:19.9995rem;height:27.285625rem;z-index:15000;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #t0UVFhmriIHHWAFMKUDNauv4bEKT3LZh { top:1.8037109375rem;left:3.75rem;width:12.5rem;height:8.9355625rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAvuQd07sgr2lfAWgxZS2uJplZnLOLNF { display:block; }#GAvuQd07sgr2lfAWgxZS2uJplZnLOLNF > .row .container { width:20rem;height:22.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdL8XVSKOViCbqMcroxrXR2mDMnLNBbM { top:8.256591796875rem;left:0rem;width:19.99875rem;height:11.693875rem;z-index:15000;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #Ih4q61wDtSxxlmtMWEOSul6PnebX1qyr { top:1.8037109375rem;left:3.75rem;width:12.5rem;height:5.361325rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhiTnxduuvXDeZasxocTBQhB5MkUQweH { background-color:rgba(var(--color-primary-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; }#ZhiTnxduuvXDeZasxocTBQhB5MkUQweH > .row .container { background-color: transparent; background-image: none; }#ZhiTnxduuvXDeZasxocTBQhB5MkUQweH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhiTnxduuvXDeZasxocTBQhB5MkUQweH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhiTnxduuvXDeZasxocTBQhB5MkUQweH > .row .container > .video-iframe-container { display: none; }#ZhiTnxduuvXDeZasxocTBQhB5MkUQweH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZhiTnxduuvXDeZasxocTBQhB5MkUQweH > .row > .video-iframe-container { display: none; }#ZhiTnxduuvXDeZasxocTBQhB5MkUQweH > .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); }#ZhiTnxduuvXDeZasxocTBQhB5MkUQweH > .row .container { border-width: 0; border-radius: 0; }#ZhiTnxduuvXDeZasxocTBQhB5MkUQweH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZhiTnxduuvXDeZasxocTBQhB5MkUQweH > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAQ1gyyzbz5sKLiXaZ4v6xy5LPvNzyQe { top:1.455322265625rem;left:3.749267578125rem;width:12.4995rem;height:3.8994125rem;z-index:15000;text-align:center;text-align-last:center;font-size:1.5rem;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #pveskavI6NLFskiebQFRHeQTs7d3s77d { display:block; }#pveskavI6NLFskiebQFRHeQTs7d3s77d > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BzsKF63QQHLGhx4qPUD0HLdT38gJtZaB { top:21.875rem;left:2.75rem;width:12.4995rem;height:1.29931875rem;z-index:15000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8H13k5PzUf1wMatSyMAOe9gFgsVNJiM { top:24.25rem;left:2.75rem;width:12.49875rem;height:1.94970625rem;z-index:15001;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUiLVTUMUl5KPvhCUAesSFF39sOgR5o0 { top:27.25rem;left:1.25rem;width:17.49975rem;height:4.4370125rem;z-index:15002;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #us6f18suazH1LEwz6nXsQ4pigX5pksm7 { display:block; }
 }@media only screen and (max-width: 763px) { #k5ZiOfQ66iyNT4fFcDptBhL2m596aQxi { top:16.6845703125rem;left:0rem;width:19.9995rem;height:2.923825rem;z-index:15004;font-family:montserrat;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwqCXCDrMruNrUaPu4UDfiO7NOXMM77p { top:0.9990234375rem;left:2.155517578125rem;width:15.687rem;height:15.687rem;z-index:15003;overflow:hidden;display:block; }
 }