.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:218,227,221;--color-primary-1:133,163,143;--color-primary-2:10,70,30;--color-primary-3:5,35,15;--color-primary-4:2,11,5;--color-secondary-0:239,239,239;--color-secondary-1:201,201,201;--color-secondary-2:147,146,146;--color-secondary-3:74,73,73;--color-secondary-4:22,22,22;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"National condensed";--paragraphs-font-family:"Inter"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-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); }#cvcZHyTtW1uccP55dTXJcStEObP65tZa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cvcZHyTtW1uccP55dTXJcStEObP65tZa > .row .container { background-color: transparent; background-image: none; }#cvcZHyTtW1uccP55dTXJcStEObP65tZa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvcZHyTtW1uccP55dTXJcStEObP65tZa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvcZHyTtW1uccP55dTXJcStEObP65tZa > .row .container > .video-iframe-container { display: none; }#cvcZHyTtW1uccP55dTXJcStEObP65tZa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvcZHyTtW1uccP55dTXJcStEObP65tZa > .row > .video-iframe-container { display: none; }#cvcZHyTtW1uccP55dTXJcStEObP65tZa > .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); }#cvcZHyTtW1uccP55dTXJcStEObP65tZa > .row .container { border-width: 0; border-radius: 0; }#cvcZHyTtW1uccP55dTXJcStEObP65tZa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvcZHyTtW1uccP55dTXJcStEObP65tZa > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;position:relative;display:block; }#Nn5rgdP1znLLNxadfwQuyw4UvEHgFnFW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:5.6875rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#lgMBumtN6d7VW1EGmN3ioOOBi4Oy5Ne6 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:1.9992897510529rem;left:6.6859016418456rem;overflow:hidden;display:block; }
#Xh1GtNbBwWyzOnL0TTtEgWkDTVRTVtJ3 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:10.4375rem;top:1.3125rem;left:10.25rem;overflow:hidden;display:block; }
#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z { background-color:#0a461e;background-image:url("https://images.assets-landingi.com/uc/ec037439-4f98-4695-bee1-70ebee455ea0/herojobup.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z.adaptive-delivery-prevent-bg, #lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z.lazyload, #lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z.lazyloading { background-image: none; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row .container { background-color: transparent; background-image: none; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row .container > .video-iframe-container { display: none; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row > .video-iframe-container { display: none; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .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); }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row .container { border-width: 0; border-radius: 0; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#uMVaIxJEgE59TJdwzDz0nChxFxIlC02Z { color:rgba(var(--color-tertiary-0),1);display:block;width:49.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15000;line-height:.9;letter-spacing:0;top:3.5625rem;left:0rem;height:4.4992875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rFmdU8wU1eB9BVEOTriurIsXMBeK1AI0 { color:rgba(var(--color-tertiary-0),1);display:block;width:39.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:10rem;left:0rem;height:3.49964375rem;font-style:normal;display:block; }
#cz2ISuUkqRH55XX67foxtWXLzN2pDFe5 { background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-0),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:1.875rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:11.6875rem;left:71.4375rem;display:block; }
#LQTSpU7UTWz60oWnZMSphhCMy7guo3W2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MPDGppGBuXZJBUv6CogK07OXJDd9psr1 { background-color:transparent;background-image:none;border-top:0;border-left:0.0625rem solid rgba(var(--color-secondary-0),1);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;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6305068125rem;height:1.875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:11.6875rem;left:68.8125rem;display:block; }
#hDSiVGdDGnI1fegav6TTqyNuXxCs56EV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xkFn9pNmzqhEIJdrpRzhmThOhXxXoWST { position:relative;display:block; }#xkFn9pNmzqhEIJdrpRzhmThOhXxXoWST { background-color: transparent; background-image: none; }#xkFn9pNmzqhEIJdrpRzhmThOhXxXoWST::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkFn9pNmzqhEIJdrpRzhmThOhXxXoWST > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkFn9pNmzqhEIJdrpRzhmThOhXxXoWST > .row .container > .video-iframe-container { display: none; }#xkFn9pNmzqhEIJdrpRzhmThOhXxXoWST > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkFn9pNmzqhEIJdrpRzhmThOhXxXoWST > .row > .video-iframe-container { display: none; }#xkFn9pNmzqhEIJdrpRzhmThOhXxXoWST > .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); }#xkFn9pNmzqhEIJdrpRzhmThOhXxXoWST { border-width: 0; border-radius: 0; }#xkFn9pNmzqhEIJdrpRzhmThOhXxXoWST > .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; }#xkFn9pNmzqhEIJdrpRzhmThOhXxXoWST > .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:27.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#t3TJcAKXaTeXkCsDpeSM0ayxT0JMd7xq { color:rgba(var(--color-tertiary-4),1);display:block;width:31.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:2.625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#COIcQVGOyg1MgsikBzW3Wyn1oBZtT9Qx { color:rgba(var(--color-tertiary-4),1);display:block;width:30.687125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:11.525213241577rem;left:0rem;height:4.19744375rem;font-style:normal;display:block; }
#peRxfC0pMTmL9fpeW8Lrr8PPg5BEiJ1J { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.5rem;width:30.6875rem;top:3.8849430084229rem;left:40.655183792114rem;overflow:hidden;display:block; }
#Tbzqv23UxslNdC36MHIXHIQ9qDKifMuh { color:rgba(var(--color-tertiary-4),1);display:block;width:30.68625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:16.751596450806rem;left:0rem;height:2.79829375rem;font-style:normal;display:block; }
#IfORMo6usdFzgom96QtE1WqI2eqR7Iei { background-color:#321e50;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.323301125rem;height:2.761007375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.617541313171rem;left:0rem;display:block; }
#lEvb4WSgFlf2V5cGE5DrqWi4RwzebnnI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hMPx4ikhlu7t22Tqc4cTSTtzrohs280G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hMPx4ikhlu7t22Tqc4cTSTtzrohs280G > .row .container { background-color: transparent; background-image: none; }#hMPx4ikhlu7t22Tqc4cTSTtzrohs280G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMPx4ikhlu7t22Tqc4cTSTtzrohs280G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMPx4ikhlu7t22Tqc4cTSTtzrohs280G > .row .container > .video-iframe-container { display: none; }#hMPx4ikhlu7t22Tqc4cTSTtzrohs280G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMPx4ikhlu7t22Tqc4cTSTtzrohs280G > .row > .video-iframe-container { display: none; }#hMPx4ikhlu7t22Tqc4cTSTtzrohs280G > .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); }#hMPx4ikhlu7t22Tqc4cTSTtzrohs280G > .row .container { border-width: 0; border-radius: 0; }#hMPx4ikhlu7t22Tqc4cTSTtzrohs280G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMPx4ikhlu7t22Tqc4cTSTtzrohs280G > .row .container { font-size:0.875rem;font-family:arial;height:38.0625rem;width:75rem;position:relative;display:block; }#WtUmhbfR5STzhgyG5d1eX3ZCqBzXqyzH { color:rgba(var(--color-tertiary-4),1);display:block;width:57.0623125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15003;line-height:.9;letter-spacing:0;top:2.3109016418457rem;left:8.9675064086912rem;height:7.1999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cJkl7pItNeTg5dXSVEfs6cD7ugtATamZ { color:rgba(var(--color-tertiary-4),1);display:block;width:51.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:6.9362568855288rem;left:11.53053855896rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OCbWxPTx6sT8T4gsCbNEB74kUP5yO1Ok { box-sizing:content-box;height:17.5625rem;width:23.125rem;position:absolute;display:block;z-index:15004;background-color:#321e50;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.937144886702rem;left:11.99928855896rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#iWHxQ3sueky0ExRdrL8csf1FoB4DsTeP { box-sizing:content-box;height:0.12429rem;width:20rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:23.3125rem;left:13.5rem;display:block; }
#Fs2dwPEoVhvutnQ42XEbwygHkLeXyFZA { color:rgba(var(--color-secondary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:18.0625rem;left:13.5rem;height:2.79829375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gSddmzKqnCCqLQTlFxBwh4NPEuoATpI8 { color:rgba(var(--color-secondary-0),1);display:block;width:4.249825rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:13.4375rem;left:13.5rem;height:1.749825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mJqh96uEAqWrx1lPtpWzLNQD3l08fpf7 { color:rgba(var(--color-secondary-0),1);display:block;width:5.87446875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:24.125rem;left:27.6875rem;height:1.39915rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WtSTb6Pev6vBTdREiizs9Pngi3DmSap7 { color:rgba(var(--color-secondary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:26rem;left:27.3125rem;height:1.57404375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IpUSIezdIwbcE3Vs6UJ6oxFo73xDi6BC { color:rgba(var(--color-secondary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.4;letter-spacing:0;top:26.061790466309rem;left:13.498756408691rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z7aHNUUrhliEIZenlrZSZyzefZTBSwXq { color:rgba(var(--color-secondary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:24.124644886703rem;left:13.499643325806rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KSAzcApf5xtSccMSIgFrTbn4tnx9T0FF { position:absolute;display:block;z-index:15024;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:1.5625rem;width:6.3125rem;top:13.530716896057rem;left:27.244318008423rem;overflow:hidden;display:block; }
#PVaIPAhiahbsgkMddxzTd5Tzwu6kGpve { color:rgba(var(--color-secondary-0),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:21.124822270125rem;left:13.499643325806rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bdrZoCkTFo04PAoThF9bZ52fJvXHZkna { position:absolute;display:block;z-index:15044;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:1.5625rem;width:4.74786875rem;top:13.530716896057rem;left:56.7444896698rem;overflow:hidden;display:block; }
#wHtTi5VbR8aHRGHbseaqhiDNd5haKLVy { color:rgba(var(--color-secondary-0),1);display:block;width:6.6868125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:13.4375rem;left:41.4375rem;height:1.749825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U4TJ5AqIDrVxgQcQ8xqKMHrI5gh2nDXI { color:rgba(var(--color-secondary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.4;letter-spacing:0;top:16.686790119857rem;left:41.436433792114rem;height:4.19744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TLPr5XKIoTvw0POMbMEDlnhNdU1NTlWd { color:rgba(var(--color-secondary-0),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:21.124822270125rem;left:41.436433792114rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FAJg2zAtw0dPhJvc52maieP1xDVI6M7C { box-sizing:content-box;height:0.12429rem;width:20rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:23.311788212508rem;left:41.43731880188rem;display:block; }
#swkzIklXWO0mUcXKPKsCmP4Ba7nRapef { color:rgba(var(--color-secondary-0),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:24.124644756317rem;left:41.436433792114rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ubZeTy6qFt6kH1V206xbn7rB9AMsO9cW { color:rgba(var(--color-secondary-0),1);display:block;width:12.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:26.061790466309rem;left:41.436433792114rem;height:1.39915rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AWQABLo5XKJ76gWqZStUG56QZodXQTxQ { color:rgba(var(--color-secondary-0),1);display:block;width:5.87446875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:24.124999653548rem;left:55.561964035034rem;height:1.39915rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ksZyzBEQ1SP4edP2rtSDy51U1V7RaE0L { color:rgba(var(--color-secondary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.4;letter-spacing:0;top:25.999999653548rem;left:55.187322616577rem;height:1.57404375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EaLra8SgTMd504VOzkztT2BRUQGy63PP { box-sizing:content-box;height:17.5625rem;width:23.125rem;position:absolute;display:block;z-index:15024;background-color:#321e50;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.937144886702rem;left:39.87481880188rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#k0JRUpOhor62nwEg4wlz6RxFsXnzWUHU { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #321e50;border-left:0.0625rem solid #321e50;border-right:0.0625rem solid #321e50;border-bottom:0.0625rem solid #321e50;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#321e50;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.198176125rem;height:2.761007375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:31.4375rem;left:28.875rem;display:block; }
#HhmZJTL2Le4CoRdWgrLRfvMqszwu7JuC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ehleuTU6aCCfqb6tw4kFmHNqbrw5BzaI { color:rgba(var(--color-tertiary-4),1);display:block;width:47.562125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:35.25rem;left:13.75rem;height:1.22514375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DJT0aD6DkdOfuhpl7UJ0ZQf8sqeDhwt6 { position:absolute;display:block;z-index:15025;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:1.5625rem;width:6.312125rem;top:13.530716896057rem;left:49.305753707886rem;overflow:hidden;display:block; }
#UMgHZxedIwaFFnmTb44XgMo0qSJNPnHJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UMgHZxedIwaFFnmTb44XgMo0qSJNPnHJ > .row .container { background-color: transparent; background-image: none; }#UMgHZxedIwaFFnmTb44XgMo0qSJNPnHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMgHZxedIwaFFnmTb44XgMo0qSJNPnHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMgHZxedIwaFFnmTb44XgMo0qSJNPnHJ > .row .container > .video-iframe-container { display: none; }#UMgHZxedIwaFFnmTb44XgMo0qSJNPnHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UMgHZxedIwaFFnmTb44XgMo0qSJNPnHJ > .row > .video-iframe-container { display: none; }#UMgHZxedIwaFFnmTb44XgMo0qSJNPnHJ > .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); }#UMgHZxedIwaFFnmTb44XgMo0qSJNPnHJ > .row .container { border-width: 0; border-radius: 0; }#UMgHZxedIwaFFnmTb44XgMo0qSJNPnHJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UMgHZxedIwaFFnmTb44XgMo0qSJNPnHJ > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#cTNZohJKnEvoGaoTkPIgAvtJ3o7PPLqG { color:rgba(var(--color-tertiary-4),1);display:block;width:50.999625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:2.8116111755371rem;left:11.99928855896rem;height:7.1999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUfADdoaWbBM7MSk0T7bt0NtbcCF6Rqu { color:rgba(var(--color-tertiary-4),1);display:block;width:31.62375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:7.9740772247312rem;left:21.687677383423rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EpXp8BpTorX1TaT169MZBmvXpvDL6M0L { background-color:#321e50;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.198176125rem;height:2.510651125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:12.436082839966rem;left:28.900033950806rem;display:block; }
#GZQb3i0iKegf5QPuCKpT3Bain4T5ykwb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mDxTD0uSWe4qmdoAuR5F6S3cJEJRi0XU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mDxTD0uSWe4qmdoAuR5F6S3cJEJRi0XU > .row .container { background-color: transparent; background-image: none; }#mDxTD0uSWe4qmdoAuR5F6S3cJEJRi0XU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDxTD0uSWe4qmdoAuR5F6S3cJEJRi0XU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDxTD0uSWe4qmdoAuR5F6S3cJEJRi0XU > .row .container > .video-iframe-container { display: none; }#mDxTD0uSWe4qmdoAuR5F6S3cJEJRi0XU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDxTD0uSWe4qmdoAuR5F6S3cJEJRi0XU > .row > .video-iframe-container { display: none; }#mDxTD0uSWe4qmdoAuR5F6S3cJEJRi0XU > .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); }#mDxTD0uSWe4qmdoAuR5F6S3cJEJRi0XU > .row .container { border-width: 0; border-radius: 0; }#mDxTD0uSWe4qmdoAuR5F6S3cJEJRi0XU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDxTD0uSWe4qmdoAuR5F6S3cJEJRi0XU > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#cSMy4kySuGlLgvkLGaZmd5VBJ0AqVTAm { color:rgba(var(--color-tertiary-4),1);display:block;width:33.499625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:2.625rem;left:39.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#fK8EtmRRHSkHkHEWZgHdnuF72MdWnkBR { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #321e50;border-left:0.0625rem solid #321e50;border-right:0.0625rem solid #321e50;border-bottom:0.0625rem solid #321e50;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#321e50;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.073863625rem;height:2.761007375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.875rem;left:39.5625rem;display:block; }
#gZghdq92ny1Wd8q0msnKFkNGZRkHO9od { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H7s7eTsH5BrxHCl6CBX90cgF5rEefNUI { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:15.375rem;left:39.5625rem;height:4.19744375rem;font-style:normal;display:block; }
#m50CBA9S7e5UUtH8yykDpkkTOrrsXxyJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.1875rem;width:33.75rem;top:4.03125rem;left:0rem;overflow:hidden;display:block; }
#QXDIRail1K9wRodTCImxEa4s3y6vi6Vb { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:20.625rem;left:39.5rem;height:4.19744375rem;font-style:normal;display:block; }
#zVNPmwizxiPum0v5wBu4DWSIbpv51Bt0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zVNPmwizxiPum0v5wBu4DWSIbpv51Bt0 > .row .container { background-color: transparent; background-image: none; }#zVNPmwizxiPum0v5wBu4DWSIbpv51Bt0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVNPmwizxiPum0v5wBu4DWSIbpv51Bt0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVNPmwizxiPum0v5wBu4DWSIbpv51Bt0 > .row .container > .video-iframe-container { display: none; }#zVNPmwizxiPum0v5wBu4DWSIbpv51Bt0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zVNPmwizxiPum0v5wBu4DWSIbpv51Bt0 > .row > .video-iframe-container { display: none; }#zVNPmwizxiPum0v5wBu4DWSIbpv51Bt0 > .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); }#zVNPmwizxiPum0v5wBu4DWSIbpv51Bt0 > .row .container { border-width: 0; border-radius: 0; }#zVNPmwizxiPum0v5wBu4DWSIbpv51Bt0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVNPmwizxiPum0v5wBu4DWSIbpv51Bt0 > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#HeyF92Ex8o4wRWhXK5DsoB3WfFX47cir { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:2.7744140625rem;left:15.59375rem;height:7.1999375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FsOTaXF6dPzLbbRiwZpLEMgIz3dWvU7S { color:rgba(var(--color-tertiary-4),1);display:block;width:44.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:6.9749984741213rem;left:15.15625rem;height:1.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DQS6Re5y2QOSWkTcOx4znqzH0i9qQHkW { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:5.6875rem;top:11.1875rem;left:23.875rem;overflow:hidden;display:block; }
#X8M7SZneUokwC7JupZ4MuSfnxxu3oEde { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:11.8125rem;top:10.3125rem;left:8.625rem;overflow:hidden;display:block; }
#UR8BPnUW8wySor3f3JXLfe2HtWI36l38 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8.3125rem;top:10.6875rem;left:55.3125rem;overflow:hidden;display:block; }
#PI3sLx885lk9rgqckZnnJf8L1ygs4kol { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:10.4375rem;left:44.125rem;overflow:hidden;display:block; }
#zvfrT7oRcDyug6P45FXDgJqFoVTOGZfb { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:8.75rem;top:10.4375rem;left:32.6875rem;overflow:hidden;display:block; }
#h9XFHpzCvBHmpuzbJT4H3y9It7oqehux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h9XFHpzCvBHmpuzbJT4H3y9It7oqehux > .row .container { background-color: transparent; background-image: none; }#h9XFHpzCvBHmpuzbJT4H3y9It7oqehux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9XFHpzCvBHmpuzbJT4H3y9It7oqehux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9XFHpzCvBHmpuzbJT4H3y9It7oqehux > .row .container > .video-iframe-container { display: none; }#h9XFHpzCvBHmpuzbJT4H3y9It7oqehux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9XFHpzCvBHmpuzbJT4H3y9It7oqehux > .row > .video-iframe-container { display: none; }#h9XFHpzCvBHmpuzbJT4H3y9It7oqehux > .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); }#h9XFHpzCvBHmpuzbJT4H3y9It7oqehux > .row .container { border-width: 0; border-radius: 0; }#h9XFHpzCvBHmpuzbJT4H3y9It7oqehux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h9XFHpzCvBHmpuzbJT4H3y9It7oqehux > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#mbtTNEHGul3evaVE6z72VSy0yaSOTDsc { box-sizing:content-box;height:23.5rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:5rem;left:0rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#uxnmF69JQO5JqNUc9pVymyPKUQ2dtlSC { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:9.6875rem;left:4.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zKRSJMKLPyVACv1F7A10zdrLyqzGZWpP { color:rgba(var(--color-tertiary-4),1);display:block;width:31.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:13.1875rem;left:4.8125rem;height:2.79829375rem;font-style:normal;display:block; }
#Ct14BxUR0FkHGQE9nO7f55F4sqkCxC3M { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #321e50;border-left:0.0625rem solid #321e50;border-right:0.0625rem solid #321e50;border-bottom:0.0625rem solid #321e50;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#321e50;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:17.3125rem;left:4.8125rem;display:block; }
#fmsCzrVhyGNeI9TCGVu2miTXoG8qAZrl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mLIHif7g7QTAZcgZbHA7Lbs4eXeEXS7I { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #321e50;border-left:0.0625rem solid #321e50;border-right:0.0625rem solid #321e50;border-bottom:0.0625rem solid #321e50;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#321e50;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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:2.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.9375rem;left:4.8125rem;display:block; }
#EBf0mL1T8sq0i52xzJW6BBUki0fSukyb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yZFV96xH6wm3MUo6FoTpyAZdA7TPGF39 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5rem;width:22.625rem;top:7.5rem;left:47.0625rem;overflow:hidden;display:block; }
#eKCNtcKGAs2XshtPFoJcPfb6FxUNQ8CO { position:relative;display:block; }#eKCNtcKGAs2XshtPFoJcPfb6FxUNQ8CO { background-color: transparent; background-image: none; }#eKCNtcKGAs2XshtPFoJcPfb6FxUNQ8CO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKCNtcKGAs2XshtPFoJcPfb6FxUNQ8CO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKCNtcKGAs2XshtPFoJcPfb6FxUNQ8CO > .row .container > .video-iframe-container { display: none; }#eKCNtcKGAs2XshtPFoJcPfb6FxUNQ8CO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKCNtcKGAs2XshtPFoJcPfb6FxUNQ8CO > .row > .video-iframe-container { display: none; }#eKCNtcKGAs2XshtPFoJcPfb6FxUNQ8CO > .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); }#eKCNtcKGAs2XshtPFoJcPfb6FxUNQ8CO { border-width: 0; border-radius: 0; }#eKCNtcKGAs2XshtPFoJcPfb6FxUNQ8CO > .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; }#eKCNtcKGAs2XshtPFoJcPfb6FxUNQ8CO > .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:38.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#FXfSOm7AAVVMmNeKiE3cPUTEhUaPlIBr { color:rgba(var(--color-tertiary-4),1);display:block;width:26.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:5rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GyPmKIO37LW19S9aRluDdHHTf4v3LPqq { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:20.8125rem;left:2.8125rem;height:1.39915rem;font-style:normal;display:block; }
#ZAU3cM85f1oaWR7qw2PsM1NlCgxqhbxZ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.7493125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:16.875rem;left:0rem;height:1.57404375rem;font-style:normal;display:block; }
#tboQEZ1S9kyTMSb3Gb4NdvqKt8sW05WF { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:20.5rem;left:0rem;overflow:hidden;display:block; }
#aAtOPlU4yIKgtcbTQza35mmDTFO11RWT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0619375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:23.625rem;left:2.8125rem;height:1.39915rem;font-style:normal;display:block; }
#J1IoNIkiJmwwHEabXhRWHtUgZXUpT4tQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:23.3125rem;left:0rem;overflow:hidden;display:block; }
#av7T2RTyab25diwEXbTK2IT76CqqgGJQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:26.625rem;left:2.8125rem;height:1.39915rem;font-style:normal;display:block; }
#mpMBqK1FlgJ9ip0FupGx8sblDxcitMeP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:26.3125rem;left:0rem;overflow:hidden;display:block; }
#dWHV9AEUw8oQFu8MXnlo4dbVfDpKG5x6 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:13.124984741211rem;left:0rem;height:1.749825rem;font-style:normal;display:block; }
#GkK7BBf9y1ttRGTnHL896nCysyIIWTGT { background-color:#321e50;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.323301125rem;height:2.761007375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:30.053266525269rem;left:0rem;display:block; }
#gaReCPdNltKQhW4BPnyLLuiRoW7Ktm3l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S8FIPyP8pOemlpuGxVh4NoIVTT667hkP { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.7493125rem;width:42.249625rem;top:7.5736875534056rem;left:32.75124168396rem;overflow:hidden;display:block; }
#GrzBktySdM9ODpEpVUlxbz6Iii3ZB24X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GrzBktySdM9ODpEpVUlxbz6Iii3ZB24X > .row .container { background-color: transparent; background-image: none; }#GrzBktySdM9ODpEpVUlxbz6Iii3ZB24X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrzBktySdM9ODpEpVUlxbz6Iii3ZB24X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrzBktySdM9ODpEpVUlxbz6Iii3ZB24X > .row .container > .video-iframe-container { display: none; }#GrzBktySdM9ODpEpVUlxbz6Iii3ZB24X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GrzBktySdM9ODpEpVUlxbz6Iii3ZB24X > .row > .video-iframe-container { display: none; }#GrzBktySdM9ODpEpVUlxbz6Iii3ZB24X > .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); }#GrzBktySdM9ODpEpVUlxbz6Iii3ZB24X > .row .container { border-width: 0; border-radius: 0; }#GrzBktySdM9ODpEpVUlxbz6Iii3ZB24X > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GrzBktySdM9ODpEpVUlxbz6Iii3ZB24X > .row .container { font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;position:relative;display:block; }#M80RJKuLydbdMbPiK7MT968qTwB3Ai36 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;top:1.8125rem;left:38.625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ZdH7GgnB25Rlz7JGFMDTxHlM8wNde1tu { color:rgba(var(--color-tertiary-4),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:13.124998092651rem;left:40.937498092651rem;height:1.39915rem;font-style:normal;display:block; }
#yTwepTmTm9iLS6WuRokvTmX1Q4gTAOcs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.9994375rem;width:36.8119375rem;top:1.8741121292114rem;left:0rem;overflow:hidden;display:block; }
#QDVkrfTRX6zV2M7xeJvkT0cxdQMvQJWo { color:rgba(var(--color-tertiary-4),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:15.062143325806rem;left:40.937498092651rem;height:1.39915rem;font-style:normal;display:block; }
#ZqLv3TQtR9nod7K6q5ZmR1JAwmIuoSPT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:12.82421875rem;left:38.625rem;overflow:hidden;display:block; }
#SUIVm0rSFzAOAMifTmyWkM6g9tmvpIRf { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:18.061965942382rem;left:40.937498092651rem;height:1.39915rem;font-style:normal;display:block; }
#SUoOq2el0DFlwMLDc6ba0nmHxTz4ENOk { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:17.76171875rem;left:38.625rem;overflow:hidden;display:block; }
#XigaaSZyUOIywgH5n9e9zLB1Pp976MCq { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20rem;left:40.9375rem;height:1.39915rem;font-style:normal;display:block; }
#oAZUpLHxeqDGWuKcxs2ThE0CVsZmCetJ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:22.935013651848rem;left:40.937498092651rem;height:1.39915rem;font-style:normal;display:block; }
#ZyJRid1eHP4JIbFffbCmx4DlathNPDRN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:2rem;top:22.63671875rem;left:38.625rem;overflow:hidden;display:block; }
#TnZFCq95hgQdUqfdKUPUynXsVGD1ZDcK { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.9500007629394rem;left:38.625rem;height:1.39915rem;font-style:normal;display:block; }
#OI0kGdK9NgtUUkCNWtospUPGddWdMJMx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OI0kGdK9NgtUUkCNWtospUPGddWdMJMx > .row .container { background-color: transparent; background-image: none; }#OI0kGdK9NgtUUkCNWtospUPGddWdMJMx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OI0kGdK9NgtUUkCNWtospUPGddWdMJMx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OI0kGdK9NgtUUkCNWtospUPGddWdMJMx > .row .container > .video-iframe-container { display: none; }#OI0kGdK9NgtUUkCNWtospUPGddWdMJMx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OI0kGdK9NgtUUkCNWtospUPGddWdMJMx > .row > .video-iframe-container { display: none; }#OI0kGdK9NgtUUkCNWtospUPGddWdMJMx > .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); }#OI0kGdK9NgtUUkCNWtospUPGddWdMJMx > .row .container { border-width: 0; border-radius: 0; }#OI0kGdK9NgtUUkCNWtospUPGddWdMJMx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OI0kGdK9NgtUUkCNWtospUPGddWdMJMx > .row .container { font-size:0.875rem;font-family:arial;height:26.5rem;width:75rem;position:relative;display:block; }#I5HxzC2rDFJDuzogcKFU7A8kKHktWbMZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:18.0625rem;left:0.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H4iXGRkRAafhDCrOteS3c4FRFH2bWOgP { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:20.624111175537rem;left:2.6535854339599rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JR6hNkl4hT4uMvR4JvnnIRzrv4eIWbmd { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:3.25rem;left:3.875rem;overflow:hidden;display:block; }
#zzLHTTGtA8kWPTHJJtuAcEMgsuVqC8rH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:18.125rem;left:27.0625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvgtZT0RLowiNiXaLNxXgpmVUN5IxqMT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:20.623222351074rem;left:28.749109268189rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WHb5nfSENFhr6sM4kXW5XGwmKX1CL0uw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:13.375rem;top:3.3125rem;left:30.8125rem;overflow:hidden;display:block; }
#I0gvcoRMTznzSF5NgFSK09zNz4DZ0dpb { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:13.375rem;top:3.25rem;left:57.75rem;overflow:hidden;display:block; }
#wH7bXoaftDzLJuuRcE7VBTw9ycMlt1nx { color:rgba(var(--color-tertiary-4),1);display:block;width:20.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:18.0625rem;left:54rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oWWfAFUUvVoaNtKxMR5R7JGe4PkpG0um { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:20.5625rem;left:53.875rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tx4AiF6Iwf3A27u2tT6wDeC9RDeFUva0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tx4AiF6Iwf3A27u2tT6wDeC9RDeFUva0 > .row .container { background-color: transparent; background-image: none; }#Tx4AiF6Iwf3A27u2tT6wDeC9RDeFUva0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx4AiF6Iwf3A27u2tT6wDeC9RDeFUva0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx4AiF6Iwf3A27u2tT6wDeC9RDeFUva0 > .row .container > .video-iframe-container { display: none; }#Tx4AiF6Iwf3A27u2tT6wDeC9RDeFUva0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tx4AiF6Iwf3A27u2tT6wDeC9RDeFUva0 > .row > .video-iframe-container { display: none; }#Tx4AiF6Iwf3A27u2tT6wDeC9RDeFUva0 > .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); }#Tx4AiF6Iwf3A27u2tT6wDeC9RDeFUva0 > .row .container { border-width: 0; border-radius: 0; }#Tx4AiF6Iwf3A27u2tT6wDeC9RDeFUva0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tx4AiF6Iwf3A27u2tT6wDeC9RDeFUva0 > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#nRLGST5JTG857BvKLtRwlNOGZu8gcnf3 { color:rgba(var(--color-tertiary-4),1);display:block;width:30.7493125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4rem;font-weight:700;z-index:15002;line-height:.9;letter-spacing:0;top:4.5614342689514rem;left:22.124467849731rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ogC5SNgCEcteKg19lQGosERVQblD70dA { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4993125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:13.311434745789rem;left:20.249467849731rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AzIBKE1h8BJqHJBcmhhmRnhMCw4yiWoR { background-color:#321e50;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.323301125rem;height:2.761007375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:17.311789512634rem;left:28.780183792114rem;display:block; }
#ZJ5QsqRtLScPeAK8LXNoZi8wXVT8mvUn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RhAk2oZl2d53Uevin2an8xqW8UaXUuVb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RhAk2oZl2d53Uevin2an8xqW8UaXUuVb > .row .container { background-color: transparent; background-image: none; }#RhAk2oZl2d53Uevin2an8xqW8UaXUuVb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhAk2oZl2d53Uevin2an8xqW8UaXUuVb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhAk2oZl2d53Uevin2an8xqW8UaXUuVb > .row .container > .video-iframe-container { display: none; }#RhAk2oZl2d53Uevin2an8xqW8UaXUuVb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RhAk2oZl2d53Uevin2an8xqW8UaXUuVb > .row > .video-iframe-container { display: none; }#RhAk2oZl2d53Uevin2an8xqW8UaXUuVb > .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); }#RhAk2oZl2d53Uevin2an8xqW8UaXUuVb > .row .container { border-width: 0; border-radius: 0; }#RhAk2oZl2d53Uevin2an8xqW8UaXUuVb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhAk2oZl2d53Uevin2an8xqW8UaXUuVb > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#G4MqfXS7RfqXi7gJNkLqgoL2nsrNlvWb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:4.75rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#zdduSOg3vEAxCrTyhBLhTAuvxFVPXTuW { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:2.1732940673828rem;left:9.99733543396rem;height:1.39915rem;font-style:normal;display:block; }
#GLrH64KePorVdXbAqa5EqazbZkKNpyK7 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.937125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:2.1732940673828rem;left:19.183237075806rem;height:1.39915rem;font-style:normal;display:block; }
#pUsyJ91TCFEst19cTbWWzzH1TuIopMF1 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:2.1732940673828rem;left:27.49733543396rem;height:1.39915rem;font-style:normal;display:block; }
#t4KJFebR1Gl83PT3cQxESP923ryzz1vy { color:rgba(var(--color-tertiary-0),1);display:block;width:9.3119375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:2.1732940673828rem;left:37.998933792114rem;height:1.39915rem;font-style:normal;display:block; }
#uzzV4hNtuyL5GeysoVkvWM3PQTlJTKAt { color:rgba(var(--color-tertiary-0),1);display:block;width:4.1867875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:2.1732940673828rem;left:48.933767318726rem;height:1.39915rem;font-style:normal;display:block; }
#mZ5QdBi3S2axXaCazNvKV5kBpmm1r7xe { color:rgba(var(--color-tertiary-0),1);display:block;width:10.2485625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:2.1732940673828rem;left:54.99733543396rem;height:1.39915rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cvcZHyTtW1uccP55dTXJcStEObP65tZa { display:block; }#cvcZHyTtW1uccP55dTXJcStEObP65tZa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nn5rgdP1znLLNxadfwQuyw4UvEHgFnFW { top:2.5rem;left:0rem;width:5.625rem;height:1.4830839678969rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgMBumtN6d7VW1EGmN3ioOOBi4Oy5Ne6 { top:1.9375rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh1GtNbBwWyzOnL0TTtEgWkDTVRTVtJ3 { top:1.3125rem;left:0rem;width:10.375rem;height:3.7895661540581rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z { display:block; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z { background-color: transparent; background-image: none; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row .container > .video-iframe-container { display: none; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row > .video-iframe-container { display: none; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .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); }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z { border-width: 0; border-radius: 0; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row .container { width:47.5rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMVaIxJEgE59TJdwzDz0nChxFxIlC02Z { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFmdU8wU1eB9BVEOTriurIsXMBeK1AI0 { top:10rem;left:0rem;width:39.25rem;height:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cz2ISuUkqRH55XX67foxtWXLzN2pDFe5 { width:2.625rem;height:1.875rem;top:11.6875rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQTSpU7UTWz60oWnZMSphhCMy7guo3W2 { display:block; }
 }@media only screen and (max-width: 763px) { #MPDGppGBuXZJBUv6CogK07OXJDd9psr1 { width:2.625rem;height:1.875rem;top:11.6875rem;left:45.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDSiVGdDGnI1fegav6TTqyNuXxCs56EV { display:block; }
 }@media only screen and (max-width: 763px) { #xkFn9pNmzqhEIJdrpRzhmThOhXxXoWST { display:block; }#xkFn9pNmzqhEIJdrpRzhmThOhXxXoWST > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3TJcAKXaTeXkCsDpeSM0ayxT0JMd7xq { top:2.5625rem;left:0rem;width:31rem;height:;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #COIcQVGOyg1MgsikBzW3Wyn1oBZtT9Qx { top:11.5rem;left:0rem;width:30.625rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #peRxfC0pMTmL9fpeW8Lrr8PPg5BEiJ1J { top:3.875rem;left:16.5625rem;width:30.6875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbzqv23UxslNdC36MHIXHIQ9qDKifMuh { top:16.75rem;left:0rem;width:30.625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfORMo6usdFzgom96QtE1WqI2eqR7Iei { width:17.3125rem;height:2.75rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEvb4WSgFlf2V5cGE5DrqWi4RwzebnnI { display:block; }
 }@media only screen and (max-width: 763px) { #hMPx4ikhlu7t22Tqc4cTSTtzrohs280G { display:block; }#hMPx4ikhlu7t22Tqc4cTSTtzrohs280G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtUmhbfR5STzhgyG5d1eX3ZCqBzXqyzH { top:2.25rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJkl7pItNeTg5dXSVEfs6cD7ugtATamZ { top:6.875rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCbWxPTx6sT8T4gsCbNEB74kUP5yO1Ok { top:11.875rem;left:0rem;width:23.125rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWHxQ3sueky0ExRdrL8csf1FoB4DsTeP { top:23.3125rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs2dwPEoVhvutnQ42XEbwygHkLeXyFZA { width:17.6875rem;height:2.75rem;top:18rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSddmzKqnCCqLQTlFxBwh4NPEuoATpI8 { width:4.1875rem;height:1.6875rem;top:13.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJqh96uEAqWrx1lPtpWzLNQD3l08fpf7 { width:5.8125rem;height:1.375rem;top:24.125rem;left:14.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtSTb6Pev6vBTdREiizs9Pngi3DmSap7 { width:6.25rem;height:1.5625rem;top:26rem;left:13.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpUSIezdIwbcE3Vs6UJ6oxFo73xDi6BC { width:13rem;height:1.375rem;top:26rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7aHNUUrhliEIZenlrZSZyzefZTBSwXq { width:8.4375rem;height:1.375rem;top:24.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSAzcApf5xtSccMSIgFrTbn4tnx9T0FF { top:13.5rem;left:13.619318008423rem;width:6.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVaIPAhiahbsgkMddxzTd5Tzwu6kGpve { width:16.6875rem;height:1.375rem;top:21.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdrZoCkTFo04PAoThF9bZ52fJvXHZkna { top:13.5rem;left:43.0625rem;width:4.6875rem;height:1.5426329445185rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHtTi5VbR8aHRGHbseaqhiDNd5haKLVy { width:6.625rem;height:1.6875rem;top:13.4375rem;left:27.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4TJ5AqIDrVxgQcQ8xqKMHrI5gh2nDXI { width:17.5rem;height:4.1875rem;top:16.625rem;left:27.811433792114rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLPr5XKIoTvw0POMbMEDlnhNdU1NTlWd { width:17.5rem;height:1.375rem;top:21.0625rem;left:27.811433792114rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAJg2zAtw0dPhJvc52maieP1xDVI6M7C { top:23.25rem;left:27.75rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swkzIklXWO0mUcXKPKsCmP4Ba7nRapef { width:8.4375rem;height:1.375rem;top:24.0625rem;left:27.811433792114rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubZeTy6qFt6kH1V206xbn7rB9AMsO9cW { width:12.6875rem;height:1.375rem;top:26rem;left:27.811433792114rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWQABLo5XKJ76gWqZStUG56QZodXQTxQ { width:5.8125rem;height:1.375rem;top:24.0625rem;left:41.936964035034rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksZyzBEQ1SP4edP2rtSDy51U1V7RaE0L { width:6.25rem;height:1.5625rem;top:25.9375rem;left:41.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaLra8SgTMd504VOzkztT2BRUQGy63PP { top:11.875rem;left:24.625rem;width:23.125rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0JRUpOhor62nwEg4wlz6RxFsXnzWUHU { width:17.0625rem;height:2.625rem;top:31.4375rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhmZJTL2Le4CoRdWgrLRfvMqszwu7JuC { display:block; }
 }@media only screen and (max-width: 763px) { #ehleuTU6aCCfqb6tw4kFmHNqbrw5BzaI { top:35.1875rem;left:0.125rem;width:47.5rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJT0aD6DkdOfuhpl7UJ0ZQf8sqeDhwt6 { top:13.5rem;left:35.680753707886rem;width:6.25rem;height:1.5471216111848rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMgHZxedIwaFFnmTb44XgMo0qSJNPnHJ { display:block; }#UMgHZxedIwaFFnmTb44XgMo0qSJNPnHJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTNZohJKnEvoGaoTkPIgAvtJ3o7PPLqG { top:2.75rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUfADdoaWbBM7MSk0T7bt0NtbcCF6Rqu { top:7.9375rem;left:8.0626773834231rem;width:31.5625rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpXp8BpTorX1TaT169MZBmvXpvDL6M0L { width:17.1875rem;height:2.5rem;top:12.375rem;left:15.275033950806rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZQb3i0iKegf5QPuCKpT3Bain4T5ykwb { display:block; }
 }@media only screen and (max-width: 763px) { #mDxTD0uSWe4qmdoAuR5F6S3cJEJRi0XU { display:block; }#mDxTD0uSWe4qmdoAuR5F6S3cJEJRi0XU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSMy4kySuGlLgvkLGaZmd5VBJ0AqVTAm { top:2.5625rem;left:14.3125rem;width:33.4375rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #fK8EtmRRHSkHkHEWZgHdnuF72MdWnkBR { width:16.9375rem;height:2.625rem;top:26.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZghdq92ny1Wd8q0msnKFkNGZRkHO9od { display:block; }
 }@media only screen and (max-width: 763px) { #H7s7eTsH5BrxHCl6CBX90cgF5rEefNUI { top:15.375rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m50CBA9S7e5UUtH8yykDpkkTOrrsXxyJ { top:4rem;left:0rem;width:33.75rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXDIRail1K9wRodTCImxEa4s3y6vi6Vb { top:20.625rem;left:16.5rem;width:31.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVNPmwizxiPum0v5wBu4DWSIbpv51Bt0 { display:block; }#zVNPmwizxiPum0v5wBu4DWSIbpv51Bt0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeyF92Ex8o4wRWhXK5DsoB3WfFX47cir { top:2.75rem;left:1.96875rem;width:43.8125rem;height:3.5625rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsOTaXF6dPzLbbRiwZpLEMgIz3dWvU7S { top:6.9375rem;left:1.53125rem;width:44.6875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQS6Re5y2QOSWkTcOx4znqzH0i9qQHkW { top:11.1875rem;left:10.25rem;width:5.6875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8M7SZneUokwC7JupZ4MuSfnxxu3oEde { top:10.3125rem;left:0rem;width:11.8125rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR8BPnUW8wySor3f3JXLfe2HtWI36l38 { top:10.6875rem;left:39.4375rem;width:8.3125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI3sLx885lk9rgqckZnnJf8L1ygs4kol { top:10.4375rem;left:30.5rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvfrT7oRcDyug6P45FXDgJqFoVTOGZfb { top:10.4375rem;left:19.0625rem;width:8.75rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9XFHpzCvBHmpuzbJT4H3y9It7oqehux { display:block; }#h9XFHpzCvBHmpuzbJT4H3y9It7oqehux > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbtTNEHGul3evaVE6z72VSy0yaSOTDsc { top:5rem;left:0rem;width:47.75rem;height:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxnmF69JQO5JqNUc9pVymyPKUQ2dtlSC { top:9.625rem;left:0rem;width:26.0625rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKRSJMKLPyVACv1F7A10zdrLyqzGZWpP { top:13.125rem;left:0rem;width:31.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ct14BxUR0FkHGQE9nO7f55F4sqkCxC3M { width:17.1875rem;height:2.875rem;top:17.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmsCzrVhyGNeI9TCGVu2miTXoG8qAZrl { display:block; }
 }@media only screen and (max-width: 763px) { #mLIHif7g7QTAZcgZbHA7Lbs4eXeEXS7I { width:17.1875rem;height:2.875rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBf0mL1T8sq0i52xzJW6BBUki0fSukyb { display:block; }
 }@media only screen and (max-width: 763px) { #yZFV96xH6wm3MUo6FoTpyAZdA7TPGF39 { top:7.5rem;left:25.125rem;width:22.625rem;height:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKCNtcKGAs2XshtPFoJcPfb6FxUNQ8CO { display:block; }#eKCNtcKGAs2XshtPFoJcPfb6FxUNQ8CO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXfSOm7AAVVMmNeKiE3cPUTEhUaPlIBr { top:5rem;left:0rem;width:26.0625rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyPmKIO37LW19S9aRluDdHHTf4v3LPqq { top:20.75rem;left:0rem;width:22.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAU3cM85f1oaWR7qw2PsM1NlCgxqhbxZ { top:16.875rem;left:0rem;width:25.6875rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tboQEZ1S9kyTMSb3Gb4NdvqKt8sW05WF { top:20.5rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAtOPlU4yIKgtcbTQza35mmDTFO11RWT { top:23.5625rem;left:0rem;width:23rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1IoNIkiJmwwHEabXhRWHtUgZXUpT4tQ { top:23.3125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #av7T2RTyab25diwEXbTK2IT76CqqgGJQ { top:26.5625rem;left:0rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpMBqK1FlgJ9ip0FupGx8sblDxcitMeP { top:26.3125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWHV9AEUw8oQFu8MXnlo4dbVfDpKG5x6 { top:13.0625rem;left:0rem;width:30.3125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkK7BBf9y1ttRGTnHL896nCysyIIWTGT { width:17.3125rem;height:2.75rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaReCPdNltKQhW4BPnyLLuiRoW7Ktm3l { display:block; }
 }@media only screen and (max-width: 763px) { #S8FIPyP8pOemlpuGxVh4NoIVTT667hkP { top:7.5625rem;left:0rem;width:42.1875rem;height:25.711450009172rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrzBktySdM9ODpEpVUlxbz6Iii3ZB24X { display:block; }#GrzBktySdM9ODpEpVUlxbz6Iii3ZB24X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M80RJKuLydbdMbPiK7MT968qTwB3Ai36 { top:1.75rem;left:19.3125rem;width:28.4375rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdH7GgnB25Rlz7JGFMDTxHlM8wNde1tu { top:13.0625rem;left:20.75rem;width:27rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTwepTmTm9iLS6WuRokvTmX1Q4gTAOcs { top:1.8125rem;left:0rem;width:36.75rem;height:23.959057523799rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDVkrfTRX6zV2M7xeJvkT0cxdQMvQJWo { top:15rem;left:23.875rem;width:23.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqLv3TQtR9nod7K6q5ZmR1JAwmIuoSPT { top:12.8125rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUIVm0rSFzAOAMifTmyWkM6g9tmvpIRf { top:18rem;left:23.875rem;width:23.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUoOq2el0DFlwMLDc6ba0nmHxTz4ENOk { top:17.75rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XigaaSZyUOIywgH5n9e9zLB1Pp976MCq { top:19.9375rem;left:23.875rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAZUpLHxeqDGWuKcxs2ThE0CVsZmCetJ { top:22.875rem;left:23.875rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyJRid1eHP4JIbFffbCmx4DlathNPDRN { top:22.625rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnZFCq95hgQdUqfdKUPUynXsVGD1ZDcK { top:9.9375rem;left:23.875rem;width:20.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OI0kGdK9NgtUUkCNWtospUPGddWdMJMx { display:block; }#OI0kGdK9NgtUUkCNWtospUPGddWdMJMx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5HxzC2rDFJDuzogcKFU7A8kKHktWbMZ { top:18rem;left:0rem;width:20.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4iXGRkRAafhDCrOteS3c4FRFH2bWOgP { top:20.5625rem;left:0rem;width:15.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JR6hNkl4hT4uMvR4JvnnIRzrv4eIWbmd { top:3.25rem;left:0rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzLHTTGtA8kWPTHJJtuAcEMgsuVqC8rH { top:18.0625rem;left:13.437322616577rem;width:20.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvgtZT0RLowiNiXaLNxXgpmVUN5IxqMT { top:20.5625rem;left:15.123224258423rem;width:17.5rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHb5nfSENFhr6sM4kXW5XGwmKX1CL0uw { top:3.3125rem;left:17.1875rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0gvcoRMTznzSF5NgFSK09zNz4DZ0dpb { top:3.25rem;left:34.375rem;width:13.375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH7bXoaftDzLJuuRcE7VBTw9ycMlt1nx { top:18rem;left:26.9375rem;width:20.8125rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWWfAFUUvVoaNtKxMR5R7JGe4PkpG0um { top:20.5rem;left:26.6875rem;width:21.0625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx4AiF6Iwf3A27u2tT6wDeC9RDeFUva0 { display:block; }#Tx4AiF6Iwf3A27u2tT6wDeC9RDeFUva0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRLGST5JTG857BvKLtRwlNOGZu8gcnf3 { top:4.5rem;left:8.4994678497312rem;width:30.6875rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogC5SNgCEcteKg19lQGosERVQblD70dA { top:13.25rem;left:6.6244678497312rem;width:34.4375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzIBKE1h8BJqHJBcmhhmRnhMCw4yiWoR { width:17.3125rem;height:2.75rem;top:17.25rem;left:15.155183792114rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ5QsqRtLScPeAK8LXNoZi8wXVT8mvUn { display:block; }
 }@media only screen and (max-width: 763px) { #RhAk2oZl2d53Uevin2an8xqW8UaXUuVb { display:block; }#RhAk2oZl2d53Uevin2an8xqW8UaXUuVb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4MqfXS7RfqXi7gJNkLqgoL2nsrNlvWb { top:2.25rem;left:0rem;width:4.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdduSOg3vEAxCrTyhBLhTAuvxFVPXTuW { top:2.125rem;left:0rem;width:7.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLrH64KePorVdXbAqa5EqazbZkKNpyK7 { top:2.125rem;left:5.5582370758057rem;width:6.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUsyJ91TCFEst19cTbWWzzH1TuIopMF1 { top:2.125rem;left:13.87233543396rem;width:9.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4KJFebR1Gl83PT3cQxESP923ryzz1vy { top:2.125rem;left:24.373933792114rem;width:9.25rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzzV4hNtuyL5GeysoVkvWM3PQTlJTKAt { top:2.125rem;left:35.308767318726rem;width:4.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZ5QdBi3S2axXaCazNvKV5kBpmm1r7xe { top:2.125rem;left:37.5625rem;width:10.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cvcZHyTtW1uccP55dTXJcStEObP65tZa { display:block; }#cvcZHyTtW1uccP55dTXJcStEObP65tZa > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nn5rgdP1znLLNxadfwQuyw4UvEHgFnFW { width:5.68714375rem;height:1.49946875rem;top:1.7196377515793rem;left:2.2496448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgMBumtN6d7VW1EGmN3ioOOBi4Oy5Ne6 { width:2.5rem;height:2.5rem;top:1.25rem;left:8.7499994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xh1GtNbBwWyzOnL0TTtEgWkDTVRTVtJ3 { width:7.7494375rem;height:2.687325rem;top:1.1248223781586rem;left:12.063032507896rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row .container { background-color: transparent; background-image: none; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row .container > .video-iframe-container { display: none; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row > .video-iframe-container { display: none; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .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); }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row .container { border-width: 0; border-radius: 0; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTAfEbu0NkG6hDwbNsCeITpwRG8qRv3z > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uMVaIxJEgE59TJdwzDz0nChxFxIlC02Z { width:20rem;height:2.24964375rem;top:4.6226921081543rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rFmdU8wU1eB9BVEOTriurIsXMBeK1AI0 { width:20rem;height:6.9993125rem;top:8.6239340305331rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cz2ISuUkqRH55XX67foxtWXLzN2pDFe5 { width:2.625rem;height:1.875rem;top:0.56214499473572rem;left:9.9351915121081rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQTSpU7UTWz60oWnZMSphhCMy7guo3W2 { display:block; }
 }@media only screen and (max-width: 763px) { #MPDGppGBuXZJBUv6CogK07OXJDd9psr1 { width:2.625rem;height:1.875rem;top:0.56214499473572rem;left:7.3117898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDSiVGdDGnI1fegav6TTqyNuXxCs56EV { display:block; }
 }@media only screen and (max-width: 763px) { #xkFn9pNmzqhEIJdrpRzhmThOhXxXoWST { display:block; }#xkFn9pNmzqhEIJdrpRzhmThOhXxXoWST > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t3TJcAKXaTeXkCsDpeSM0ayxT0JMd7xq { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COIcQVGOyg1MgsikBzW3Wyn1oBZtT9Qx { width:20rem;height:6.99575rem;top:7.861328125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #peRxfC0pMTmL9fpeW8Lrr8PPg5BEiJ1J { width:17.625rem;height:11.1875rem;top:26.590907096863rem;left:1.0298295021057rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbzqv23UxslNdC36MHIXHIQ9qDKifMuh { width:20rem;height:4.19744375rem;top:16.420454025269rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfORMo6usdFzgom96QtE1WqI2eqR7Iei { width:17.3125rem;height:2.75rem;top:21.972655296326rem;left:1.343217253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEvb4WSgFlf2V5cGE5DrqWi4RwzebnnI { display:block; }
 }@media only screen and (max-width: 763px) { #hMPx4ikhlu7t22Tqc4cTSTtzrohs280G { display:block; }#hMPx4ikhlu7t22Tqc4cTSTtzrohs280G > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtUmhbfR5STzhgyG5d1eX3ZCqBzXqyzH { width:20rem;height:3.599075rem;top:1.7498226165771rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cJkl7pItNeTg5dXSVEfs6cD7ugtATamZ { width:20rem;height:8.394875rem;top:6.69300365448rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OCbWxPTx6sT8T4gsCbNEB74kUP5yO1Ok { width:20rem;height:16.8125rem;top:15.718215942382rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWHxQ3sueky0ExRdrL8csf1FoB4DsTeP { width:20rem;height:0.0625rem;top:25.468572616577rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs2dwPEoVhvutnQ42XEbwygHkLeXyFZA { width:16.9375rem;height:2.79829375rem;top:20.09303855896rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gSddmzKqnCCqLQTlFxBwh4NPEuoATpI8 { width:4.1867875rem;height:1.749825rem;top:17.218393325806rem;left:1.499467253685rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mJqh96uEAqWrx1lPtpWzLNQD3l08fpf7 { width:5.812325rem;height:1.39915rem;top:26.59250831604rem;left:12.681107878685rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WtSTb6Pev6vBTdREiizs9Pngi3DmSap7 { width:6.25rem;height:1.39915rem;top:28.53053855896rem;left:12.299360632896rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #IpUSIezdIwbcE3Vs6UJ6oxFo73xDi6BC { width:11.6875rem;height:2.79829375rem;top:28.530715942382rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z7aHNUUrhliEIZenlrZSZyzefZTBSwXq { width:8.3744375rem;height:1.39915rem;top:26.592506408691rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KSAzcApf5xtSccMSIgFrTbn4tnx9T0FF { width:4.6875rem;height:1.25rem;top:17.322267532349rem;left:13.749999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVaIPAhiahbsgkMddxzTd5Tzwu6kGpve { width:16.8125rem;height:1.39915rem;top:23.143642425537rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bdrZoCkTFo04PAoThF9bZ52fJvXHZkna { width:3.99946875rem;height:1.25rem;top:34.988457679749rem;left:14.492186903954rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHtTi5VbR8aHRGHbseaqhiDNd5haKLVy { width:6.624625rem;height:1.749825rem;top:34.739702224731rem;left:1.5616122484207rem;font-size:1.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U4TJ5AqIDrVxgQcQ8xqKMHrI5gh2nDXI { width:17.6873125rem;height:4.19744375rem;top:37.779474258423rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TLPr5XKIoTvw0POMbMEDlnhNdU1NTlWd { width:16.5625rem;height:1.39915rem;top:42.330429077149rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FAJg2zAtw0dPhJvc52maieP1xDVI6M7C { width:20rem;height:0.0625rem;top:44.655363082886rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swkzIklXWO0mUcXKPKsCmP4Ba7nRapef { width:8.0625rem;height:1.39915rem;top:45.467679977417rem;left:1.499467253685rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ubZeTy6qFt6kH1V206xbn7rB9AMsO9cW { width:11.4375rem;height:2.79829375rem;top:47.405006408691rem;left:1.5616122484207rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AWQABLo5XKJ76gWqZStUG56QZodXQTxQ { width:5.812325rem;height:1.39915rem;top:45.467679977417rem;left:12.679332137108rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #ksZyzBEQ1SP4edP2rtSDy51U1V7RaE0L { width:6.25rem;height:1.39915rem;top:47.405714035034rem;left:12.242542624474rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EaLra8SgTMd504VOzkztT2BRUQGy63PP { width:20rem;height:17.9375rem;top:33.218215942382rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0JRUpOhor62nwEg4wlz6RxFsXnzWUHU { width:17.073863625rem;height:2.635832375rem;top:52.060545921326rem;left:1.4612926244736rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhmZJTL2Le4CoRdWgrLRfvMqszwu7JuC { display:block; }
 }@media only screen and (max-width: 763px) { #ehleuTU6aCCfqb6tw4kFmHNqbrw5BzaI { width:20rem;height:2.45028125rem;top:55.812319755554rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DJT0aD6DkdOfuhpl7UJ0ZQf8sqeDhwt6 { width:5.3125rem;height:1.25rem;top:34.988457679749rem;left:8.4943174123762rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMgHZxedIwaFFnmTb44XgMo0qSJNPnHJ { display:block; }#UMgHZxedIwaFFnmTb44XgMo0qSJNPnHJ > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTNZohJKnEvoGaoTkPIgAvtJ3o7PPLqG { width:20rem;height:3.5996125rem;top:2.1123046875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUfADdoaWbBM7MSk0T7bt0NtbcCF6Rqu { width:20rem;height:5.59659375rem;top:6.962890625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EpXp8BpTorX1TaT169MZBmvXpvDL6M0L { width:17.198176125rem;height:2.510651125rem;top:13.984374523163rem;left:1.343217253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZQb3i0iKegf5QPuCKpT3Bain4T5ykwb { display:block; }
 }@media only screen and (max-width: 763px) { #mDxTD0uSWe4qmdoAuR5F6S3cJEJRi0XU { display:block; }#mDxTD0uSWe4qmdoAuR5F6S3cJEJRi0XU > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cSMy4kySuGlLgvkLGaZmd5VBJ0AqVTAm { width:20rem;height:5.3986125rem;top:14.310191631317rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fK8EtmRRHSkHkHEWZgHdnuF72MdWnkBR { width:16.846613625rem;height:2.531957375rem;top:37.802742004394rem;left:1.518998503685rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZghdq92ny1Wd8q0msnKFkNGZRkHO9od { display:block; }
 }@media only screen and (max-width: 763px) { #H7s7eTsH5BrxHCl6CBX90cgF5rEefNUI { width:20rem;height:5.59659375rem;top:21.039594173431rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m50CBA9S7e5UUtH8yykDpkkTOrrsXxyJ { width:20rem;height:14.3119375rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXDIRail1K9wRodTCImxEa4s3y6vi6Vb { width:20rem;height:6.99575rem;top:28.916013240814rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVNPmwizxiPum0v5wBu4DWSIbpv51Bt0 { display:block; }#zVNPmwizxiPum0v5wBu4DWSIbpv51Bt0 > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeyF92Ex8o4wRWhXK5DsoB3WfFX47cir { width:20rem;height:3.599075rem;top:0.74929046630862rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FsOTaXF6dPzLbbRiwZpLEMgIz3dWvU7S { width:20rem;height:2.79829375rem;top:4.8472957611084rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQS6Re5y2QOSWkTcOx4znqzH0i9qQHkW { width:5.4375rem;height:1.625rem;top:13.162109375rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8M7SZneUokwC7JupZ4MuSfnxxu3oEde { width:11.8125rem;height:3.5625rem;top:8.35rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UR8BPnUW8wySor3f3JXLfe2HtWI36l38 { width:8.3125rem;height:2.8125rem;top:25.475rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI3sLx885lk9rgqckZnnJf8L1ygs4kol { width:8.75rem;height:3.3125rem;top:20.9125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvfrT7oRcDyug6P45FXDgJqFoVTOGZfb { width:8.75rem;height:3.3125rem;top:16.35rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9XFHpzCvBHmpuzbJT4H3y9It7oqehux { display:block; }#h9XFHpzCvBHmpuzbJT4H3y9It7oqehux > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbtTNEHGul3evaVE6z72VSy0yaSOTDsc { width:20rem;height:35.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxnmF69JQO5JqNUc9pVymyPKUQ2dtlSC { width:18.3123125rem;height:1.7995375rem;top:5.4971580505371rem;left:0.84339487552644rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #zKRSJMKLPyVACv1F7A10zdrLyqzGZWpP { width:17.9368125rem;height:4.19744375rem;top:8.4987564086912rem;left:1.0298295021057rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ct14BxUR0FkHGQE9nO7f55F4sqkCxC3M { width:17.8125rem;height:2.875rem;top:14.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmsCzrVhyGNeI9TCGVu2miTXoG8qAZrl { display:block; }
 }@media only screen and (max-width: 763px) { #mLIHif7g7QTAZcgZbHA7Lbs4eXeEXS7I { width:17.75rem;height:2.875rem;top:17.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBf0mL1T8sq0i52xzJW6BBUki0fSukyb { display:block; }
 }@media only screen and (max-width: 763px) { #yZFV96xH6wm3MUo6FoTpyAZdA7TPGF39 { width:17.5rem;height:14.2498125rem;top:22.061433315277rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKCNtcKGAs2XshtPFoJcPfb6FxUNQ8CO { display:block; }#eKCNtcKGAs2XshtPFoJcPfb6FxUNQ8CO > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FXfSOm7AAVVMmNeKiE3cPUTEhUaPlIBr { width:20rem;height:1.7995375rem;top:2.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GyPmKIO37LW19S9aRluDdHHTf4v3LPqq { width:17.75rem;height:1.39915rem;top:12.5rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZAU3cM85f1oaWR7qw2PsM1NlCgxqhbxZ { width:20rem;height:2.79829375rem;top:8.2493038177487rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tboQEZ1S9kyTMSb3Gb4NdvqKt8sW05WF { width:2rem;height:2rem;top:12.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAtOPlU4yIKgtcbTQza35mmDTFO11RWT { width:17.75rem;height:2.798825rem;top:15.125rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J1IoNIkiJmwwHEabXhRWHtUgZXUpT4tQ { width:2rem;height:2rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #av7T2RTyab25diwEXbTK2IT76CqqgGJQ { width:17.75rem;height:1.3994125rem;top:18.75rem;left:2.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mpMBqK1FlgJ9ip0FupGx8sblDxcitMeP { width:2rem;height:2rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWHV9AEUw8oQFu8MXnlo4dbVfDpKG5x6 { width:20rem;height:1.39915rem;top:4.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GkK7BBf9y1ttRGTnHL896nCysyIIWTGT { width:17.3125rem;height:2.75rem;top:21.686783685303rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaReCPdNltKQhW4BPnyLLuiRoW7Ktm3l { display:block; }
 }@media only screen and (max-width: 763px) { #S8FIPyP8pOemlpuGxVh4NoIVTT667hkP { width:20rem;height:12.1891318562rem;top:26.248220443726rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrzBktySdM9ODpEpVUlxbz6Iii3ZB24X { display:block; }#GrzBktySdM9ODpEpVUlxbz6Iii3ZB24X > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M80RJKuLydbdMbPiK7MT968qTwB3Ai36 { width:20rem;height:3.599075rem;top:14.248046040535rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZdH7GgnB25Rlz7JGFMDTxHlM8wNde1tu { width:17.6875rem;height:1.39915rem;top:21.061786651611rem;left:2.4058948755264rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yTwepTmTm9iLS6WuRokvTmX1Q4gTAOcs { width:20rem;height:12.9998125rem;top:0.68714487552644rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDVkrfTRX6zV2M7xeJvkT0cxdQMvQJWo { width:17.6243125rem;height:2.79829375rem;top:22.684650421142rem;left:2.3748222589493rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZqLv3TQtR9nod7K6q5ZmR1JAwmIuoSPT { width:2rem;height:2rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUIVm0rSFzAOAMifTmyWkM6g9tmvpIRf { width:17.625rem;height:1.39915rem;top:26.3125rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SUoOq2el0DFlwMLDc6ba0nmHxTz4ENOk { width:1.9992875rem;height:1.9992875rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XigaaSZyUOIywgH5n9e9zLB1Pp976MCq { width:15.062125rem;height:2.79829375rem;top:28rem;left:2.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oAZUpLHxeqDGWuKcxs2ThE0CVsZmCetJ { width:17.5625rem;height:2.79829375rem;top:31.625rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZyJRid1eHP4JIbFffbCmx4DlathNPDRN { width:2rem;height:2rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnZFCq95hgQdUqfdKUPUynXsVGD1ZDcK { width:20rem;height:1.39915rem;top:18.649680256844rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OI0kGdK9NgtUUkCNWtospUPGddWdMJMx { display:block; }#OI0kGdK9NgtUUkCNWtospUPGddWdMJMx > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I5HxzC2rDFJDuzogcKFU7A8kKHktWbMZ { width:20rem;height:1.8rem;top:11.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H4iXGRkRAafhDCrOteS3c4FRFH2bWOgP { width:20rem;height:1.39915rem;top:13.675000190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JR6hNkl4hT4uMvR4JvnnIRzrv4eIWbmd { width:9.375rem;height:9.375rem;top:1.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzLHTTGtA8kWPTHJJtuAcEMgsuVqC8rH { width:20rem;height:1.8rem;top:26.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xvgtZT0RLowiNiXaLNxXgpmVUN5IxqMT { width:20rem;height:2.79829375rem;top:29.268750190735rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHb5nfSENFhr6sM4kXW5XGwmKX1CL0uw { width:9.375rem;height:9.375rem;top:16.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0gvcoRMTznzSF5NgFSK09zNz4DZ0dpb { width:9.375rem;height:9.25rem;top:32.543750762939rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH7bXoaftDzLJuuRcE7VBTw9ycMlt1nx { width:20rem;height:1.8rem;top:42.418750762939rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWWfAFUUvVoaNtKxMR5R7JGe4PkpG0um { width:20rem;height:1.39915rem;top:44.84375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tx4AiF6Iwf3A27u2tT6wDeC9RDeFUva0 { display:block; }#Tx4AiF6Iwf3A27u2tT6wDeC9RDeFUva0 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nRLGST5JTG857BvKLtRwlNOGZu8gcnf3 { width:20rem;height:3.599075rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ogC5SNgCEcteKg19lQGosERVQblD70dA { width:20rem;height:5.59659375rem;top:6.5127849578856rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AzIBKE1h8BJqHJBcmhhmRnhMCw4yiWoR { width:17.208801125rem;height:2.646482375rem;top:13.310544967651rem;left:1.3378905057907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJ5QsqRtLScPeAK8LXNoZi8wXVT8mvUn { display:block; }
 }@media only screen and (max-width: 763px) { #RhAk2oZl2d53Uevin2an8xqW8UaXUuVb { display:block; }#RhAk2oZl2d53Uevin2an8xqW8UaXUuVb > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G4MqfXS7RfqXi7gJNkLqgoL2nsrNlvWb { width:4.75rem;height:1.25rem;top:1.25rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdduSOg3vEAxCrTyhBLhTAuvxFVPXTuW { width:11.25rem;height:1.39915rem;top:4.1246452331543rem;left:4.3749998807907rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLrH64KePorVdXbAqa5EqazbZkKNpyK7 { width:10.7493125rem;height:1.39915rem;top:6.7098731994631rem;left:4.624467253685rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pUsyJ91TCFEst19cTbWWzzH1TuIopMF1 { width:11.312125rem;height:1.39915rem;top:9.4548988342288rem;left:4.343039393425rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t4KJFebR1Gl83PT3cQxESP923ryzz1vy { width:13.3744375rem;height:1.39915rem;top:12.01171875rem;left:3.3114346265793rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzzV4hNtuyL5GeysoVkvWM3PQTlJTKAt { width:6.4373125rem;height:1.39915rem;top:14.661754608154rem;left:6.7800067663194rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mZ5QdBi3S2axXaCazNvKV5kBpmm1r7xe { width:12.5625rem;height:1.4rem;top:17.3125rem;left:3.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }