.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .row .container { background-color: transparent; background-image: none; }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .row .container > .video-iframe-container { display: none; }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .row > .video-iframe-container { display: none; }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .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); }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .row .container { border-width: 0; border-radius: 0; }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .row .container { font-size:0.875rem;font-family:arial;height:6.3125rem;width:75rem;position:relative;display:block; }#uT71ElnB6BFc2EoggyHbFyenwMczo8Ic { color:rgba(var(--color-tertiary-4),1);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.70703125rem;left:20.9375rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#L4mqTPA7g0iNueHGwc2R9A9oXKxhAh0X { color:rgba(var(--color-tertiary-4),1);display:block;width:39.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.6435546875rem;left:17.5625rem;height:1.4624rem;text-align:center;text-align-last:center;display:none; }
#k0BqJApS2LTOHvc9r8bgHabzuGnas7Sc { 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.25rem;width:5.0625rem;top:0.43701171875rem;left:1.031494140625rem;overflow:hidden;display:none; }
#xPcST6NK5T9IxUoDO3wq3yD1qkokB4dp { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.0625rem;left:55.311847686767rem;display:block; }
#g2EaUaeksg17a0l46ECvoehmq5DE9L2g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tfd6o4eOdcZlClKEpRwSuiaUrruAA66b { 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.125rem;width:17.625rem;top:1.59375rem;left:0rem;overflow:hidden;display:block; }
#igNPtE3JNP0mJEGBxmW5o2ByBPBrwzUl { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.46875rem;left:49.311847686767rem;height:1.13745rem;text-align:center;text-align-last:center;display:block; }
#lkkbRFRTHwJ0MiIQGDPJSKsSTyMVGaxr { position:relative;display:block; }#lkkbRFRTHwJ0MiIQGDPJSKsSTyMVGaxr { background-color: transparent; background-image: none; }#lkkbRFRTHwJ0MiIQGDPJSKsSTyMVGaxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkkbRFRTHwJ0MiIQGDPJSKsSTyMVGaxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkkbRFRTHwJ0MiIQGDPJSKsSTyMVGaxr > .row .container > .video-iframe-container { display: none; }#lkkbRFRTHwJ0MiIQGDPJSKsSTyMVGaxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lkkbRFRTHwJ0MiIQGDPJSKsSTyMVGaxr > .row > .video-iframe-container { display: none; }#lkkbRFRTHwJ0MiIQGDPJSKsSTyMVGaxr > .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); }#lkkbRFRTHwJ0MiIQGDPJSKsSTyMVGaxr { border-width: 0; border-radius: 0; }#lkkbRFRTHwJ0MiIQGDPJSKsSTyMVGaxr > .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; }#lkkbRFRTHwJ0MiIQGDPJSKsSTyMVGaxr > .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:5.6875rem;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; }#oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/f75c5b05-ad98-4d62-bbcf-ee0e490230ba/BAUSTACKV3.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB.adaptive-delivery-prevent-bg, #oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB.lazyload, #oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB.lazyloading { background-image: none; }#oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB > .row .container { background-color: transparent; background-image: none; }#oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB > .row .container > .video-iframe-container { display: none; }#oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB > .row > .video-iframe-container { display: none; }#oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB > .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); }#oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB > .row .container { border-width: 0; border-radius: 0; }#oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#PXKZwAhgplQELqFPkc2Gzmqdna8gBXdy { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:4.6875rem;left:19.6875rem;height:;display:block; }
#tyHk0rKFLU2oisN455grzOsc4HvIfcla { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:"playfair display";font-size:3.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:7rem;left:14rem;height:;display:block; }
#eBd4q76cG1DufIiCSVGDeWpvt5nDVhGC { color:rgba(var(--color-tertiary-4),1);display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.5625rem;left:24.46875rem;height:;font-style:normal;display:block; }
#T04hPEPSh3POTHQxpz0GWZslTFE5rRSq { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:2.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:17.875rem;left:12.375rem;display:block; }
#fE6UnBwEJv5cnVZQP48eNCZ0f6M9VITW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#meiMAWV4qNhuEppZlWyhHsJ42n3l6oZ3 { background-color:#57695b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius: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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.625rem;height:2.9375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:17.875rem;left:32.520183563233rem;display:block; }
#ogM9FdPcaudiASZKCmqSXLbCFwOTckGe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d0971d6f93efb3115874659948d13581 { position:relative;display:block; }#d0971d6f93efb3115874659948d13581 { background-color: transparent; background-image: none; }#d0971d6f93efb3115874659948d13581::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0971d6f93efb3115874659948d13581 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0971d6f93efb3115874659948d13581 > .row .container > .video-iframe-container { display: none; }#d0971d6f93efb3115874659948d13581 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d0971d6f93efb3115874659948d13581 > .row > .video-iframe-container { display: none; }#d0971d6f93efb3115874659948d13581 > .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); }#d0971d6f93efb3115874659948d13581 { border-width: 0; border-radius: 0; }#d0971d6f93efb3115874659948d13581 > .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; }#d0971d6f93efb3115874659948d13581 > .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:var(--paragraphs-font-family);height:3.5625rem;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; }#Z7118910e42487fc22b5c00cf6372d1f { position:absolute;display:block;z-index:15000;height:3.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#f40a48a2ff4b9d2818e38bc2ebc78bf7 { position:absolute;display:block;z-index:15001;height:3.5rem;width:75rem;top:0rem;left:0rem;display:block; }
#ZSFSWKGSWWnemofqoQpENQxpOnXAJRXL { position:relative;display:block; }#ZSFSWKGSWWnemofqoQpENQxpOnXAJRXL { background-color: transparent; background-image: none; }#ZSFSWKGSWWnemofqoQpENQxpOnXAJRXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSFSWKGSWWnemofqoQpENQxpOnXAJRXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSFSWKGSWWnemofqoQpENQxpOnXAJRXL > .row .container > .video-iframe-container { display: none; }#ZSFSWKGSWWnemofqoQpENQxpOnXAJRXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSFSWKGSWWnemofqoQpENQxpOnXAJRXL > .row > .video-iframe-container { display: none; }#ZSFSWKGSWWnemofqoQpENQxpOnXAJRXL > .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); }#ZSFSWKGSWWnemofqoQpENQxpOnXAJRXL { border-width: 0; border-radius: 0; }#ZSFSWKGSWWnemofqoQpENQxpOnXAJRXL > .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; }#ZSFSWKGSWWnemofqoQpENQxpOnXAJRXL > .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:43.625rem;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; }#JgE3GZ9adm27rw6GTewFv4tTPPThEs6V { color:#748893;display:block;width:21.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.061767578125rem;left:26.8125rem;height:1.4619125rem;display:block; }
#U8gOStqzVev6SVbSVuqdWMRKafqSxN62 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.24975rem;position:absolute;font-family:"playfair display";font-size:2.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.3408203125rem;left:20.873291015625rem;height:;display:block; }
#IVrmHrv9mP94PSrLWLvTt2WG0dkrRUTz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.56225rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:11.079345703125rem;left:29.217041015625rem;height:;font-style:normal;display:block; }
#pXpVFdcJSCIU6RrZ6yGFKmnpVmGyR45H { box-sizing:content-box;height:14.375rem;width:23.1875rem;position:absolute;display:block;z-index:15005;background-color:#f7f2e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:25.9375rem;display:block; }
#dNAk27zmofbfhGll3UAopBNqpXAJEwxm { box-sizing:content-box;height:14.3125rem;width:23.1875rem;position:absolute;display:block;z-index:15006;background-color:#f7f2e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:0rem;display:block; }
#XhiEWTLAtZAEoEPldz6y5WXmO3750AvB { box-sizing:content-box;height:14.375rem;width:23.1875rem;position:absolute;display:block;z-index:15007;background-color:#f7f2e8;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:51.8125rem;display:block; }
#QasMepURNGgHBGTrIS7KgZ2gLngFzeA2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:18.5rem;left:0.6875rem;height:3.41235625rem;display:block; }
#tIlDqVlTAviw4DIoHgN3r5Q3tbOIcPVZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:18.5rem;left:27.5rem;height:3.41235625rem;display:block; }
#JAK9Q2mhSPEktc8AKL3fT4ndyeac9oOw { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"playfair display";font-size:2.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:18.0625rem;left:53.375rem;height:3.41235625rem;display:block; }
#xH28zF6pWkH9Wocgllniwk6ZXIkpdTCx { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:"playfair display";font-size:2rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:22.5625rem;left:0.9375rem;height:;display:block; }
#GNQcVEuGRchbJhJdn9CATVFn58TGrDCs { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:"playfair display";font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.5625rem;left:26.875rem;height:;display:block; }
#apBu4kEg6JuNEJUXf1JQvsIDB8X4FPPI { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:"playfair display";font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:22.5625rem;left:52.75rem;height:;display:block; }
#Zecv978oSABl0pTO7RRpnSJXP6mM5KMK { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.625rem;left:1.125rem;height:;font-style:normal;display:block; }
#mDMedweThmDT43cDhrPb8BQALaTD5gAM { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.625rem;left:27rem;height:;font-style:normal;display:block; }
#DkzsUJZwlq9TGuCU7o0JM1cWca7vDsdS { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:26.625rem;left:52.9375rem;height:;font-style:normal;display:block; }
#F31ugnGlF5LN6zwGVKVxHnRAWRB1oV1s { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.62475rem;height:2.9370125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:36.781494140625rem;left:28.185791015625rem;display:block; }
#uF8HMZb1wl6dymEVrAOre3V9zxZMBOxI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nm2ZBHg1l9CGi5D8g4WqP0mmvNl5nwtM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e7e3;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; }#nm2ZBHg1l9CGi5D8g4WqP0mmvNl5nwtM > .row .container { background-color: transparent; background-image: none; }#nm2ZBHg1l9CGi5D8g4WqP0mmvNl5nwtM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm2ZBHg1l9CGi5D8g4WqP0mmvNl5nwtM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm2ZBHg1l9CGi5D8g4WqP0mmvNl5nwtM > .row .container > .video-iframe-container { display: none; }#nm2ZBHg1l9CGi5D8g4WqP0mmvNl5nwtM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm2ZBHg1l9CGi5D8g4WqP0mmvNl5nwtM > .row > .video-iframe-container { display: none; }#nm2ZBHg1l9CGi5D8g4WqP0mmvNl5nwtM > .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); }#nm2ZBHg1l9CGi5D8g4WqP0mmvNl5nwtM > .row .container { border-width: 0; border-radius: 0; }#nm2ZBHg1l9CGi5D8g4WqP0mmvNl5nwtM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nm2ZBHg1l9CGi5D8g4WqP0mmvNl5nwtM > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:75rem;position:relative;display:block; }#ATSm8B2IbJITD20OpV1Cepwzc6t8RLnc { color:#748893;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.47802734375rem;left:31.43701171875rem;height:1.4619125rem;display:block; }
#uq8zLPWQXGHXcRShQsSbTKn50i5M4RdK { color:rgba(var(--color-tertiary-4),1);display:block;width:49.125rem;position:absolute;font-family:"playfair display";font-size:2.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.060546875rem;left:15.468017578125rem;height:;display:block; }
#qtvQrhTTwVWkVnUeuTX2kva5V3qGo68U { color:#57695b;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:15.3125rem;left:32.0625rem;height:1.4619125rem;display:block; }
#B336DTI6oSzrMdT7VHWUUHSP0e9Kd5IX { color:#748893;display:block;width:14.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.3125rem;left:53.1875rem;height:;display:block; }
#lOZugoNBOknkMT1X6Hu04p0o6WmNgv41 { box-sizing:content-box;height:0.125rem;width:62.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(87,105,91,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.5625rem;left:5.0625rem;display:block; }
#UbsTn8deoGlXeaKk5F9cuh0lB7s3vs1L { color:#1e1e1e;display:block;width:8.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.8125rem;left:8.25rem;height:1.4619125rem;display:block; }
#c3Zmgv4bRFyopZKw499nmOcAFy1IXdVX { color:#1e1e1e;display:block;width:13.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.0625rem;left:32.0625rem;height:2.923825rem;font-style:normal;display:block; }
#VJ0olunoN8bW2cXceg525TeDe9PJrAS5 { color:#1e1e1e;display:block;width:13.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.8125rem;left:53.1875rem;height:;font-style:normal;display:block; }
#LAoyIkc4P7ggZ76IxASUaegdcNTFiTMC { box-sizing:content-box;height:0.125rem;width:62.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(87,105,91,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.5rem;left:5.0625rem;display:block; }
#zt05nUhE4CEdBGykIfNq9ZnFqzdAF8ov { color:#1e1e1e;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25.6875rem;left:8.25rem;height:1.4619125rem;display:block; }
#X0XbIXVn4l56lGgSq2AGpN9UMJ5ACM7m { box-sizing:content-box;height:0.124511875rem;width:62.49975rem;position:absolute;display:block;z-index:15007;background-color:rgba(87,105,91,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.25rem;left:5.0625rem;display:block; }
#DWtrHrtkadrgdH4LwwzT0WL4RXlxf4CK { box-sizing:content-box;height:0.124511875rem;width:62.49975rem;position:absolute;display:block;z-index:15009;background-color:rgba(87,105,91,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.875rem;left:5.0625rem;display:block; }
#hoPzGw7GvOvHzT89oJt6WDydyXFiTgNx { color:#1e1e1e;display:block;width:16.9375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:31.3125rem;left:8.25rem;height:1.4619125rem;display:block; }
#onzhPuLRhqRbxlf3l4MBlTCPRnJyBHRX { box-sizing:content-box;height:0.124511875rem;width:62.499rem;position:absolute;display:block;z-index:15011;background-color:rgba(87,105,91,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.8125rem;left:5.0625rem;display:block; }
#LhSZ7w3QrFBHf6DlQ6ioPe32NttvVPib { color:#1e1e1e;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:37.3125rem;left:8.25rem;height:1.4619125rem;display:block; }
#B3PX37L3U8Tb8GFqWC44r0fBeOlWBid5 { box-sizing:content-box;height:0.124511875rem;width:62.499rem;position:absolute;display:block;z-index:15013;background-color:rgba(87,105,91,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.9375rem;left:5.0625rem;display:block; }
#UqzoFsTXePRAJVPAmKf49rD4opDDqMUx { color:#1e1e1e;display:block;width:14.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:43.375rem;left:8.25rem;height:1.4619125rem;display:block; }
#mtPnSL4ZrEaqPe1U5uKAgy5HQO5s17K9 { box-sizing:content-box;height:0.124511875rem;width:62.499rem;position:absolute;display:block;z-index:15015;background-color:rgba(87,105,91,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:53.1875rem;left:5.0625rem;display:block; }
#NhXHGWtPSPZDmrUD32XVqWxmypCxTOIs { color:#1e1e1e;display:block;width:12.375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:49.625rem;left:8.25rem;height:1.4619125rem;display:block; }
#oTgfrXMcWO4UodQC2zMV7oZ7MuzuJ5cn { box-sizing:content-box;height:0.124511875rem;width:62.499rem;position:absolute;display:block;z-index:15017;background-color:rgba(87,105,91,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.625rem;left:5.125rem;display:block; }
#glkcXsTBTFNuqJBKgAwrn1VtSsQSFaes { color:#1e1e1e;display:block;width:21.3125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:56.0625rem;left:8.25rem;height:;display:block; }
#kAU5dcNJ5mrK9EdUr8uHXLI3ToPtFWZd { box-sizing:content-box;height:4.1875rem;width:13.875rem;position:absolute;display:block;z-index:15002;background-color:#c0e2c6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.4375rem;left:30.9375rem;display:block; }
#TgAx7pqvRwAAxHMXqiRERJUGnvbmsZDZ { color:#1e1e1e;display:block;width:13.812rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.6875rem;left:32.0625rem;height:1.4619125rem;font-style:normal;display:block; }
#mQ2RCk5JeE2zQ3UR9lvELWMvUSDpKbxm { color:#1e1e1e;display:block;width:13.81125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:31.3125rem;left:32.0625rem;height:1.4619125rem;font-style:normal;display:block; }
#hxiW0aIneBWJlfsrUkXnXdMc4ApUbRTG { color:#1e1e1e;display:block;width:13.8105625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:37.3125rem;left:32.0625rem;height:1.4619125rem;font-style:normal;display:block; }
#HH0Rt530pgknRMslCR01lBv0hKHDTgEI { color:#1e1e1e;display:block;width:13.8105625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:43.375rem;left:32.0625rem;height:1.4619125rem;font-style:normal;display:block; }
#WFZxxdV9BX6Fz0IPTRefHzdiIiezdbdr { color:#1e1e1e;display:block;width:13.8105625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:49.625rem;left:32.0625rem;height:1.4619125rem;font-style:normal;display:block; }
#zTrCNCEHG6Qqz3ET4EP4HJxXffzLQpcG { color:#1e1e1e;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:56.0625rem;left:32.0625rem;height:;font-style:normal;display:block; }
#QnDtKit7CavfefzmKDLraGb4kPkDKz8v { color:#1e1e1e;display:block;width:13.812rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:25.6875rem;left:53.1875rem;height:;font-style:normal;display:block; }
#D1uVfAz5NIOqEhKOAVbxTXionGTtQW9h { color:#1e1e1e;display:block;width:13.81125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:31.3125rem;left:53.1875rem;height:;font-style:normal;display:block; }
#okxvy6LhbVhu7Flt3EmIlUoGZTcXpHQO { color:#1e1e1e;display:block;width:16.062rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:37.3125rem;left:53.1875rem;height:;font-style:normal;display:block; }
#iq7UBUQqml6JDTH9lUPSqXI8XaT7c7CN { color:#1e1e1e;display:block;width:16.062rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:43.375rem;left:53.1875rem;height:;font-style:normal;display:block; }
#wRpzW4U2DBDTMdklVoyQB512PTfmN1tZ { color:#1e1e1e;display:block;width:16.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:49.625rem;left:53.1875rem;height:;font-style:normal;display:block; }
#lEHUnELs2k2DWcmoa4npkfu4RXZALwaX { color:#1e1e1e;display:block;width:16.812rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:56.0625rem;left:53.1875rem;height:;font-style:normal;display:block; }
#afd7546e6addcdb4dd226468b6bc06ab { 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; }#afd7546e6addcdb4dd226468b6bc06ab > .row .container { background-color: transparent; background-image: none; }#afd7546e6addcdb4dd226468b6bc06ab::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afd7546e6addcdb4dd226468b6bc06ab > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afd7546e6addcdb4dd226468b6bc06ab > .row .container > .video-iframe-container { display: none; }#afd7546e6addcdb4dd226468b6bc06ab > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#afd7546e6addcdb4dd226468b6bc06ab > .row > .video-iframe-container { display: none; }#afd7546e6addcdb4dd226468b6bc06ab > .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); }#afd7546e6addcdb4dd226468b6bc06ab > .row .container { border-width: 0; border-radius: 0; }#afd7546e6addcdb4dd226468b6bc06ab > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#afd7546e6addcdb4dd226468b6bc06ab > .row .container { font-size:0.875rem;font-family:arial;height:7.625rem;width:75rem;position:relative;display:block; }#b28701c1a1ce64aa3e47697899c52655 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.749267578125rem;left:23.59375rem;height:2.92358125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bf6a47978b86211f1f097f084f0b6f44 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.81175rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.34912109375rem;left:14.59228515625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#d2fb680166600c20cdfbb30e3cf74b86 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#d2fb680166600c20cdfbb30e3cf74b86 > .row .container { background-color: transparent; background-image: none; }#d2fb680166600c20cdfbb30e3cf74b86::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2fb680166600c20cdfbb30e3cf74b86 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2fb680166600c20cdfbb30e3cf74b86 > .row .container > .video-iframe-container { display: none; }#d2fb680166600c20cdfbb30e3cf74b86 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d2fb680166600c20cdfbb30e3cf74b86 > .row > .video-iframe-container { display: none; }#d2fb680166600c20cdfbb30e3cf74b86 > .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); }#d2fb680166600c20cdfbb30e3cf74b86 > .row .container { border-width: 0; border-radius: 0; }#d2fb680166600c20cdfbb30e3cf74b86 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d2fb680166600c20cdfbb30e3cf74b86 > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:75rem;position:relative;display:block; }#d6f47ee1e53bb4879cad9c0d2ff1bea3 { 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:12.5rem;width:12.5rem;top:3.625rem;left:3.125rem;overflow:hidden;display:block; }
#o5d7ae559e4f5a9a0cdd79327baff465 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.75rem;left:0.625rem;height:1.70593125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rb0863eb32110b590d6f8bfee911b607 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.937375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.956909179688rem;left:2.40478515625rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#af0f5170bb6d7ad070a821641cd80cb1 { position:absolute;display:block;z-index:15001;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:12.5rem;width:12.5rem;top:3.624267578125rem;left:40.625rem;overflow:hidden;display:block; }
#ua607c9383ce16d48f5b98dc5547042e { color:rgba(var(--color-tertiary-4),1);display:block;width:17.56225rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:16.749267578125rem;left:19.342041015625rem;height:1.70593125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7590a04d9dd4267f0fcf3db5e532081 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.49975rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.91845703125rem;left:21.373291015625rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#c5f9dd435d64d5cab8920e00c67aa49c { 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:12.5rem;width:12.5rem;top:3.624267578125rem;left:21.875rem;overflow:hidden;display:block; }
#aadc6dff3c75e90f8361832bf9007c05 { position:absolute;display:block;z-index:15002;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:12.5rem;width:12.5rem;top:3.624267578125rem;left:59.375rem;overflow:hidden;display:block; }
#zc19bd92aa6bf2da0cd6c32f2c1fab70 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.56225rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.749267578125rem;left:38.092041015625rem;height:1.70593125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sb5a36268bcb97d2a7949379edca204a { color:rgba(var(--color-tertiary-4),1);display:block;width:12.37425rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:18.91845703125rem;left:40.68603515625rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#ab141dd16ffd61bedd1b6e369a5f8b08 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.56225rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.749267578125rem;left:56.842041015625rem;height:1.70593125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d30721f168405b950c59d091cefbb547 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1245rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:18.91845703125rem;left:58.0615234375rem;height:2.598875rem;text-align:center;text-align-last:center;display:block; }
#NtzIHuSQFSmJPeZJbXTfqkSCBPnBFouc { position:relative;display:block; }#NtzIHuSQFSmJPeZJbXTfqkSCBPnBFouc { background-color: transparent; background-image: none; }#NtzIHuSQFSmJPeZJbXTfqkSCBPnBFouc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtzIHuSQFSmJPeZJbXTfqkSCBPnBFouc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtzIHuSQFSmJPeZJbXTfqkSCBPnBFouc > .row .container > .video-iframe-container { display: none; }#NtzIHuSQFSmJPeZJbXTfqkSCBPnBFouc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NtzIHuSQFSmJPeZJbXTfqkSCBPnBFouc > .row > .video-iframe-container { display: none; }#NtzIHuSQFSmJPeZJbXTfqkSCBPnBFouc > .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); }#NtzIHuSQFSmJPeZJbXTfqkSCBPnBFouc { border-width: 0; border-radius: 0; }#NtzIHuSQFSmJPeZJbXTfqkSCBPnBFouc > .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; }#NtzIHuSQFSmJPeZJbXTfqkSCBPnBFouc > .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:7rem;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; }#SuTnpXmzH1TsLpIQuQxtFOVIvR9vh70R { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.624rem;height:2.9370125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.06201171875rem;left:28.18798828125rem;display:block; }
#zD85ZX4ypcLT5ooCZTzUz0o0aMhwQynH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TShWmFlkxfWOaDEPXDMHq2URbKFN5sJ0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#57695b;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; }#TShWmFlkxfWOaDEPXDMHq2URbKFN5sJ0 > .row .container { background-color: transparent; background-image: none; }#TShWmFlkxfWOaDEPXDMHq2URbKFN5sJ0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TShWmFlkxfWOaDEPXDMHq2URbKFN5sJ0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TShWmFlkxfWOaDEPXDMHq2URbKFN5sJ0 > .row .container > .video-iframe-container { display: none; }#TShWmFlkxfWOaDEPXDMHq2URbKFN5sJ0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TShWmFlkxfWOaDEPXDMHq2URbKFN5sJ0 > .row > .video-iframe-container { display: none; }#TShWmFlkxfWOaDEPXDMHq2URbKFN5sJ0 > .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); }#TShWmFlkxfWOaDEPXDMHq2URbKFN5sJ0 > .row .container { border-width: 0; border-radius: 0; }#TShWmFlkxfWOaDEPXDMHq2URbKFN5sJ0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TShWmFlkxfWOaDEPXDMHq2URbKFN5sJ0 > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#PZMWVgWkQoBTIKNGF3Dw46CTAwQQZq6K { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:7.875rem;left:36.375rem; }
#Rh0xzvoMJsbEpb3y3NTcvVqXNPKHMsgx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:7.875rem;left:41.75rem; }
#WuhpxQOv2TeuZU4qPnPRwToNKp9aPMF0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:7.875rem;left:31.25rem; }
#AInfRLh42RGWFGDm6LnLvwkwzdDb0Lum { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.875rem;left:39.0625rem; }
#qLi5N9XeJo7cR4h4ftEEWrziTTMDRoDF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:7.875rem;left:33.8125rem; }
#sELvykgfvMbVN0eWsxIHyZpqzDVtTeVx { color:#ffffff;display:block;width:34.3125rem;position:absolute;font-family:"playfair display";font-size:2.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.812255859375rem;left:20.34375rem;height:;font-style:italic;display:block; }
#Z40niX1x0Agkmf00Zh4erqybI2dk77J0 { color:#ffffff;display:block;width:17.3745rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:20.46826171875rem;left:28.811279296875rem;height:;font-style:normal;display:block; }
#FaDLvTqbZ7JT6beR5yAtcuOhVWBbg2QB { position:relative;display:block; }#FaDLvTqbZ7JT6beR5yAtcuOhVWBbg2QB { background-color: transparent; background-image: none; }#FaDLvTqbZ7JT6beR5yAtcuOhVWBbg2QB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaDLvTqbZ7JT6beR5yAtcuOhVWBbg2QB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaDLvTqbZ7JT6beR5yAtcuOhVWBbg2QB > .row .container > .video-iframe-container { display: none; }#FaDLvTqbZ7JT6beR5yAtcuOhVWBbg2QB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FaDLvTqbZ7JT6beR5yAtcuOhVWBbg2QB > .row > .video-iframe-container { display: none; }#FaDLvTqbZ7JT6beR5yAtcuOhVWBbg2QB > .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); }#FaDLvTqbZ7JT6beR5yAtcuOhVWBbg2QB { border-width: 0; border-radius: 0; }#FaDLvTqbZ7JT6beR5yAtcuOhVWBbg2QB > .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; }#FaDLvTqbZ7JT6beR5yAtcuOhVWBbg2QB > .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:35.375rem;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; }#NE6IETV9ww5u6vAtCHhDLKqf9HSRK9KE { color:#748893;display:block;width:17.7495rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.76611328125rem;left:28.62451171875rem;height:1.4619125rem;display:block; }
#ohkCGB5TkkiBB5mLdDhfVyDJZHgaEUzB { color:rgba(var(--color-tertiary-4),1);display:block;width:37.18725rem;position:absolute;font-family:"playfair display";font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:6.20361328125rem;left:18.904541015625rem;height:3.57495rem;display:block; }
#yW6zlCPl5lHlUAPwVic1vp8zs1wLUHpy { box-sizing:content-box;height:3.4995125rem;width:3.4995125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#c0e2c6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16rem;left:6.75rem;display:block; }
#a3tV0TzuamUTkHDV7fLm8nog6TBgGfUK { 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.31225625rem;width:2.31225625rem;top:16.625rem;left:7.3125rem;overflow:hidden;display:block; }
#RIKv8KL2bOqs9rXcK467DgRnlfBkp7hw { box-sizing:content-box;height:3.4995125rem;width:3.4995125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#c0e2c6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16rem;left:42.5rem;display:block; }
#iJ9OwKPxEikvMUUCHi820o1BmE5y0gyp { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.25rem;top:16.8125rem;left:43.125rem;overflow:hidden;display:block; }
#GcZ5vMyZXsls9kRgya8Ta8l4Mbql6Gqv { color:rgba(var(--color-tertiary-4),1);display:block;width:21.312rem;position:absolute;font-family:"playfair display";font-size:2rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:15.3125rem;left:11rem;height:;display:block; }
#CXr47pGGgBzukypgrdpbAmy6gx1Vni2F { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:18.875rem;left:11.125rem;height:;font-style:normal;display:block; }
#HJTLuFOJtuc6Zl9eRFhbtEOQ1l2eZoi2 { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.8125rem;left:47.0625rem;height:;font-style:normal;display:block; }
#PcwpZTXAdMKZTIlPJxkuqx8w5lHpkCdi { color:rgba(var(--color-tertiary-4),1);display:block;width:21.312rem;position:absolute;font-family:"playfair display";font-size:2rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.25rem;left:46.9375rem;height:;display:block; }
#gILvFTFEle0LgoPrQLeqMVxkTazpZU8b { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:29rem;left:47.0625rem;height:;font-style:normal;display:block; }
#Ox6M4IgmVu3LbJDTMb1lWzVEn42ORxk3 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.312rem;position:absolute;font-family:"playfair display";font-size:2rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:25.4375rem;left:46.9375rem;height:;display:block; }
#Md1Fk2GT1JrHWKE72lhnuUCBV5xAuqLz { box-sizing:content-box;height:3.4995125rem;width:3.4995125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#c0e2c6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.1875rem;left:42.5rem;display:block; }
#ihGuxtIzGCvAeKwJ0TIwHpJriHIFIfce { position:absolute;display:block;z-index:15016;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.74975625rem;width:1.74975625rem;top:27.0625rem;left:43.25rem;overflow:hidden;display:block; }
#ELJia48Zc12TeaItDOEdvzahfXPUzDhT { color:rgba(var(--color-tertiary-4),1);display:block;width:21.312rem;position:absolute;font-family:"playfair display";font-size:2rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:25.4375rem;left:10.9375rem;height:;display:block; }
#E2pvTbS0tqxbZhMze6HAuUsrOtLXtFWe { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:29rem;left:11.125rem;height:;font-style:normal;display:block; }
#ykfMk9D70dk2r0xrzgDsoXKdbFNcoUSQ { box-sizing:content-box;height:3.4995125rem;width:3.4995125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#c0e2c6;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.1875rem;left:6.75rem;display:block; }
#UiNrIg36CeyDVK9v3RcF3yCLowo9rMHV { position:absolute;display:block;z-index:15014;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.5rem;width:2.25rem;top:27rem;left:7.3125rem;overflow:hidden;display:block; }
#C05dWpTH2TvlLWR5TKumvIeBdEon3s3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f2e8;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; }#C05dWpTH2TvlLWR5TKumvIeBdEon3s3E > .row .container { background-color: transparent; background-image: none; }#C05dWpTH2TvlLWR5TKumvIeBdEon3s3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C05dWpTH2TvlLWR5TKumvIeBdEon3s3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C05dWpTH2TvlLWR5TKumvIeBdEon3s3E > .row .container > .video-iframe-container { display: none; }#C05dWpTH2TvlLWR5TKumvIeBdEon3s3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C05dWpTH2TvlLWR5TKumvIeBdEon3s3E > .row > .video-iframe-container { display: none; }#C05dWpTH2TvlLWR5TKumvIeBdEon3s3E > .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); }#C05dWpTH2TvlLWR5TKumvIeBdEon3s3E > .row .container { border-width: 0; border-radius: 0; }#C05dWpTH2TvlLWR5TKumvIeBdEon3s3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C05dWpTH2TvlLWR5TKumvIeBdEon3s3E > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:75rem;position:relative;display:block; }#tS9z7I3O39IkN34twHulfSS9ov0VnE5J { color:#748893;display:block;width:11.187rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.423095703125rem;left:31.905029296875rem;height:1.4619125rem;display:block; }
#OoSC0sGczlZhk65PbLLztoZ8OcmV8VIq { color:rgba(var(--color-tertiary-4),1);display:block;width:34.2495rem;position:absolute;font-family:"playfair display";font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.907958984375rem;left:20.373779296875rem;height:3.57495rem;display:block; }
#kCaS85QiraCalizC4b8UP57Qvw4GREah { color:#57695b;display:block;width:8.937rem;position:absolute;font-family:"playfair display";font-size:3.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:13.59521484375rem;left:11.484375rem;height:5.0376rem;text-align:center;text-align-last:center;display:block; }
#SN7gePZzW3T4ck8NXt6LNUh5eklQsZ0U { color:#57695b;display:block;width:8.93625rem;position:absolute;font-family:"playfair display";font-size:3.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.625rem;left:33.0625rem;height:5.0376rem;text-align:left;text-align-last:left;display:block; }
#ExkwfTL1458vvitMB41IfE8F9lDpCbH1 { color:#57695b;display:block;width:9.6875rem;position:absolute;font-family:"playfair display";font-size:3.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.59521484375rem;left:53.746826171875rem;height:5.0376rem;text-align:center;text-align-last:center;display:block; }
#SnUynJg22BF1WuDbTEoQV4d84E7cFpnv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1245125rem;width:3.1245125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:14.5625rem;left:38.25rem; }
#dISTFdSWuZW7q6kimfihsi5OcngUT5aB { color:#748893;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.486083984375rem;left:12.42041015625rem;height:1.62524375rem;font-style:normal;display:block; }
#F5I15HUgTZap0fdN7lsNuQATEf5uH68o { color:#748893;display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.486083984375rem;left:29.34375rem;height:1.62524375rem;font-style:normal;display:block; }
#QTyarbNlGGzqHEnIWuuedag0pRN32uM6 { color:#748893;display:block;width:14.49975rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.486083984375rem;left:52.5849609375rem;height:1.62524375rem;font-style:normal;display:block; }
#kblUyhhX9KRsNvMzJv5ikLAE8xQsDCCI { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.624rem;height:2.9370125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.250244140625rem;left:28.18798828125rem;display:block; }
#bTuqF8iARRdXnIu7SqnklHENd6Sp88yt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L7653b08f602d14c97c70d26d9274883 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e1e;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; }#L7653b08f602d14c97c70d26d9274883 > .row .container { background-color: transparent; background-image: none; }#L7653b08f602d14c97c70d26d9274883::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7653b08f602d14c97c70d26d9274883 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7653b08f602d14c97c70d26d9274883 > .row .container > .video-iframe-container { display: none; }#L7653b08f602d14c97c70d26d9274883 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7653b08f602d14c97c70d26d9274883 > .row > .video-iframe-container { display: none; }#L7653b08f602d14c97c70d26d9274883 > .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); }#L7653b08f602d14c97c70d26d9274883 > .row .container { border-width: 0; border-radius: 0; }#L7653b08f602d14c97c70d26d9274883 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7653b08f602d14c97c70d26d9274883 > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:75rem;position:relative;display:block; }#Eb4adcb1dfb797108356e096a15ec54d { 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:2.6875rem;width:15.3125rem;top:2.2124996185302rem;left:29.84375rem;overflow:hidden;display:block; }
#Xceaf339e1ae0f3efd2f007c3d97448f { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.2;letter-spacing:0;top:6.3125rem;left:7.65625rem;height:1.04980625rem;text-align:center;text-align-last:center;display:block; }
#Eb636ad94fb1b8128b4a2844c072f765 { position:absolute;display:block;z-index:15018;height:1.5rem;width:18.0625rem;top:6.375rem;left:43.625rem;display:block; }
#Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a { position:relative;display:none; }#Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a { border-width: 0; border-radius: 0; }#Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a > .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; }#Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#T5VOTCm7VlVxyvIhtLHKz0P0U4h2qHUz { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:2.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.90625rem;left:26.375rem;display:none; }
#ARQJdiXiOUUtU0l1qiE5mAqvvcJRNyIq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eITTmCN4IcUbSUq1zUo1ViPHxmZmWpfW { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.25rem;height:2.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.90625rem;left:26.375rem;display:none; }
#riGdgB0bEbpbowBTlooAbNMUa5qnibJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mp6WTUAugld40u223Z3Nx7ouUusqysLH { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.6875rem;left:55.311847686767rem;display:none; }
#zW1GH2tKKqHIKcVTbnL1M5QWoTS43tRg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4H5uImMW3ute6QeuIPRT9hQLSoqaDa5 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.6875rem;left:55.311847686767rem;display:none; }
#P4IKEw0w2ldJn0MD0rEJWcZeKi7H9WpH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OpowxnTKlt8OCJ7qZ8qBkpDtMiflOXtT { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.6875rem;left:55.311847686767rem;display:none; }
#KWQ31Z9RaOkGmNEaQpSVsGd9bfVXabva { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ps7ubAH7HIgkwHfHh6U6RLCi0VarG2uh { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:2.9375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.6875rem;left:55.311847686767rem;display:none; }
#AnJZmpvyzzkFan07SKV6lQSWg9Nw3lfr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 { display:block; }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uT71ElnB6BFc2EoggyHbFyenwMczo8Ic { top:0.6875rem;left:7.3125rem;width:33.125rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L4mqTPA7g0iNueHGwc2R9A9oXKxhAh0X { top:0.625rem;left:3.9375rem;width:39.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0BqJApS2LTOHvc9r8bgHabzuGnas7Sc { top:0.375rem;left:0rem;width:5.0625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPcST6NK5T9IxUoDO3wq3yD1qkokB4dp { width:19.6875rem;height:2.9375rem;top:1.0625rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2EaUaeksg17a0l46ECvoehmq5DE9L2g { display:block; }
 }@media only screen and (max-width: 763px) { #tfd6o4eOdcZlClKEpRwSuiaUrruAA66b { top:1.5625rem;left:0rem;width:17.625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #igNPtE3JNP0mJEGBxmW5o2ByBPBrwzUl { top:4.4375rem;left:22.0625rem;width:25.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkkbRFRTHwJ0MiIQGDPJSKsSTyMVGaxr { display:block; }#lkkbRFRTHwJ0MiIQGDPJSKsSTyMVGaxr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB { display:block; }#oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXKZwAhgplQELqFPkc2Gzmqdna8gBXdy { top:4.6875rem;left:6.0625rem;width:24rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyHk0rKFLU2oisN455grzOsc4HvIfcla { top:7rem;left:0.375rem;width:27.25rem;height:;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBd4q76cG1DufIiCSVGDeWpvt5nDVhGC { top:13.5625rem;left:10.84375rem;width:14.4375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T04hPEPSh3POTHQxpz0GWZslTFE5rRSq { width:18.625rem;height:2.9375rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fE6UnBwEJv5cnVZQP48eNCZ0f6M9VITW { display:block; }
 }@media only screen and (max-width: 763px) { #meiMAWV4qNhuEppZlWyhHsJ42n3l6oZ3 { width:18.625rem;height:2.9375rem;top:17.875rem;left:18.895183563233rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogM9FdPcaudiASZKCmqSXLbCFwOTckGe { display:block; }
 }@media only screen and (max-width: 763px) { #d0971d6f93efb3115874659948d13581 { display:block; }#d0971d6f93efb3115874659948d13581 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7118910e42487fc22b5c00cf6372d1f { top:0rem;left:0rem;width:47.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f40a48a2ff4b9d2818e38bc2ebc78bf7 { top:0rem;left:0rem;width:47.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSFSWKGSWWnemofqoQpENQxpOnXAJRXL { display:block; }#ZSFSWKGSWWnemofqoQpENQxpOnXAJRXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgE3GZ9adm27rw6GTewFv4tTPPThEs6V { top:2rem;left:13.1875rem;width:21.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8gOStqzVev6SVbSVuqdWMRKafqSxN62 { top:5.3125rem;left:7.248046875rem;width:33.1875rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVrmHrv9mP94PSrLWLvTt2WG0dkrRUTz { top:11.0625rem;left:15.591796875rem;width:16.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXpVFdcJSCIU6RrZ6yGFKmnpVmGyR45H { top:18.5rem;left:12.3125rem;width:23.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNAk27zmofbfhGll3UAopBNqpXAJEwxm { top:18.5rem;left:0rem;width:23.1875rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhiEWTLAtZAEoEPldz6y5WXmO3750AvB { top:18.5rem;left:24.5625rem;width:23.1875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QasMepURNGgHBGTrIS7KgZ2gLngFzeA2 { top:18.5rem;left:0rem;width:20rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIlDqVlTAviw4DIoHgN3r5Q3tbOIcPVZ { top:18.5rem;left:13.875rem;width:20rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAK9Q2mhSPEktc8AKL3fT4ndyeac9oOw { top:18.0625rem;left:27.75rem;width:20rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH28zF6pWkH9Wocgllniwk6ZXIkpdTCx { top:22.5625rem;left:0rem;width:21.3125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNQcVEuGRchbJhJdn9CATVFn58TGrDCs { top:22.5625rem;left:13.25rem;width:21.3125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #apBu4kEg6JuNEJUXf1JQvsIDB8X4FPPI { top:22.5625rem;left:26.4375rem;width:21.3125rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zecv978oSABl0pTO7RRpnSJXP6mM5KMK { top:26.625rem;left:0rem;width:21rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDMedweThmDT43cDhrPb8BQALaTD5gAM { top:26.625rem;left:13.375rem;width:21rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkzsUJZwlq9TGuCU7o0JM1cWca7vDsdS { top:26.625rem;left:26.75rem;width:21rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F31ugnGlF5LN6zwGVKVxHnRAWRB1oV1s { width:18.5625rem;height:2.875rem;top:36.75rem;left:14.560791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF8HMZb1wl6dymEVrAOre3V9zxZMBOxI { display:block; }
 }@media only screen and (max-width: 763px) { #nm2ZBHg1l9CGi5D8g4WqP0mmvNl5nwtM { display:block; }#nm2ZBHg1l9CGi5D8g4WqP0mmvNl5nwtM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATSm8B2IbJITD20OpV1Cepwzc6t8RLnc { top:4.4375rem;left:17.81201171875rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq8zLPWQXGHXcRShQsSbTKn50i5M4RdK { top:7rem;left:0rem;width:47.75rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtvQrhTTwVWkVnUeuTX2kva5V3qGo68U { top:15.3125rem;left:18.4375rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B336DTI6oSzrMdT7VHWUUHSP0e9Kd5IX { top:15.3125rem;left:33.4375rem;width:14.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOZugoNBOknkMT1X6Hu04p0o6WmNgv41 { top:17.5625rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbsTn8deoGlXeaKk5F9cuh0lB7s3vs1L { top:19.8125rem;left:0rem;width:8.4375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Zmgv4bRFyopZKw499nmOcAFy1IXdVX { top:19.0625rem;left:18.4375rem;width:13.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ0olunoN8bW2cXceg525TeDe9PJrAS5 { top:19.8125rem;left:33.9375rem;width:13.8125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAoyIkc4P7ggZ76IxASUaegdcNTFiTMC { top:23.5rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt05nUhE4CEdBGykIfNq9ZnFqzdAF8ov { top:25.6875rem;left:0rem;width:12.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0XbIXVn4l56lGgSq2AGpN9UMJ5ACM7m { top:29.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWtrHrtkadrgdH4LwwzT0WL4RXlxf4CK { top:34.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoPzGw7GvOvHzT89oJt6WDydyXFiTgNx { top:31.3125rem;left:0rem;width:16.875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onzhPuLRhqRbxlf3l4MBlTCPRnJyBHRX { top:40.8125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhSZ7w3QrFBHf6DlQ6ioPe32NttvVPib { top:37.3125rem;left:0rem;width:12.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3PX37L3U8Tb8GFqWC44r0fBeOlWBid5 { top:46.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqzoFsTXePRAJVPAmKf49rD4opDDqMUx { top:43.375rem;left:0rem;width:14.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtPnSL4ZrEaqPe1U5uKAgy5HQO5s17K9 { top:53.1875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhXHGWtPSPZDmrUD32XVqWxmypCxTOIs { top:49.625rem;left:0rem;width:12.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTgfrXMcWO4UodQC2zMV7oZ7MuzuJ5cn { top:59.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #glkcXsTBTFNuqJBKgAwrn1VtSsQSFaes { top:56.0625rem;left:0rem;width:21.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAU5dcNJ5mrK9EdUr8uHXLI3ToPtFWZd { top:18.4375rem;left:17.3125rem;width:13.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgAx7pqvRwAAxHMXqiRERJUGnvbmsZDZ { top:25.6875rem;left:18.4375rem;width:13.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ2RCk5JeE2zQ3UR9lvELWMvUSDpKbxm { top:31.3125rem;left:18.4375rem;width:13.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxiW0aIneBWJlfsrUkXnXdMc4ApUbRTG { top:37.3125rem;left:18.4375rem;width:13.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH0Rt530pgknRMslCR01lBv0hKHDTgEI { top:43.375rem;left:18.4375rem;width:13.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFZxxdV9BX6Fz0IPTRefHzdiIiezdbdr { top:49.625rem;left:18.4375rem;width:13.75rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrCNCEHG6Qqz3ET4EP4HJxXffzLQpcG { top:56.0625rem;left:18.4375rem;width:14.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnDtKit7CavfefzmKDLraGb4kPkDKz8v { top:25.6875rem;left:34rem;width:13.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1uVfAz5NIOqEhKOAVbxTXionGTtQW9h { top:31.3125rem;left:34rem;width:13.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okxvy6LhbVhu7Flt3EmIlUoGZTcXpHQO { top:37.3125rem;left:31.75rem;width:16rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq7UBUQqml6JDTH9lUPSqXI8XaT7c7CN { top:43.375rem;left:31.75rem;width:16rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRpzW4U2DBDTMdklVoyQB512PTfmN1tZ { top:49.625rem;left:30.9375rem;width:16.8125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEHUnELs2k2DWcmoa4npkfu4RXZALwaX { top:56.0625rem;left:31rem;width:16.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afd7546e6addcdb4dd226468b6bc06ab { display:block; }#afd7546e6addcdb4dd226468b6bc06ab > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b28701c1a1ce64aa3e47697899c52655 { top:1.6875rem;left:9.96875rem;width:27.8125rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf6a47978b86211f1f097f084f0b6f44 { top:5.3125rem;left:0.96728515625rem;width:45.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2fb680166600c20cdfbb30e3cf74b86 { display:block; }#d2fb680166600c20cdfbb30e3cf74b86 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6f47ee1e53bb4879cad9c0d2ff1bea3 { top:3.625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5d7ae559e4f5a9a0cdd79327baff465 { top:16.75rem;left:0rem;width:17.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb0863eb32110b590d6f8bfee911b607 { top:18.9375rem;left:0rem;width:13.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #af0f5170bb6d7ad070a821641cd80cb1 { top:3.5625rem;left:23.3125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua607c9383ce16d48f5b98dc5547042e { top:16.6875rem;left:6.375rem;width:17.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7590a04d9dd4267f0fcf3db5e532081 { top:18.875rem;left:10.375rem;width:13.4375rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5f9dd435d64d5cab8920e00c67aa49c { top:3.5625rem;left:11.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aadc6dff3c75e90f8361832bf9007c05 { top:3.5625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zc19bd92aa6bf2da0cd6c32f2c1fab70 { top:16.6875rem;left:18.3125rem;width:17.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sb5a36268bcb97d2a7949379edca204a { top:18.875rem;left:23.4375rem;width:12.3125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ab141dd16ffd61bedd1b6e369a5f8b08 { top:16.6875rem;left:30.25rem;width:17.5rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d30721f168405b950c59d091cefbb547 { top:18.875rem;left:32.625rem;width:15.0625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtzIHuSQFSmJPeZJbXTfqkSCBPnBFouc { display:block; }#NtzIHuSQFSmJPeZJbXTfqkSCBPnBFouc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuTnpXmzH1TsLpIQuQxtFOVIvR9vh70R { width:18.5625rem;height:2.875rem;top:1rem;left:14.56298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD85ZX4ypcLT5ooCZTzUz0o0aMhwQynH { display:block; }
 }@media only screen and (max-width: 763px) { #TShWmFlkxfWOaDEPXDMHq2URbKFN5sJ0 { display:block; }#TShWmFlkxfWOaDEPXDMHq2URbKFN5sJ0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZMWVgWkQoBTIKNGF3Dw46CTAwQQZq6K { top:7.875rem;left:22.75rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh0xzvoMJsbEpb3y3NTcvVqXNPKHMsgx { top:7.875rem;left:28.125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuhpxQOv2TeuZU4qPnPRwToNKp9aPMF0 { top:7.875rem;left:17.625rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AInfRLh42RGWFGDm6LnLvwkwzdDb0Lum { top:7.875rem;left:25.4375rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qLi5N9XeJo7cR4h4ftEEWrziTTMDRoDF { top:7.875rem;left:20.1875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sELvykgfvMbVN0eWsxIHyZpqzDVtTeVx { top:12.75rem;left:6.71875rem;width:34.3125rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z40niX1x0Agkmf00Zh4erqybI2dk77J0 { top:20.4375rem;left:15.185546875rem;width:17.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaDLvTqbZ7JT6beR5yAtcuOhVWBbg2QB { display:block; }#FaDLvTqbZ7JT6beR5yAtcuOhVWBbg2QB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NE6IETV9ww5u6vAtCHhDLKqf9HSRK9KE { top:3.75rem;left:14.99951171875rem;width:17.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohkCGB5TkkiBB5mLdDhfVyDJZHgaEUzB { top:6.1875rem;left:5.279541015625rem;width:37.125rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW6zlCPl5lHlUAPwVic1vp8zs1wLUHpy { top:16rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3tV0TzuamUTkHDV7fLm8nog6TBgGfUK { top:16.625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIKv8KL2bOqs9rXcK467DgRnlfBkp7hw { top:16rem;left:28.875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ9OwKPxEikvMUUCHi820o1BmE5y0gyp { top:16.8125rem;left:29.5rem;width:2.25rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcZ5vMyZXsls9kRgya8Ta8l4Mbql6Gqv { top:15.3125rem;left:0rem;width:21.25rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXr47pGGgBzukypgrdpbAmy6gx1Vni2F { top:18.875rem;left:0rem;width:21rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJTLuFOJtuc6Zl9eRFhbtEOQ1l2eZoi2 { top:18.8125rem;left:26.75rem;width:21rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcwpZTXAdMKZTIlPJxkuqx8w5lHpkCdi { top:15.25rem;left:26.5rem;width:21.25rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gILvFTFEle0LgoPrQLeqMVxkTazpZU8b { top:29rem;left:26.75rem;width:21rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox6M4IgmVu3LbJDTMb1lWzVEn42ORxk3 { top:25.4375rem;left:26.5rem;width:21.25rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md1Fk2GT1JrHWKE72lhnuUCBV5xAuqLz { top:26.1875rem;left:28.875rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihGuxtIzGCvAeKwJ0TIwHpJriHIFIfce { top:27.0625rem;left:29.625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELJia48Zc12TeaItDOEdvzahfXPUzDhT { top:25.4375rem;left:0rem;width:21.25rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2pvTbS0tqxbZhMze6HAuUsrOtLXtFWe { top:29rem;left:0rem;width:21rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykfMk9D70dk2r0xrzgDsoXKdbFNcoUSQ { top:26.1875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiNrIg36CeyDVK9v3RcF3yCLowo9rMHV { top:27rem;left:0rem;width:2.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C05dWpTH2TvlLWR5TKumvIeBdEon3s3E { display:block; }#C05dWpTH2TvlLWR5TKumvIeBdEon3s3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tS9z7I3O39IkN34twHulfSS9ov0VnE5J { top:4.375rem;left:18.280029296875rem;width:11.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoSC0sGczlZhk65PbLLztoZ8OcmV8VIq { top:7.875rem;left:6.748779296875rem;width:34.1875rem;height:3.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCaS85QiraCalizC4b8UP57Qvw4GREah { top:13.5625rem;left:0rem;width:8.875rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN7gePZzW3T4ck8NXt6LNUh5eklQsZ0U { top:13.625rem;left:19.4375rem;width:8.875rem;height:5rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExkwfTL1458vvitMB41IfE8F9lDpCbH1 { top:13.5625rem;left:38.0625rem;width:9.6875rem;height:5.0625rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnUynJg22BF1WuDbTEoQV4d84E7cFpnv { top:14.5625rem;left:24.625rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dISTFdSWuZW7q6kimfihsi5OcngUT5aB { top:19.4375rem;left:0rem;width:8.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5I15HUgTZap0fdN7lsNuQATEf5uH68o { top:19.4375rem;left:15.71875rem;width:16.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTyarbNlGGzqHEnIWuuedag0pRN32uM6 { top:19.4375rem;left:33.25rem;width:14.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kblUyhhX9KRsNvMzJv5ikLAE8xQsDCCI { width:18.5625rem;height:2.875rem;top:25.25rem;left:14.56298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTuqF8iARRdXnIu7SqnklHENd6Sp88yt { display:block; }
 }@media only screen and (max-width: 763px) { #L7653b08f602d14c97c70d26d9274883 { display:block; }#L7653b08f602d14c97c70d26d9274883 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eb4adcb1dfb797108356e096a15ec54d { width:15.3125rem;height:2.6875rem;top:2.1875rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xceaf339e1ae0f3efd2f007c3d97448f { width:45.8125rem;height:1rem;top:6.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb636ad94fb1b8128b4a2844c072f765 { top:6.375rem;left:29.6875rem;width:18.0625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a { display:none; }#Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T5VOTCm7VlVxyvIhtLHKz0P0U4h2qHUz { width:22.25rem;height:2.9375rem;top:1.875rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARQJdiXiOUUtU0l1qiE5mAqvvcJRNyIq { display:block; }
 }@media only screen and (max-width: 763px) { #eITTmCN4IcUbSUq1zUo1ViPHxmZmWpfW { width:22.25rem;height:2.9375rem;top:1.875rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #riGdgB0bEbpbowBTlooAbNMUa5qnibJT { display:block; }
 }@media only screen and (max-width: 763px) { #mp6WTUAugld40u223Z3Nx7ouUusqysLH { width:19.6875rem;height:2.9375rem;top:1.6875rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zW1GH2tKKqHIKcVTbnL1M5QWoTS43tRg { display:block; }
 }@media only screen and (max-width: 763px) { #n4H5uImMW3ute6QeuIPRT9hQLSoqaDa5 { width:19.6875rem;height:2.9375rem;top:1.6875rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4IKEw0w2ldJn0MD0rEJWcZeKi7H9WpH { display:block; }
 }@media only screen and (max-width: 763px) { #OpowxnTKlt8OCJ7qZ8qBkpDtMiflOXtT { width:19.6875rem;height:2.9375rem;top:1.6875rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KWQ31Z9RaOkGmNEaQpSVsGd9bfVXabva { display:block; }
 }@media only screen and (max-width: 763px) { #ps7ubAH7HIgkwHfHh6U6RLCi0VarG2uh { width:19.6875rem;height:2.9375rem;top:1.6875rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnJZmpvyzzkFan07SKV6lQSWg9Nw3lfr { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 { background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .row .container { background-color: transparent; background-image: none; }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .row .container > .video-iframe-container { display: none; }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .row > .video-iframe-container { display: none; }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .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); }#F0X4QOkGp6ebSN17LuTDurXvnwzmXsS8 > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uT71ElnB6BFc2EoggyHbFyenwMczo8Ic { width:17.5625rem;height:0;top:2.75rem;left:3.96875rem;font-size:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #L4mqTPA7g0iNueHGwc2R9A9oXKxhAh0X { width:17.5625rem;height:0;top:2.875rem;left:3.96875rem;font-size:1rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #k0BqJApS2LTOHvc9r8bgHabzuGnas7Sc { width:7.5625rem;height:1.875rem;top:0.625rem;left:6.21875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xPcST6NK5T9IxUoDO3wq3yD1qkokB4dp { width:15.375rem;height:2.875rem;top:3.8745125rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2EaUaeksg17a0l46ECvoehmq5DE9L2g { display:block; }
 }@media only screen and (max-width: 763px) { #tfd6o4eOdcZlClKEpRwSuiaUrruAA66b { width:17.625rem;height:3.125rem;top:1.5625rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #igNPtE3JNP0mJEGBxmW5o2ByBPBrwzUl { width:20rem;height:auto;top:4.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkkbRFRTHwJ0MiIQGDPJSKsSTyMVGaxr { display:block; }#lkkbRFRTHwJ0MiIQGDPJSKsSTyMVGaxr > .row .container { width:20rem;height:5.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB { display:block; }#oC4dqQLfZFyO0pu53Ln9xcCSGasCvPgB > .row .container { width:20rem;height:37.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXKZwAhgplQELqFPkc2Gzmqdna8gBXdy { width:20rem;height:2.923825rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyHk0rKFLU2oisN455grzOsc4HvIfcla { width:20rem;height:2.5996125rem;top:5.42285rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eBd4q76cG1DufIiCSVGDeWpvt5nDVhGC { width:14.4375rem;height:1.4619125rem;top:9.2724625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T04hPEPSh3POTHQxpz0GWZslTFE5rRSq { width:18.625rem;height:2.9375rem;top:17.875rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fE6UnBwEJv5cnVZQP48eNCZ0f6M9VITW { display:block; }
 }@media only screen and (max-width: 763px) { #meiMAWV4qNhuEppZlWyhHsJ42n3l6oZ3 { width:18.625rem;height:2.9375rem;top:17.875rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogM9FdPcaudiASZKCmqSXLbCFwOTckGe { display:block; }
 }@media only screen and (max-width: 763px) { #d0971d6f93efb3115874659948d13581 { display:block; }#d0971d6f93efb3115874659948d13581 > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z7118910e42487fc22b5c00cf6372d1f { width:20rem;height:3.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f40a48a2ff4b9d2818e38bc2ebc78bf7 { width:20rem;height:3.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSFSWKGSWWnemofqoQpENQxpOnXAJRXL { display:block; }#ZSFSWKGSWWnemofqoQpENQxpOnXAJRXL > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JgE3GZ9adm27rw6GTewFv4tTPPThEs6V { width:20rem;height:2.923825rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8gOStqzVev6SVbSVuqdWMRKafqSxN62 { width:20rem;height:2.5996125rem;top:5.42285rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVrmHrv9mP94PSrLWLvTt2WG0dkrRUTz { width:16.5rem;height:1.4619125rem;top:9.2724625rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXpVFdcJSCIU6RrZ6yGFKmnpVmGyR45H { width:20rem;height:14.375rem;top:35.245125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNAk27zmofbfhGll3UAopBNqpXAJEwxm { width:20rem;height:14.3125rem;top:11.9834rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhiEWTLAtZAEoEPldz6y5WXmO3750AvB { width:20rem;height:14.375rem;top:62.85255rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QasMepURNGgHBGTrIS7KgZ2gLngFzeA2 { width:20rem;height:1.29980625rem;top:11.9834rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIlDqVlTAviw4DIoHgN3r5Q3tbOIcPVZ { width:20rem;height:1.29980625rem;top:35.245125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAK9Q2mhSPEktc8AKL3fT4ndyeac9oOw { width:20rem;height:1.29980625rem;top:62.41505rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xH28zF6pWkH9Wocgllniwk6ZXIkpdTCx { width:20rem;height:2.5996125rem;top:31.3955125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNQcVEuGRchbJhJdn9CATVFn58TGrDCs { width:20rem;height:2.5996125rem;top:50.870125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #apBu4kEg6JuNEJUXf1JQvsIDB8X4FPPI { width:20rem;height:2.5996125rem;top:27.5459rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zecv978oSABl0pTO7RRpnSJXP6mM5KMK { width:20rem;height:1.4619125rem;top:60.1416125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDMedweThmDT43cDhrPb8BQALaTD5gAM { width:20rem;height:1.4619125rem;top:57.430675rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkzsUJZwlq9TGuCU7o0JM1cWca7vDsdS { width:20rem;height:1.4619125rem;top:54.7197375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F31ugnGlF5LN6zwGVKVxHnRAWRB1oV1s { width:18.5625rem;height:2.875rem;top:36.75rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uF8HMZb1wl6dymEVrAOre3V9zxZMBOxI { display:block; }
 }@media only screen and (max-width: 763px) { #nm2ZBHg1l9CGi5D8g4WqP0mmvNl5nwtM { display:block; }#nm2ZBHg1l9CGi5D8g4WqP0mmvNl5nwtM > .row .container { width:20rem;height:83.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ATSm8B2IbJITD20OpV1Cepwzc6t8RLnc { width:8.4375rem;height:1.4619125rem;top:1.25rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq8zLPWQXGHXcRShQsSbTKn50i5M4RdK { width:20rem;height:5.19921875rem;top:3.9609375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtvQrhTTwVWkVnUeuTX2kva5V3qGo68U { width:8.4375rem;height:1.4619125rem;top:10.87109375rem;left:11.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B336DTI6oSzrMdT7VHWUUHSP0e9Kd5IX { width:14.3125rem;height:1.4619125rem;top:10.41015625rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOZugoNBOknkMT1X6Hu04p0o6WmNgv41 { width:20rem;height:0.125rem;top:13.12109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbsTn8deoGlXeaKk5F9cuh0lB7s3vs1L { width:8.4375rem;height:1.4619125rem;top:14.49609375rem;left:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Zmgv4bRFyopZKw499nmOcAFy1IXdVX { width:13.8125rem;height:2.923825rem;top:17.83203125rem;left:4.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ0olunoN8bW2cXceg525TeDe9PJrAS5 { width:13.8125rem;height:1.4619125rem;top:22.58203125rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAoyIkc4P7ggZ76IxASUaegdcNTFiTMC { width:20rem;height:0.125rem;top:25.29296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt05nUhE4CEdBGykIfNq9ZnFqzdAF8ov { width:12.375rem;height:1.4619125rem;top:29.37890625rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0XbIXVn4l56lGgSq2AGpN9UMJ5ACM7m { width:20rem;height:0.0625rem;top:34.80078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWtrHrtkadrgdH4LwwzT0WL4RXlxf4CK { width:20rem;height:0.0625rem;top:44.24609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoPzGw7GvOvHzT89oJt6WDydyXFiTgNx { width:16.875rem;height:1.4619125rem;top:38.82421875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onzhPuLRhqRbxlf3l4MBlTCPRnJyBHRX { width:20rem;height:0.0625rem;top:53.69140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhSZ7w3QrFBHf6DlQ6ioPe32NttvVPib { width:12.375rem;height:1.4619125rem;top:48.26953125rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3PX37L3U8Tb8GFqWC44r0fBeOlWBid5 { width:20rem;height:0.0625rem;top:63.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqzoFsTXePRAJVPAmKf49rD4opDDqMUx { width:14.625rem;height:1.4619125rem;top:57.71484375rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtPnSL4ZrEaqPe1U5uKAgy5HQO5s17K9 { width:20rem;height:0.0625rem;top:72.58203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhXHGWtPSPZDmrUD32XVqWxmypCxTOIs { width:12.375rem;height:1.4619125rem;top:67.16015625rem;left:3.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTgfrXMcWO4UodQC2zMV7oZ7MuzuJ5cn { width:20rem;height:0.0625rem;top:82.02734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #glkcXsTBTFNuqJBKgAwrn1VtSsQSFaes { width:20rem;height:1.4619125rem;top:79.31640625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAU5dcNJ5mrK9EdUr8uHXLI3ToPtFWZd { width:13.875rem;height:4.125rem;top:17.20703125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgAx7pqvRwAAxHMXqiRERJUGnvbmsZDZ { width:13.75rem;height:1.4619125rem;top:32.08984375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ2RCk5JeE2zQ3UR9lvELWMvUSDpKbxm { width:13.75rem;height:1.4619125rem;top:41.53515625rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxiW0aIneBWJlfsrUkXnXdMc4ApUbRTG { width:13.75rem;height:1.4619125rem;top:50.98046875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH0Rt530pgknRMslCR01lBv0hKHDTgEI { width:13.75rem;height:1.4619125rem;top:60.42578125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFZxxdV9BX6Fz0IPTRefHzdiIiezdbdr { width:13.75rem;height:1.4619125rem;top:69.87109375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTrCNCEHG6Qqz3ET4EP4HJxXffzLQpcG { width:14.1875rem;height:1.4619125rem;top:76.60546875rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnDtKit7CavfefzmKDLraGb4kPkDKz8v { width:13.75rem;height:1.4619125rem;top:26.66796875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1uVfAz5NIOqEhKOAVbxTXionGTtQW9h { width:13.75rem;height:1.4619125rem;top:36.11328125rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #okxvy6LhbVhu7Flt3EmIlUoGZTcXpHQO { width:16rem;height:1.4619125rem;top:45.55859375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq7UBUQqml6JDTH9lUPSqXI8XaT7c7CN { width:16rem;height:1.4619125rem;top:55.00390625rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRpzW4U2DBDTMdklVoyQB512PTfmN1tZ { width:16.8125rem;height:1.4619125rem;top:64.44921875rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEHUnELs2k2DWcmoa4npkfu4RXZALwaX { width:16.75rem;height:1.4619125rem;top:73.89453125rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afd7546e6addcdb4dd226468b6bc06ab { display:block; }#afd7546e6addcdb4dd226468b6bc06ab > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b28701c1a1ce64aa3e47697899c52655 { width:20rem;height:2.436525rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf6a47978b86211f1f097f084f0b6f44 { width:20rem;height:2.59765625rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2fb680166600c20cdfbb30e3cf74b86 { display:block; }#d2fb680166600c20cdfbb30e3cf74b86 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6f47ee1e53bb4879cad9c0d2ff1bea3 { width:6.875rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5d7ae559e4f5a9a0cdd79327baff465 { width:11.375rem;height:1.4624rem;top:0.625rem;left:7.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rb0863eb32110b590d6f8bfee911b607 { width:10.375rem;height:3.8983125rem;top:2.31201171875rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #af0f5170bb6d7ad070a821641cd80cb1 { width:6.875rem;height:6.875rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua607c9383ce16d48f5b98dc5547042e { width:12.5rem;height:1.4624rem;top:9rem;left:7.5rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b7590a04d9dd4267f0fcf3db5e532081 { width:12.5625rem;height:2.598875rem;top:10.6875rem;left:7.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c5f9dd435d64d5cab8920e00c67aa49c { width:6.875rem;height:6.875rem;top:7.68701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aadc6dff3c75e90f8361832bf9007c05 { width:6.875rem;height:6.875rem;top:22.5625rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zc19bd92aa6bf2da0cd6c32f2c1fab70 { width:12.3125rem;height:1.4624rem;top:16.5625rem;left:7.6875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sb5a36268bcb97d2a7949379edca204a { width:11.8125rem;height:2.598875rem;top:18.1875rem;left:7.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ab141dd16ffd61bedd1b6e369a5f8b08 { width:11.875rem;height:1.4624rem;top:23.3125rem;left:7.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d30721f168405b950c59d091cefbb547 { width:10.75rem;height:3.8983125rem;top:24.8125rem;left:7.4375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NtzIHuSQFSmJPeZJbXTfqkSCBPnBFouc { display:block; }#NtzIHuSQFSmJPeZJbXTfqkSCBPnBFouc > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SuTnpXmzH1TsLpIQuQxtFOVIvR9vh70R { width:18.5625rem;height:2.875rem;top:1rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zD85ZX4ypcLT5ooCZTzUz0o0aMhwQynH { display:block; }
 }@media only screen and (max-width: 763px) { #TShWmFlkxfWOaDEPXDMHq2URbKFN5sJ0 { display:block; }#TShWmFlkxfWOaDEPXDMHq2URbKFN5sJ0 > .row .container { width:20rem;height:27.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PZMWVgWkQoBTIKNGF3Dw46CTAwQQZq6K { display:flex;width:2.0625rem;height:2.0625rem;top:7.875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #Rh0xzvoMJsbEpb3y3NTcvVqXNPKHMsgx { display:flex;width:2.0625rem;height:2.0625rem;top:14.5rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #WuhpxQOv2TeuZU4qPnPRwToNKp9aPMF0 { display:flex;width:2.0625rem;height:2.0625rem;top:1.25rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #AInfRLh42RGWFGDm6LnLvwkwzdDb0Lum { display:flex;width:2.0625rem;height:2.0625rem;top:11.1875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #qLi5N9XeJo7cR4h4ftEEWrziTTMDRoDF { display:flex;width:2.0625rem;height:2.0625rem;top:4.5625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #sELvykgfvMbVN0eWsxIHyZpqzDVtTeVx { width:20rem;height:5.19921875rem;top:17.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z40niX1x0Agkmf00Zh4erqybI2dk77J0 { width:17.3125rem;height:1.4619125rem;top:24.26171875rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaDLvTqbZ7JT6beR5yAtcuOhVWBbg2QB { display:block; }#FaDLvTqbZ7JT6beR5yAtcuOhVWBbg2QB > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NE6IETV9ww5u6vAtCHhDLKqf9HSRK9KE { width:17.6875rem;height:1.4619125rem;top:1.25rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohkCGB5TkkiBB5mLdDhfVyDJZHgaEUzB { width:20rem;height:5.19921875rem;top:3.9609375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW6zlCPl5lHlUAPwVic1vp8zs1wLUHpy { width:3.4375rem;height:3.4375rem;top:10.41015625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3tV0TzuamUTkHDV7fLm8nog6TBgGfUK { width:2.25rem;height:2.25rem;top:11.03515625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIKv8KL2bOqs9rXcK467DgRnlfBkp7hw { width:3.4375rem;height:3.4375rem;top:25.50781875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ9OwKPxEikvMUUCHi820o1BmE5y0gyp { width:2.25rem;height:2.0625rem;top:26.32031875rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcZ5vMyZXsls9kRgya8Ta8l4Mbql6Gqv { width:20rem;height:2.5996125rem;top:15.09765625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXr47pGGgBzukypgrdpbAmy6gx1Vni2F { width:20rem;height:1.4619125rem;top:22.79688125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJTLuFOJtuc6Zl9eRFhbtEOQ1l2eZoi2 { width:20rem;height:1.4619125rem;top:30.19531875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcwpZTXAdMKZTIlPJxkuqx8w5lHpkCdi { width:20rem;height:2.5996125rem;top:18.94726875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gILvFTFEle0LgoPrQLeqMVxkTazpZU8b { width:20rem;height:1.4619125rem;top:52.69141875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox6M4IgmVu3LbJDTMb1lWzVEn42ORxk3 { width:20rem;height:2.5996125rem;top:48.84180625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md1Fk2GT1JrHWKE72lhnuUCBV5xAuqLz { width:3.4375rem;height:3.4375rem;top:44.15430625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihGuxtIzGCvAeKwJ0TIwHpJriHIFIfce { width:1.6875rem;height:1.6875rem;top:45.02930625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELJia48Zc12TeaItDOEdvzahfXPUzDhT { width:20rem;height:2.5996125rem;top:37.59375625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2pvTbS0tqxbZhMze6HAuUsrOtLXtFWe { width:20rem;height:1.4619125rem;top:41.44336875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykfMk9D70dk2r0xrzgDsoXKdbFNcoUSQ { width:3.4375rem;height:3.4375rem;top:32.90625625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiNrIg36CeyDVK9v3RcF3yCLowo9rMHV { width:2.25rem;height:1.5rem;top:33.71875625rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C05dWpTH2TvlLWR5TKumvIeBdEon3s3E { display:block; }#C05dWpTH2TvlLWR5TKumvIeBdEon3s3E > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tS9z7I3O39IkN34twHulfSS9ov0VnE5J { width:11.125rem;height:1.4619125rem;top:1.25rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoSC0sGczlZhk65PbLLztoZ8OcmV8VIq { width:20rem;height:5.19921875rem;top:3.9609375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCaS85QiraCalizC4b8UP57Qvw4GREah { width:8.875rem;height:2.5996125rem;top:10.41015625rem;left:5.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN7gePZzW3T4ck8NXt6LNUh5eklQsZ0U { width:8.875rem;height:2.5996125rem;top:14.25976875rem;left:5.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExkwfTL1458vvitMB41IfE8F9lDpCbH1 { width:9.6875rem;height:2.5996125rem;top:22.42188125rem;left:5.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnUynJg22BF1WuDbTEoQV4d84E7cFpnv { display:flex;width:3.0625rem;height:3.0625rem;top:18.10938125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #dISTFdSWuZW7q6kimfihsi5OcngUT5aB { width:8.625rem;height:1.625rem;top:26.27149375rem;left:5.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5I15HUgTZap0fdN7lsNuQATEf5uH68o { width:16.3125rem;height:1.625rem;top:29.14649375rem;left:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTyarbNlGGzqHEnIWuuedag0pRN32uM6 { width:14.4375rem;height:1.625rem;top:32.02149375rem;left:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kblUyhhX9KRsNvMzJv5ikLAE8xQsDCCI { width:18.5625rem;height:2.875rem;top:25.25rem;left:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTuqF8iARRdXnIu7SqnklHENd6Sp88yt { display:block; }
 }@media only screen and (max-width: 763px) { #L7653b08f602d14c97c70d26d9274883 { display:block; }#L7653b08f602d14c97c70d26d9274883 > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eb4adcb1dfb797108356e096a15ec54d { width:15.3125rem;height:2.6875rem;top:1.8125rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xceaf339e1ae0f3efd2f007c3d97448f { width:20rem;height:2.2734375rem;top:5.75rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Eb636ad94fb1b8128b4a2844c072f765 { width:14.8125rem;height:1.5rem;top:7.0234375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a { background-color:#f7f2e8;background-image:none;position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a > .row .container { background-color: transparent; background-image: none; }#Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a > .row .container > .video-iframe-container { display: none; }#Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a > .row > .video-iframe-container { display: none; }#Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a > .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); }#Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a > .row .container { border-width: 0; border-radius: 0; }#Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ssc6zftTKyShCAmG1JcQRwSqQNLsou9a > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5VOTCm7VlVxyvIhtLHKz0P0U4h2qHUz { width:19rem;height:2.9375rem;top:5rem;left:2.25rem;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #ARQJdiXiOUUtU0l1qiE5mAqvvcJRNyIq { display:block; }
 }@media only screen and (max-width: 763px) { #eITTmCN4IcUbSUq1zUo1ViPHxmZmWpfW { width:19rem;height:2.9375rem;top:4.5625rem;left:2.25rem;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #riGdgB0bEbpbowBTlooAbNMUa5qnibJT { display:block; }
 }@media only screen and (max-width: 763px) { #mp6WTUAugld40u223Z3Nx7ouUusqysLH { width:15.375rem;height:2.875rem;top:3.9791641235351rem;left:4.375rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #zW1GH2tKKqHIKcVTbnL1M5QWoTS43tRg { display:block; }
 }@media only screen and (max-width: 763px) { #n4H5uImMW3ute6QeuIPRT9hQLSoqaDa5 { width:15.375rem;height:2.875rem;top:1.1041641235351rem;left:5.875rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #P4IKEw0w2ldJn0MD0rEJWcZeKi7H9WpH { display:block; }
 }@media only screen and (max-width: 763px) { #OpowxnTKlt8OCJ7qZ8qBkpDtMiflOXtT { width:15.375rem;height:2.875rem;top:4.0416641235351rem;left:5.875rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #KWQ31Z9RaOkGmNEaQpSVsGd9bfVXabva { display:block; }
 }@media only screen and (max-width: 763px) { #ps7ubAH7HIgkwHfHh6U6RLCi0VarG2uh { width:15.375rem;height:2.875rem;top:1.34375rem;left:2.3125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #AnJZmpvyzzkFan07SKV6lQSWg9Nw3lfr { display:block; }
 }