.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:204,248,255;--color-primary-1:102,234,255;--color-primary-2:0,220,255;--color-primary-3:0,132,153;--color-primary-4:17,30,35;--color-secondary-0:246,247,248;--color-secondary-1:224,227,230;--color-secondary-2:134,136,138;--color-secondary-3:80,82,83;--color-secondary-4:27,27,28;--color-tertiary-0:255,255,255;--color-tertiary-1:169,174,176;--color-tertiary-2:112,120,123;--color-tertiary-3:67,72,74;--color-tertiary-4:17,30,35;--headlines-font-family:Source Sans Pro;--paragraphs-font-family:Source Sans Pro; }body { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv { 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/BDY0VS17/Rectangle_1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv.adaptive-delivery-prevent-bg, #NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv.lazyload, #NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv.lazyloading { background-image: none; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row .container { border-width: 0; border-radius: 0; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:none; }#gJmrlcmPDNb5SBBVchhyK7cP0RkB6TEP { 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;display:none; }
#kkbdLlCnuR1JviwvnFwTwqTnP8JTJdtR { 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;display:none; }
#TeO4N125AJuTXcBpUMqptalb7NTsyfDJ { 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.625rem;width:4.25rem;top:0.625rem;left:1.423828125rem;overflow:hidden;display:block; }
#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(358deg, #22323e, #000000);background-image: -moz-linear-gradient(358deg, #22323e, #000000);background-image: -ms-linear-gradient(358deg, #22323e, #000000);background-image: -o-linear-gradient(358deg, #22323e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );";background-image: linear-gradient(358deg, #22323e, #000000);background-size:cover !important;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; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { background-color: transparent; background-image: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container > .video-iframe-container { display: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container { display: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .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); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { border-width: 0; border-radius: 0; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#KgSRGvr1zH0bu7spSk7eaddOgTNugTJE { 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:2.0625rem;width:5.25rem;top:1.125rem;left:1.125rem;overflow:hidden;display:block; }
#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q { 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/BDY0VS17/Rectangle_1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q.adaptive-delivery-prevent-bg, #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q.lazyload, #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q.lazyloading { background-image: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { background-color: transparent; background-image: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .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); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { border-width: 0; border-radius: 0; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#rcwfqEZPMix4S0iWzX8BDIa1zxDqt9xF { 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;display:none; }
#EIVsrNnSiqAbP8x6R35EzoESCT0X2OI4 { 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;display:none; }
#KZEfKcZ270chaB6c3kAx7uX09keSK4fx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { background-color: transparent; background-image: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container > .video-iframe-container { display: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row > .video-iframe-container { display: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .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); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { border-width: 0; border-radius: 0; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#h60yazJr1lsHm08N9MEZZCsQAgvrkWdA { 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;display:none; }
#hNVhBVk2iSfNU4eUZ3pGWzIJTDQy423s { 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;display:none; }
#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .row .container { background-color: transparent; background-image: none; }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .row .container > .video-iframe-container { display: none; }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .row > .video-iframe-container { display: none; }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .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); }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .row .container { border-width: 0; border-radius: 0; }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#Pv0NxrTohZ04ghfyiqh86cfJ3gFhShci { color:rgba(var(--color-tertiary-4),1);display:block;width:50rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:1.125rem;height:3.25rem;font-style:normal;display:block; }
#V0B7Zh8G33yOHgAQh8r6mHtMpnQ6qFGF { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:7.9375rem;left:0rem;display:block; }
#HIICbFMPAeV1N6tTEOITkTGDlxThGABc { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:8.25rem;left:0rem;display:none; }
#CZfpPniUlCwnXSD6HfUk7UrT5IabUuKy { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.625rem;left:67.125rem;display:block; }
#aUTpzvkMQZ51aSEMVATLmVgKKupeNiht { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X7qdkimJixCGTdaqz12xH9o4ZaOGPnDQ { color:rgba(var(--color-tertiary-4),1);display:block;width:4.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.1875rem;left:60.75rem;height:1.9487875rem;font-style:normal;display:block; }
#KwUvr2f4TPDCIUrgeoOTAHLSF7w5Bb4A { color:rgba(var(--color-tertiary-4),1);display:block;width:4.12475625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1396484375rem;left:56.702880859375rem;height:2.03125rem;font-style:normal;display:block; }
#GNCBOOoLU4EvhnGynrggDo9A2fasIqqy { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:0.6875rem;top:1.5625rem;left:0rem;overflow:hidden;display:block; }
#o9sP8csDSsR7wFJSEkUuAO23DRttQwHv { 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:4.25rem;width:0.5rem;display:none; }
#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row .container { background-color: transparent; background-image: none; }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row .container > .video-iframe-container { display: none; }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row > .video-iframe-container { display: none; }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .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); }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row .container { border-width: 0; border-radius: 0; }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#tEx3x3ZhZ4afzUyc0DFPETOiKfVuTSsV { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"source sans pro semibold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#QOqliXlgktzNnLVOBSTEPeETGwCGhidA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QOqliXlgktzNnLVOBSTEPeETGwCGhidA > .row .container { background-color: transparent; background-image: none; }#QOqliXlgktzNnLVOBSTEPeETGwCGhidA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOqliXlgktzNnLVOBSTEPeETGwCGhidA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOqliXlgktzNnLVOBSTEPeETGwCGhidA > .row .container > .video-iframe-container { display: none; }#QOqliXlgktzNnLVOBSTEPeETGwCGhidA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QOqliXlgktzNnLVOBSTEPeETGwCGhidA > .row > .video-iframe-container { display: none; }#QOqliXlgktzNnLVOBSTEPeETGwCGhidA > .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); }#QOqliXlgktzNnLVOBSTEPeETGwCGhidA > .row .container { border-width: 0; border-radius: 0; }#QOqliXlgktzNnLVOBSTEPeETGwCGhidA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QOqliXlgktzNnLVOBSTEPeETGwCGhidA > .row .container { font-size:0.875rem;font-family:arial;height:57.4375rem;width:75rem;position:relative;display:block; }#qtrsoRJSArtVog1br0HsE4wLgLTMAd5n { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"source sans pro semibold";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.125rem;left:0rem;height:1.625rem;display:block; }
#Kw5mw8qTPRgil6qrnRcXmgttqGwAFWHl { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.3125rem;left:1.375rem;height:1.625rem;font-style:normal;display:block; }
#lhGvkduiHXTUDySDCCyoEMCqiHirKR0Q { position:absolute;display:block;z-index:15002;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:5.125rem;left:0rem;display:block; }
#tMT2lHVpeElreDsTmAkbKdBrWf8uNRCM { position:absolute;display:block;z-index:15004;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:7.9375rem;left:0rem;display:block; }
#uwkly5ESCL5WUWlkSO5M4pGgFbZuqxKk { color:#bdbdbf;display:block;width:16.0625rem;position:absolute;font-family:"source sans pro semibold";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.125rem;left:41.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#vFbhpD1lv8gnnuao67FU4OgDEX9ofvDk { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:23.25rem;left:0rem;display:none; }
#TkcdkSNosKwHnU3gdfBGtgsbcEBJLz3C { color:#bdbdbf;display:block;width:12.5rem;position:absolute;font-family:"source sans pro semibold";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.6111125rem;display:none; }
#yJkKkqx6uothCIAFXbGCVa0Lqqfk2XqQ { 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;display:none; }
#WixBiXsW4VLrdH5MVrZRIdJbky3G332q { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:9.3125rem;left:0rem;display:none; }
#inToHvFddJQMtoHgfah5Cn2xl0gr7sE9 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:7.1875rem;left:1.375rem;height:3.2487rem;font-style:normal;display:block; }
#du0gmUrodFgJ4LPwHzsh7pDgzf99eDNv { position:absolute;display:block;z-index:15020;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:4.375rem;width:4.375rem;top:4.3125rem;left:41.5625rem;overflow:hidden;display:block; }
#MEWIyif4Mk3MEnZMqXg50MiCHgbFoDK7 { position:absolute;display:block;z-index:15029;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:4.375rem;width:4.375rem;top:9.3125rem;left:41.5625rem;overflow:hidden;display:block; }
#I2iqFvTPmMfxradkBm06KAKSxifBooSe { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:4.3125rem;left:46.5625rem;overflow:hidden;display:block; }
#iarG6FiT9K7KIMzA6uvnW3H5t7xwHBtO { position:absolute;display:block;z-index:15030;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:4.375rem;width:4.375rem;top:9.3125rem;left:46.5625rem;overflow:hidden;display:block; }
#hBglDXWgix4iaeOrqqIK1QhMDhk82Wgp { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:4.3125rem;left:51.5615234375rem;overflow:hidden;display:block; }
#U3qPtQ15aLx2gThgy8VkCnl3XMcITcMG { position:absolute;display:block;z-index:15031;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:4.375rem;width:4.375rem;top:9.3125rem;left:51.5615234375rem;overflow:hidden;display:block; }
#clppr7l3ch5G0CHi4AM9u2PThyuZudRW { position:absolute;display:block;z-index:15023;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:4.375rem;width:4.375rem;top:4.3125rem;left:56.5615234375rem;overflow:hidden;display:block; }
#qAfKF6pHz2gw9cxWnUXvehbyPZrVTGmN { position:absolute;display:block;z-index:15032;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:4.375rem;width:4.375rem;top:9.3125rem;left:56.5615234375rem;overflow:hidden;display:block; }
#mqpUqkTW6zsTgtV0ONq0zXVUKeoGZ3Ml { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:4.375rem;top:4.3125rem;left:61.5615234375rem;overflow:hidden;display:block; }
#Wwt7kQMsLVipzuF7bVAGJasUdlwCzySh { position:absolute;display:block;z-index:15033;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:4.375rem;width:4.375rem;top:9.3125rem;left:61.5615234375rem;overflow:hidden;display:block; }
#yGNTJlEzM6uscTyXVl4I3HhBfFRQC8vo { position:absolute;display:block;z-index:15025;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:4.375rem;width:4.375rem;top:4.3125rem;left:66.5625rem;overflow:hidden;display:block; }
#qXTnioaTTxnVB8Fp0pPtB2ZTIBHJmiNS { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:57.1875rem;left:0rem;display:block; }
#Kte4RrcoreSkLvJQL4HS3qxkgex5SmnP { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:44.375rem;left:42.9375rem;height:3.2487rem;font-style:normal;display:block; }
#pG5LzpHzZu8lZlvpHmULFGPxyP6Odfyz { position:absolute;display:block;z-index:15010;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:45rem;left:41.5625rem;display:block; }
#LhT5uR6C2ZJ1rGT25VlRVxzq8H1Q5f35 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.9375rem;left:42.9375rem;height:4.87305rem;font-style:normal;display:block; }
#fOVVKCTmxhMGmTaMKbptkQ2HzLFLIzkp { position:absolute;display:block;z-index:15012;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:20.5625rem;left:41.5625rem;display:block; }
#ncFE9lXhxRaq7PqP5oynTKzrZmINRX8t { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:26.0625rem;left:42.9375rem;height:1.625rem;font-style:normal;display:block; }
#Oobq18HdO1NbtF2oMgFgXm7ZDk15Z5rJ { position:absolute;display:block;z-index:15014;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:26.6875rem;left:41.5625rem;display:block; }
#pCTM27InKHtTHVSN9npSFcJbWpDsMkSm { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:28.9375rem;left:42.9375rem;height:1.625rem;font-style:normal;display:block; }
#JEXtwheRTuc76i7697Vv1es26Qc9g17U { position:absolute;display:block;z-index:15016;background-color:#007c8f;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:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:0.375rem;width:0.375rem;top:29.5625rem;left:41.5625rem;display:block; }
#JfvWqTl8561Tu17p3BCTtz2d9cSVopdP { position:absolute;display:block;z-index:15031;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:4.375rem;width:4.375rem;top:33.75rem;left:41.5625rem;overflow:hidden;display:block; }
#xZ2xaaxmixJ088eEIWI0s6LDOaZoNuMw { position:absolute;display:block;z-index:15032;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:4.375rem;width:4.375rem;top:33.75rem;left:46.5625rem;overflow:hidden;display:block; }
#UnN7V67VoIKlSywKAqM0nOhD1LxxDEp0 { position:absolute;display:block;z-index:15033;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:4.375rem;width:4.375rem;top:33.75rem;left:51.5625rem;overflow:hidden;display:block; }
#S3G8KvIDPQIAVcccTp0fXvUhfGSZJZVM { position:absolute;display:block;z-index:15034;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:4.375rem;width:4.375rem;top:33.75rem;left:56.5625rem;overflow:hidden;display:block; }
#MTdz9evTM4UdNskkILrgcPxwEiQs4r1n { position:absolute;display:block;z-index:15035;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:4.375rem;width:4.375rem;top:33.625rem;left:61.5625rem;overflow:hidden;display:block; }
#RlftIEEO8OCdRTv10Tg9l5NOHIP8d08T { position:absolute;display:block;z-index:15036;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:4.375rem;width:4.375rem;top:38.8125rem;left:41.5625rem;overflow:hidden;display:block; }
#Ks8VSIkhhCoty8QvsIFKxJfGFhufrQgr { position:absolute;display:block;z-index:15031;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:4.375rem;width:4.375rem;top:38.75rem;left:46.5625rem;overflow:hidden;display:block; }
#zPq7ysZGZlbthg3NxszsTr0DBnvar4lT { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:29.375rem;top:32.125rem;left:41.5625rem;display:block; }
#Jieah8MaTGPy2gps7DLHDArbI8L9ZFvq { position:absolute;display:block;z-index:15033;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:4.375rem;width:4.375rem;top:14.3125rem;left:46.5625rem;overflow:hidden;display:block; }
#aCX2yw14FrbiubTGlf52K5fFrt9P1ITt { position:absolute;display:block;z-index:15034;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:4.375rem;width:4.375rem;top:14.3125rem;left:51.5625rem;overflow:hidden;display:block; }
#gi1E5AdlRs2hmifNeVnHGNg0wCOiVShl { position:absolute;display:block;z-index:15032;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:4.375rem;width:4.375rem;top:14.3125rem;left:41.5625rem;overflow:hidden;display:block; }
#wmqRw5b25MIPVnvdWKgPT6yaOzoVOM6I { position:absolute;display:block;z-index:15026;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:4.375rem;width:4.375rem;top:9.3125rem;left:66.5625rem;overflow:hidden;display:block; }
#od1nhRSEH82GRtqvMBSpg5pMNkehknEc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:51.0625rem;left:41.125rem; }
#DCKbNROPvulgQpzHINDUIFw2Azob7zvE { color:rgba(var(--color-tertiary-0),1);display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:50.75rem;left:42.9375rem;height:4.87305rem;font-style:normal;display:block; }
#yGk6uzR36U0HZka9aIDxO12bx1L3R8Vp { color:#000000;display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15053;line-height:1.3;letter-spacing:0;top:48.375785827637rem;left:41.5rem;height:1.21875rem;display:block; }
#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { background-color: transparent; background-image: none; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container > .video-iframe-container { display: none; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row > .video-iframe-container { display: none; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .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); }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { border-width: 0; border-radius: 0; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#E3zubWqVvUI4JILnHZ6H6NLRTWV6vLqb { color:rgba(var(--color-tertiary-4),1);display:block;width:61.5rem;position:absolute;font-family:"source sans pro semibold";font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:6.75rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 { position:relative;display:block; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 { background-color: transparent; background-image: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container > .video-iframe-container { display: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row > .video-iframe-container { display: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .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); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 { border-width: 0; border-radius: 0; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .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; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.875rem;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; }#Pg5XxUmO2lHnSebu0S2T21TkPGQQ9lsH { position:absolute;display:block;z-index:15000;height:24.5625rem;width:68.5rem;top:0rem;left:3.375rem;display:block; }
#cmH46causMTQ1mc1Tv9xeOI1UXMu0zsm { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:7.5rem;width:2.5rem;top:8.530468940735rem;left:0rem;display:block; }
#HIPR9qMfLLctUEocoSPZpw19oGs4NH8F { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;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:7.5rem;width:2.5rem;top:8.5312490463256rem;left:72.49999809265rem;display:block; }
#RXcv8JocKCgPTJLVnvXWQc2O7NQQulLK { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:11.061718940735rem;left:0rem;display:block; }
#xtCG0B0lh9KSNN6cGhZFHHnXXleZ9Rff { box-sizing:content-box;color:rgba(var(--color-primary-4),1);font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:11.061718940735rem;left:72.56249809265rem;display:block; }
#gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; } #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection *:focus-visible, #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection input[type="text"]:focus-visible, #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection input[type="email"]:focus-visible, #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection input[type="tel"]:focus-visible, #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection textarea:focus-visible { outline: none; } #VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row .container { background-color: transparent; background-image: none; }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row .container > .video-iframe-container { display: none; }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row > .video-iframe-container { display: none; }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .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); }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row .container { border-width: 0; border-radius: 0; }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f7f8;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; } #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection *:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="text"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="email"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="tel"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection textarea:focus-visible { outline: none; } #J9SUTIZnrCyt1Sc98hpu04EKHGo0zG2C > .row .container { background-color: transparent; background-image: none; }#J9SUTIZnrCyt1Sc98hpu04EKHGo0zG2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9SUTIZnrCyt1Sc98hpu04EKHGo0zG2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9SUTIZnrCyt1Sc98hpu04EKHGo0zG2C > .row .container > .video-iframe-container { display: none; }#J9SUTIZnrCyt1Sc98hpu04EKHGo0zG2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J9SUTIZnrCyt1Sc98hpu04EKHGo0zG2C > .row > .video-iframe-container { display: none; }#J9SUTIZnrCyt1Sc98hpu04EKHGo0zG2C > .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); }#J9SUTIZnrCyt1Sc98hpu04EKHGo0zG2C > .row .container { border-width: 0; border-radius: 0; }#J9SUTIZnrCyt1Sc98hpu04EKHGo0zG2C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J9SUTIZnrCyt1Sc98hpu04EKHGo0zG2C > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .row .container { background-color: transparent; background-image: none; }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .row .container > .video-iframe-container { display: none; }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .row > .video-iframe-container { display: none; }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .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); }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .row .container { border-width: 0; border-radius: 0; }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:75rem;position:relative;display:block; }#eQIXE2miWNsU8eeGKph9oenQLyoR6cxS { position:absolute;display:block;z-index:15007;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.5rem;width:14.25rem;top:12rem;left:15.1875rem;display:block; }
#U0ObUZZeMnK1gMc5wFND2aMWqfAXF5pL { 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:4.5rem;width:4.5rem;top:13.25rem;left:20.0625rem;overflow:hidden;display:block; }
#eT5cSqmg1ufaAeCwxw7ggDhIsS11Dxkv { color:rgba(var(--color-tertiary-4),0.95);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:19rem;left:16.4375rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwDeWeKwE2X2RVidg6rshwFDS3K90DFB { position:absolute;display:block;z-index:15000;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.5rem;width:14.25rem;top:12rem;left:30.375rem;display:block; }
#uWR5TcZSXy6EWH0myMSCm9OaBH0KnJL2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:13.25rem;left:35.25rem;overflow:hidden;display:block; }
#LeRkikH0xTkD2RyptIEmkXGdaWnZgkJ6 { color:rgba(var(--color-tertiary-4),0.95);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19rem;left:31.25rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wuk2Mqq9S1t2NFS7C7zykbByX0rwKEfB { position:absolute;display:block;z-index:15001;background-color:#ededed;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.5rem;width:14.25rem;top:12rem;left:0rem;display:block; }
#RcFHfPU3N6FHtxxsZ5PTUw0kqaPAxrw7 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:13.25rem;left:4.875rem;overflow:hidden;display:block; }
#Bl4vHz41KGMBv8p0MM1rBFpDU8kCk80X { color:rgba(var(--color-tertiary-4),0.95);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:19rem;left:1.25rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bcPLA8ThnZeOZvoFpxFcbov5oaNq2PgA { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:23.75rem;left:0.625rem;height:6.00260625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B4ugZyPGCDHm1iGzA4o4uU1kwITaAFA0 { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:23.75rem;left:15.8125rem;height:7.50325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z6gWQDQgd1Ht0F4IGUKJq0WnVFZoVRcP { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:23.75rem;left:31rem;height:10.5045625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VwFEPfmk5ANt5WinzfbFAywpc1LbTyLP { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5625rem;left:10.40625rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F1NhG3iGW8fOXdbEdo5SqCDHFFHlo8Bw { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:3rem;width:16.5rem;top:37.0625rem;left:29.25rem;display:block; }
#LzuCKbF7emDsvgVzMAl7h5esEBTWkTts { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5rem;height:3rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:37.0625rem;left:29.25rem;display:block; }
#TzTn208UCm5TVSPOIM9dcfVMdppcAfuV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yVk7mSkrhkxJV1tI9aJrLRTiioNPV0KS { color:#000000;display:block;width:6.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:37.912109375rem;left:34.3125rem;height:1.3rem;display:block; }
#iLbMVTmIzQdWOQo5IahUNecTHSFaqr8g { position:absolute;display:block;z-index:15004;background-color:#ededed;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.5rem;width:14.25rem;top:12rem;left:45.5625rem;display:block; }
#e5kefc3cWhXc7WWaQ3OdmvXhcQBwuh0p { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:23.75rem;left:46.1875rem;height:7.50325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FftWvwa5L6VEspZmaxi57H5ZlDcne5Uk { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:13.25rem;left:50.4375rem;overflow:hidden;display:block; }
#tOadkRAutHGbpVNiykR4oHOCNTXbykJa { color:rgba(var(--color-tertiary-4),0.95);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:19rem;left:46.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oBqFyrI9pbozLxbAN5phMRMJVOQfse3A { position:absolute;display:block;z-index:15008;background-color:#ededed;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:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:23.5rem;width:14.25rem;top:12rem;left:60.75rem;display:block; }
#hfvipreBa5Jq7zNchkcLSZpiI44OsXTf { color:rgba(var(--color-tertiary-4),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:23.75rem;left:61.375rem;height:9.003875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDaeFALNwQT34QccE8vxXxKFpRsfg4xX { color:rgba(var(--color-tertiary-4),0.95);display:block;width:10.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:19rem;left:62.5rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Of1pyRvID8cGf5uHFc59tbKFxigCUTQC { position:absolute;display:block;z-index:15019;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:4.5rem;width:4.5rem;top:13.25rem;left:65.625rem;overflow:hidden;display:block; }
#xfpxnEwARTdpSTENUDqDKpGU8vbMIZ4u { color:rgba(var(--color-tertiary-4),1);display:block;width:42.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:41.625rem;left:16.40625rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKEzuoD9ehZGNcpWgmbVVwosMl7NKhou { color:rgba(var(--color-tertiary-4),1);display:block;width:60.8125rem;position:absolute;font-family:"source sans pro semibold";font-size:1.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.5625rem;left:7.09375rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#cxdRave5ZwVaM2KTCUDnuQfxoy48aZil { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:75rem;top:46.4375rem;left:0rem;display:block; }
#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { background-color: transparent; background-image: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container > .video-iframe-container { display: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container { display: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .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); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { border-width: 0; border-radius: 0; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:75rem;position:relative;display:block; }#uoPpIKN8Fzko4tQwZ0LCaitHctFuyy0f { color:#bdbdbf;display:block;width:12.5rem;position:absolute;font-family:"source sans pro semibold";font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:62.5rem;height:1.6111125rem;text-align:right;text-align-last:right;display:none; }
#r4d07FTE2dPOL6UEUVtDSekVTrHSZf1M { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:"source sans pro semibold";font-size:1.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:0.8251953125rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#sr517vfV8rTyDCHkibTM22c3mM3r5Zux { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { background-color: transparent; background-image: none; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container > .video-iframe-container { display: none; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row > .video-iframe-container { display: none; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .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); }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { border-width: 0; border-radius: 0; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#JmZX31LFE3ZztMZIytEsgmNpib6EwzPT { color:#007c8f;display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:10.1875rem;height:3.2487rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKP6lpCHnCtKdhsFumUTNVplI9yCJmTr { 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:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#PMU8cwuhz3LX5P0qqUiys1oKTcqCGrTV { 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:0.9375rem;width:1.5625rem;top:1.1874990463257rem;left:60.5625rem;overflow:hidden;display:block; }
#T8virSMQS7FzQytXuV3MHdcngOMGsa6r { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { background-color: transparent; background-image: none; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container > .video-iframe-container { display: none; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row > .video-iframe-container { display: none; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .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); }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { border-width: 0; border-radius: 0; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#raKMPThTBpuALx7qmMdLyUuPvng3m1Mc { color:#bdbdbf;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:4.87305rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container { background-color: transparent; background-image: none; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container > .video-iframe-container { display: none; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row > .video-iframe-container { display: none; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .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); }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container { border-width: 0; border-radius: 0; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#vwHAcqxsPldDqLrGqMcrbTnf1RS8LpgR { color:#007c8f;display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oToOAZH0fagqFZvPxZaAihVgd9QtOolU { 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:1.75rem;width:1.75rem;top:0.875rem;left:61.8125rem;overflow:hidden;display:none; }
#ZNW14T5vIzdh6w3UnkOmHku2gL88X7ck { 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:0.9375rem;width:1.5625rem;left:60.5625rem;top:1.1875rem;overflow:hidden;display:block; }
#kgOuMX3Ktsmz22Natz0fa1GSurApb0dt { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.125rem;left:60.625rem;display:none; }
#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row .container { background-color: transparent; background-image: none; }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row .container > .video-iframe-container { display: none; }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row > .video-iframe-container { display: none; }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .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); }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row .container { border-width: 0; border-radius: 0; }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#StCmrKHaz2F9tLGkAHyLZFDqt90vR6RL { color:#bdbdbf;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:8.12175rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row .container { background-color: transparent; background-image: none; }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row .container > .video-iframe-container { display: none; }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row > .video-iframe-container { display: none; }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .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); }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row .container { border-width: 0; border-radius: 0; }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#Tv4yIASe1Nz61TN8pn3Xm1r90WK2NO1J { color:#007c8f;display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:3.2487rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m9R00fcHkKRLO4dhrp1Woeh3L0XdVqBx { 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:1.75rem;width:1.75rem;top:0.875rem;left:61.8125rem;overflow:hidden;display:none; }
#v558PqNP3OiTmDODlP4CSn4k1KXWPzuG { 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:0.9375rem;width:1.5625rem;left:60.5625rem;top:1.1875rem;overflow:hidden;display:block; }
#RT2M7doSb1ViToFZKA01nG2VAaim7Jms { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:0.125rem;left:60.625rem;display:none; }
#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row .container { background-color: transparent; background-image: none; }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row .container > .video-iframe-container { display: none; }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row > .video-iframe-container { display: none; }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .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); }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row .container { border-width: 0; border-radius: 0; }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#y1oV6klsItqxGccLzoe4dTX26iXFikZv { color:#bdbdbf;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:6.497375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row .container { background-color: transparent; background-image: none; }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row .container > .video-iframe-container { display: none; }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row > .video-iframe-container { display: none; }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .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); }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row .container { border-width: 0; border-radius: 0; }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:75rem;position:relative;display:block; }#qQ3fDsFW4RiZA9dZzv86nLZET9eITaO6 { color:#007c8f;display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.9375rem;left:10.1875rem;height:3.2487rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z6yM1JPc3xQSuL6ohxS31VbW40I7Vnx2 { 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:1.75rem;width:1.75rem;top:0.75rem;left:61.875rem;overflow:hidden;display:none; }
#RTF8MRwDw4TPfOxFOvMp8ZRqIx5V9rsh { 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:0.9375rem;width:1.5625rem;top:1.1874990463257rem;left:60.5625rem;overflow:hidden;display:block; }
#AtGlQ6wfJbDx7Arky7esAzanSI204x7A { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:0.125rem;left:60.625rem;display:none; }
#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container { background-color: transparent; background-image: none; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container > .video-iframe-container { display: none; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row > .video-iframe-container { display: none; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .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); }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container { border-width: 0; border-radius: 0; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#gK85KWGIOOpBUonKJLtMSxkDNvxxzUo7 { color:#bdbdbf;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:4.87305rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { background-color: transparent; background-image: none; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container > .video-iframe-container { display: none; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row > .video-iframe-container { display: none; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .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); }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { border-width: 0; border-radius: 0; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:75rem;position:relative;display:block; }#AtdtT89VhlwUoxlzKPIZMWwfVMrZ4Xfn { color:#007c8f;display:block;width:49.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r4JKmUetMU1vCgyq1mppnyLCs3ihTA1s { 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:0.9375rem;width:1.5625rem;left:60.5625rem;top:1.1875rem;overflow:hidden;display:block; }
#SvPtQuXk186Jfg8ny3e4h7UM6CTryCRC { box-sizing:content-box;color:rgba(var(--color-primary-2),1);font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:0.125rem;left:60.625rem;display:none; }
#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { background-color: transparent; background-image: none; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container > .video-iframe-container { display: none; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row > .video-iframe-container { display: none; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .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); }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { border-width: 0; border-radius: 0; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;position:relative;display:block; }#MMxDrZ78AtphoIPaopizwT8K0Uim0kSd { color:#bdbdbf;display:block;width:51.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0.875rem;left:10.1875rem;height:6.497375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container { background-color: transparent; background-image: none; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container > .video-iframe-container { display: none; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row > .video-iframe-container { display: none; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .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); }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container { border-width: 0; border-radius: 0; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { background-color: transparent; background-image: none; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container > .video-iframe-container { display: none; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row > .video-iframe-container { display: none; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .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); }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { border-width: 0; border-radius: 0; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-secondary-1),1));background-size:cover !important;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;bottom:0rem;left:0rem;right:0rem;display:block; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container { background-color: transparent; background-image: none; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container > .video-iframe-container { display: none; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row > .video-iframe-container { display: none; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .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); }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container { border-width: 0; border-radius: 0; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#TBaenb1Wi4e4eNEWgSsWM1Ptz6Um3I6X { color:rgba(var(--color-tertiary-4),1);display:block;width:3.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0625rem;left:49.125rem;height:2.03125rem;font-style:normal;display:block; }
#C68XR4OIsEm4DdwFST1PGXM1qxZXCvsR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.4375rem;left:59.5625rem;display:block; }
#ypLARFypihr8oSe5SHF9Q37SBR7L4i3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Myk66V81yD9Pv6DdvXKVoGQq7ppQeEgM { color:rgba(var(--color-tertiary-4),1);display:block;width:4rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:2.25rem;left:52.8125rem;height:1.7875rem;font-style:normal;display:block; }
#BXNubztusrN7iAEpRD8VNuaOTKENWHep { color:rgba(var(--color-tertiary-4),1);display:block;width:37.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.75rem;left:7.875rem;height:2.4375rem;font-style:normal;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv { display:none; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #gJmrlcmPDNb5SBBVchhyK7cP0RkB6TEP { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #kkbdLlCnuR1JviwvnFwTwqTnP8JTJdtR { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TeO4N125AJuTXcBpUMqptalb7NTsyfDJ { width:4.25rem;height:1.625rem;top:0.65625rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v69NhzMoyibK5T0FU3OKHhgDxeaiitIs { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:transparent;background-image: -webkit-linear-gradient(351deg, #22323e, #000000);background-image: -moz-linear-gradient(351deg, #22323e, #000000);background-image: -ms-linear-gradient(351deg, #22323e, #000000);background-image: -o-linear-gradient(351deg, #22323e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );";background-image: linear-gradient(351deg, #22323e, #000000);background-size:cover !important;display:block; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { background-color: transparent; background-image: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container > .video-iframe-container { display: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row > .video-iframe-container { display: none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .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); }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KgSRGvr1zH0bu7spSk7eaddOgTNugTJE { width:4.25rem;height:1.625rem;top:1.03125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q { background-color:#121a21;background-image:none;display:block; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { background-color: transparent; background-image: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .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); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rcwfqEZPMix4S0iWzX8BDIa1zxDqt9xF { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #EIVsrNnSiqAbP8x6R35EzoESCT0X2OI4 { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KZEfKcZ270chaB6c3kAx7uX09keSK4fx { display:block; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h60yazJr1lsHm08N9MEZZCsQAgvrkWdA { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hNVhBVk2iSfNU4eUZ3pGWzIJTDQy423s { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RcgKqTVtNtu3snQuwuEcMEbvx245CqWT { display:block; }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .row .container { width:47.75rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Pv0NxrTohZ04ghfyiqh86cfJ3gFhShci { top:1.900390625rem;left:0.75rem;width:28.4375rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V0B7Zh8G33yOHgAQh8r6mHtMpnQ6qFGF { top:5.6875rem;left:0rem;width:47.749rem;height:0.0615234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HIICbFMPAeV1N6tTEOITkTGDlxThGABc { top:8.25rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CZfpPniUlCwnXSD6HfUk7UrT5IabUuKy { width:7.5625rem;height:3.125rem;top:1.3125rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aUTpzvkMQZ51aSEMVATLmVgKKupeNiht { display:block; }
 }@media only screen and (max-width: 1199px) { #X7qdkimJixCGTdaqz12xH9o4ZaOGPnDQ { top:2.125rem;left:33.875rem;width:3.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KwUvr2f4TPDCIUrgeoOTAHLSF7w5Bb4A { top:2rem;left:30.625rem;width:3.0625rem;height:1.7875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GNCBOOoLU4EvhnGynrggDo9A2fasIqqy { width:0.375rem;height:2.0625rem;top:1.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o9sP8csDSsR7wFJSEkUuAO23DRttQwHv { width:0.5rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR { background-color:#f6f7f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row .container { background-color: transparent; background-image: none; }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row .container > .video-iframe-container { display: none; }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row > .video-iframe-container { display: none; }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .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); }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row .container { border-width: 0; border-radius: 0; }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tEx3x3ZhZ4afzUyc0DFPETOiKfVuTSsV { top:1.5625rem;left:0rem;width:47.75rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QOqliXlgktzNnLVOBSTEPeETGwCGhidA { display:block; }#QOqliXlgktzNnLVOBSTEPeETGwCGhidA > .row .container { width:47.75rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qtrsoRJSArtVog1br0HsE4wLgLTMAd5n { top:0rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kw5mw8qTPRgil6qrnRcXmgttqGwAFWHl { top:3.1875rem;left:1.25rem;width:18.3125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lhGvkduiHXTUDySDCCyoEMCqiHirKR0Q { top:3.8125rem;left:0rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tMT2lHVpeElreDsTmAkbKdBrWf8uNRCM { top:8rem;left:0rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uwkly5ESCL5WUWlkSO5M4pGgFbZuqxKk { top:0rem;left:23.875rem;width:15.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vFbhpD1lv8gnnuao67FU4OgDEX9ofvDk { top:26.75rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #TkcdkSNosKwHnU3gdfBGtgsbcEBJLz3C { top:0.0625rem;left:0rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #yJkKkqx6uothCIAFXbGCVa0Lqqfk2XqQ { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WixBiXsW4VLrdH5MVrZRIdJbky3G332q { top:31.75rem;left:0rem;width:47.749125rem;height:0.0616319375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 1199px) { #inToHvFddJQMtoHgfah5Cn2xl0gr7sE9 { top:7.375rem;left:1.25rem;width:18.3125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #du0gmUrodFgJ4LPwHzsh7pDgzf99eDNv { width:3.25rem;height:3.25rem;top:3.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MEWIyif4Mk3MEnZMqXg50MiCHgbFoDK7 { width:3.25rem;height:3.25rem;top:7.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I2iqFvTPmMfxradkBm06KAKSxifBooSe { width:3.25rem;height:3.25rem;top:3.1875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iarG6FiT9K7KIMzA6uvnW3H5t7xwHBtO { width:3.25rem;height:3.25rem;top:7.1875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hBglDXWgix4iaeOrqqIK1QhMDhk82Wgp { width:3.25rem;height:3.25rem;top:3.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U3qPtQ15aLx2gThgy8VkCnl3XMcITcMG { width:3.25rem;height:3.25rem;top:7.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #clppr7l3ch5G0CHi4AM9u2PThyuZudRW { width:3.25rem;height:3.25rem;top:3.1875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qAfKF6pHz2gw9cxWnUXvehbyPZrVTGmN { width:3.25rem;height:3.25rem;top:7.1875rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mqpUqkTW6zsTgtV0ONq0zXVUKeoGZ3Ml { width:3.25rem;height:3.25rem;top:3.1875rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wwt7kQMsLVipzuF7bVAGJasUdlwCzySh { width:3.25rem;height:3.25rem;top:7.1875rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yGNTJlEzM6uscTyXVl4I3HhBfFRQC8vo { width:3.25rem;height:3.25rem;top:3.1875rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qXTnioaTTxnVB8Fp0pPtB2ZTIBHJmiNS { top:58.5rem;left:0.0029296875rem;width:47.746125rem;height:0.060546875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kte4RrcoreSkLvJQL4HS3qxkgex5SmnP { top:41.625rem;left:25.125rem;width:20.5rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pG5LzpHzZu8lZlvpHmULFGPxyP6Odfyz { top:42.3125rem;left:23.875rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LhT5uR6C2ZJ1rGT25VlRVxzq8H1Q5f35 { top:15.375rem;left:25.125rem;width:22.1875rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fOVVKCTmxhMGmTaMKbptkQ2HzLFLIzkp { top:16rem;left:23.875rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ncFE9lXhxRaq7PqP5oynTKzrZmINRX8t { top:22.8125rem;left:25.125rem;width:21.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oobq18HdO1NbtF2oMgFgXm7ZDk15Z5rJ { top:23.4375rem;left:23.875rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pCTM27InKHtTHVSN9npSFcJbWpDsMkSm { top:27rem;left:25.125rem;width:20.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JEXtwheRTuc76i7697Vv1es26Qc9g17U { top:27.625rem;left:23.875rem;width:0.375rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JfvWqTl8561Tu17p3BCTtz2d9cSVopdP { width:3.25rem;height:3.25rem;top:33.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xZ2xaaxmixJ088eEIWI0s6LDOaZoNuMw { width:3.25rem;height:3.25rem;top:33.4375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UnN7V67VoIKlSywKAqM0nOhD1LxxDEp0 { width:3.25rem;height:3.25rem;top:33.4375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S3G8KvIDPQIAVcccTp0fXvUhfGSZJZVM { width:3.25rem;height:3.25rem;top:33.4375rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MTdz9evTM4UdNskkILrgcPxwEiQs4r1n { width:3.25rem;height:3.25rem;top:33.4375rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RlftIEEO8OCdRTv10Tg9l5NOHIP8d08T { width:3.25rem;height:3.25rem;top:37.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ks8VSIkhhCoty8QvsIFKxJfGFhufrQgr { width:3.25rem;height:3.25rem;top:37.4375rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zPq7ysZGZlbthg3NxszsTr0DBnvar4lT { top:31.8125rem;left:23.875rem;width:23.875rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jieah8MaTGPy2gps7DLHDArbI8L9ZFvq { width:3.25rem;height:3.25rem;top:11.1875rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aCX2yw14FrbiubTGlf52K5fFrt9P1ITt { width:3.25rem;height:3.25rem;top:11.1875rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gi1E5AdlRs2hmifNeVnHGNg0wCOiVShl { width:3.25rem;height:3.25rem;top:11.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wmqRw5b25MIPVnvdWKgPT6yaOzoVOM6I { width:3.25rem;height:3.25rem;top:7.1875rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #od1nhRSEH82GRtqvMBSpg5pMNkehknEc { width:1.25rem;height:1.25rem;top:50.625rem;left:23.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DCKbNROPvulgQpzHINDUIFw2Azob7zvE { top:50.4375rem;left:25.125rem;width:20.5rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yGk6uzR36U0HZka9aIDxO12bx1L3R8Vp { width:22.562375rem;height:1.95rem;top:47.499025344849rem;left:25.18717610836rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA { display:block; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { width:47.75rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E3zubWqVvUI4JILnHZ6H6NLRTWV6vLqb { top:1.5625rem;left:3rem;width:38.125rem;height:3.9rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 { display:block; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 { background-color: transparent; background-image: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container > .video-iframe-container { display: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row > .video-iframe-container { display: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .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); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container { width:47.75rem;background-color:#f6f7f8;background-image:none;height:20.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Pg5XxUmO2lHnSebu0S2T21TkPGQQ9lsH { width:42.0625rem;height:15.75rem;top:0.875rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cmH46causMTQ1mc1Tv9xeOI1UXMu0zsm { width:2.5rem;height:7.5rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HIPR9qMfLLctUEocoSPZpw19oGs4NH8F { width:2.5rem;height:7.5rem;top:4.125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RXcv8JocKCgPTJLVnvXWQc2O7NQQulLK { width:2.4375rem;height:2.4375rem;top:6.625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xtCG0B0lh9KSNN6cGhZFHHnXXleZ9Rff { width:2.4375rem;height:2.4375rem;top:6.625rem;left:45.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection { display:block; } #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection *:focus-visible, #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection input[type="text"]:focus-visible, #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection input[type="email"]:focus-visible, #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection input[type="tel"]:focus-visible, #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection textarea:focus-visible { outline: none; } #VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row .container { width:47.75rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection { display:block; } #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection *:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="text"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="email"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="tel"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection textarea:focus-visible { outline: none; } #J9SUTIZnrCyt1Sc98hpu04EKHGo0zG2C > .row .container { width:47.75rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT { display:block; }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .row .container { width:47.75rem;height:73.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eQIXE2miWNsU8eeGKph9oenQLyoR6cxS { top:22.8125rem;left:7.5rem;width:32.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U0ObUZZeMnK1gMc5wFND2aMWqfAXF5pL { top:23.5625rem;left:8.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eT5cSqmg1ufaAeCwxw7ggDhIsS11Dxkv { top:24.08203125rem;left:12.625rem;width:18.25rem;height:2.925rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #fwDeWeKwE2X2RVidg6rshwFDS3K90DFB { top:33.125rem;left:7.5rem;width:32.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uWR5TcZSXy6EWH0myMSCm9OaBH0KnJL2 { top:33.875rem;left:8.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LeRkikH0xTkD2RyptIEmkXGdaWnZgkJ6 { top:34.39453125rem;left:12.625rem;width:23.9375rem;height:1.462675rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #wuk2Mqq9S1t2NFS7C7zykbByX0rwKEfB { top:12.5rem;left:7.5rem;width:32.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcFHfPU3N6FHtxxsZ5PTUw0kqaPAxrw7 { top:13.25rem;left:8.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bl4vHz41KGMBv8p0MM1rBFpDU8kCk80X { top:13.75rem;left:12.625rem;width:21.1875rem;height:1.462675rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #bcPLA8ThnZeOZvoFpxFcbov5oaNq2PgA { top:16.125rem;left:12.625rem;width:26.25rem;height:2.6rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #B4ugZyPGCDHm1iGzA4o4uU1kwITaAFA0 { top:26.4375rem;left:12.625rem;width:24.8125rem;height:2.6rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #z6gWQDQgd1Ht0F4IGUKJq0WnVFZoVRcP { top:36.75rem;left:12.625rem;width:26.125rem;height:5.2rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #VwFEPfmk5ANt5WinzfbFAywpc1LbTyLP { top:5.0625rem;left:1.5625rem;width:44.125rem;height:5.85069375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1NhG3iGW8fOXdbEdo5SqCDHFFHlo8Bw { width:12.25rem;height:3rem;top:64.5rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LzuCKbF7emDsvgVzMAl7h5esEBTWkTts { width:12.25rem;height:3rem;top:64.6875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzTn208UCm5TVSPOIM9dcfVMdppcAfuV { display:block; }
 }@media only screen and (max-width: 1199px) { #yVk7mSkrhkxJV1tI9aJrLRTiioNPV0KS { width:6.375rem;height:1.1375rem;top:65.619140625rem;left:21.40625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iLbMVTmIzQdWOQo5IahUNecTHSFaqr8g { top:43.4375rem;left:7.5rem;width:32.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e5kefc3cWhXc7WWaQ3OdmvXhcQBwuh0p { top:47.0625rem;left:12.625rem;width:26.125rem;height:3.9rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #FftWvwa5L6VEspZmaxi57H5ZlDcne5Uk { top:44.1875rem;left:8.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tOadkRAutHGbpVNiykR4oHOCNTXbykJa { top:44.70703125rem;left:12.625rem;width:23.9375rem;height:1.462675rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #oBqFyrI9pbozLxbAN5phMRMJVOQfse3A { top:53.75rem;left:7.5rem;width:32.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hfvipreBa5Jq7zNchkcLSZpiI44OsXTf { top:57.375rem;left:12.625rem;width:25.25rem;height:3.9rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #WDaeFALNwQT34QccE8vxXxKFpRsfg4xX { top:55.01953125rem;left:12.625rem;width:23.9375rem;height:1.462675rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #Of1pyRvID8cGf5uHFc59tbKFxigCUTQC { top:54.5rem;left:8.875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xfpxnEwARTdpSTENUDqDKpGU8vbMIZ4u { top:69.0625rem;left:7.5rem;width:32.75rem;height:2.92535rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AKEzuoD9ehZGNcpWgmbVVwosMl7NKhou { top:1.5625rem;left:0rem;width:47.75rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cxdRave5ZwVaM2KTCUDnuQfxoy48aZil { top:73.5625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M { display:block; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { width:47.75rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #uoPpIKN8Fzko4tQwZ0LCaitHctFuyy0f { top:1.8125rem;left:0rem;width:19rem;height:0;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #r4d07FTE2dPOL6UEUVtDSekVTrHSZf1M { top:1.5625rem;left:0rem;width:47.75rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sr517vfV8rTyDCHkibTM22c3mM3r5Zux { display:block; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #JmZX31LFE3ZztMZIytEsgmNpib6EwzPT { top:0.9375rem;left:0.9375rem;width:42.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKP6lpCHnCtKdhsFumUTNVplI9yCJmTr { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #PMU8cwuhz3LX5P0qqUiys1oKTcqCGrTV { width:1.5625rem;height:0.9375rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T8virSMQS7FzQytXuV3MHdcngOMGsa6r { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx { display:block; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #raKMPThTBpuALx7qmMdLyUuPvng3m1Mc { top:0.875rem;left:1rem;width:45.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 { display:block; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vwHAcqxsPldDqLrGqMcrbTnf1RS8LpgR { top:0.875rem;left:0.9375rem;width:42.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oToOAZH0fagqFZvPxZaAihVgd9QtOolU { top:0.875rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZNW14T5vIzdh6w3UnkOmHku2gL88X7ck { width:1.5625rem;height:0.9375rem;top:1rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kgOuMX3Ktsmz22Natz0fa1GSurApb0dt { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 { display:block; }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row .container { width:47.75rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #StCmrKHaz2F9tLGkAHyLZFDqt90vR6RL { top:0.875rem;left:1rem;width:45.625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ { display:block; }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tv4yIASe1Nz61TN8pn3Xm1r90WK2NO1J { top:0.875rem;left:0.9375rem;width:42.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m9R00fcHkKRLO4dhrp1Woeh3L0XdVqBx { top:0.875rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #v558PqNP3OiTmDODlP4CSn4k1KXWPzuG { width:1.5625rem;height:0.9375rem;top:1rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RT2M7doSb1ViToFZKA01nG2VAaim7Jms { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 { display:block; }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row .container { width:47.75rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #y1oV6klsItqxGccLzoe4dTX26iXFikZv { top:0.875rem;left:1rem;width:45.625rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL { display:block; }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row .container { width:47.75rem;height:5.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qQ3fDsFW4RiZA9dZzv86nLZET9eITaO6 { top:0.9375rem;left:0.9375rem;width:42.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Z6yM1JPc3xQSuL6ohxS31VbW40I7Vnx2 { top:0.75rem;left:44.6875rem;width:1.75rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #RTF8MRwDw4TPfOxFOvMp8ZRqIx5V9rsh { width:1.5625rem;height:0.9375rem;top:1.0937391910702rem;left:43.812501251697rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AtGlQ6wfJbDx7Arky7esAzanSI204x7A { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #tybdlDg96sXKkV0fDIVem0SvAyh6nPMT { display:block; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container { width:47.75rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gK85KWGIOOpBUonKJLtMSxkDNvxxzUo7 { top:0.875rem;left:1rem;width:45.625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g { display:block; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AtdtT89VhlwUoxlzKPIZMWwfVMrZ4Xfn { top:0.875rem;left:0.9375rem;width:42.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r4JKmUetMU1vCgyq1mppnyLCs3ihTA1s { width:1.5625rem;height:0.9375rem;top:1rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SvPtQuXk186Jfg8ny3e4h7UM6CTryCRC { width:3.125rem;height:3.125rem;top:0.125rem;left:44.625rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 1199px) { #qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB { display:block; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { width:47.75rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MMxDrZ78AtphoIPaopizwT8K0Uim0kSd { top:0.875rem;left:0.875rem;width:45.625rem;height:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr { display:block; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy { display:block; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nnbMnWICWfButGBCl0Dx26mwxti1JkUP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TBaenb1Wi4e4eNEWgSsWM1Ptz6Um3I6X { top:2.1875rem;left:31.8125rem;width:3rem;height:1.7875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C68XR4OIsEm4DdwFST1PGXM1qxZXCvsR { width:7.5625rem;height:3.125rem;top:1.4375rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ypLARFypihr8oSe5SHF9Q37SBR7L4i3y { display:block; }
 }@media only screen and (max-width: 1199px) { #Myk66V81yD9Pv6DdvXKVoGQq7ppQeEgM { top:2.25rem;left:35.0625rem;width:4rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BXNubztusrN7iAEpRD8VNuaOTKENWHep { top:2.07421875rem;left:0.875rem;width:28.75rem;height:1.95rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv { position:fixed;z-index:199999;background-color:transparent;background-image: -webkit-linear-gradient(347deg, #22323e, #000000);background-image: -moz-linear-gradient(347deg, #22323e, #000000);background-image: -ms-linear-gradient(347deg, #22323e, #000000);background-image: -o-linear-gradient(347deg, #22323e, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#22323e', endColorstr='#000000' );";background-image: linear-gradient(347deg, #22323e, #000000);background-size:cover !important;top:0rem;left:0rem;right:0rem;display:block; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row .container { background-color: transparent; background-image: none; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row .container > .video-iframe-container { display: none; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row > .video-iframe-container { display: none; }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .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); }#NyL4mKd0aGEkRRzGPXFMKeFZP2K3HXCv > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJmrlcmPDNb5SBBVchhyK7cP0RkB6TEP { top:1.09375rem;left:18.125rem;width:1.3125rem;height:1.3125rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #kkbdLlCnuR1JviwvnFwTwqTnP8JTJdtR { top:1.15625rem;left:0.6875rem;width:1.25rem;height:0.9375rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TeO4N125AJuTXcBpUMqptalb7NTsyfDJ { width:5.3125rem;height:2rem;top:0.75rem;left:0.5625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v69NhzMoyibK5T0FU3OKHhgDxeaiitIs { position:relative;z-index:auto;background-color:#000000;background-image:none;display:none; }#v69NhzMoyibK5T0FU3OKHhgDxeaiitIs > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KgSRGvr1zH0bu7spSk7eaddOgTNugTJE { width:4.25rem;height:1.625rem;top:2.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2iSps5u7RiL5sTonfAtgixmxKrWvT3q { position:relative;z-index:auto;background-color:#000000;background-image:none;display:block; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { background-color: transparent; background-image: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row > .video-iframe-container { display: none; }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .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); }#s2iSps5u7RiL5sTonfAtgixmxKrWvT3q > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcwfqEZPMix4S0iWzX8BDIa1zxDqt9xF { top:1.09375rem;left:18.125rem;width:1.3125rem;height:1.3125rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #EIVsrNnSiqAbP8x6R35EzoESCT0X2OI4 { top:1.15625rem;left:0.6875rem;width:1.25rem;height:0.9375rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KZEfKcZ270chaB6c3kAx7uX09keSK4fx { position:relative;z-index:auto;background-color:#f6f7f8;background-image:none;display:block; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { background-color: transparent; background-image: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container > .video-iframe-container { display: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row > .video-iframe-container { display: none; }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .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); }#KZEfKcZ270chaB6c3kAx7uX09keSK4fx > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h60yazJr1lsHm08N9MEZZCsQAgvrkWdA { top:1.09375rem;left:18.125rem;width:1.3125rem;height:1.3125rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hNVhBVk2iSfNU4eUZ3pGWzIJTDQy423s { top:1.15625rem;left:0.6875rem;width:1.25rem;height:0.9375rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #RcgKqTVtNtu3snQuwuEcMEbvx245CqWT { background-color:#f6f7f8;background-image:none;position:relative;z-index:auto;display:block; }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .row .container { background-color: transparent; background-image: none; }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .row .container > .video-iframe-container { display: none; }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .row > .video-iframe-container { display: none; }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .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); }#RcgKqTVtNtu3snQuwuEcMEbvx245CqWT > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pv0NxrTohZ04ghfyiqh86cfJ3gFhShci { width:13rem;height:3.25rem;top:1.25rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0B7Zh8G33yOHgAQh8r6mHtMpnQ6qFGF { width:20rem;height:0.0625rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIICbFMPAeV1N6tTEOITkTGDlxThGABc { width:19.0625rem;height:0.0625rem;top:10.125rem;left:0.46875rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #CZfpPniUlCwnXSD6HfUk7UrT5IabUuKy { width:7.5625rem;height:3.125rem;top:5.771484375rem;left:10.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUTpzvkMQZ51aSEMVATLmVgKKupeNiht { display:block; }
 }@media only screen and (max-width: 763px) { #X7qdkimJixCGTdaqz12xH9o4ZaOGPnDQ { width:4.4375rem;height:1.54375rem;top:6.5625rem;left:3.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwUvr2f4TPDCIUrgeoOTAHLSF7w5Bb4A { width:4.0625rem;height:1.625rem;top:6.5rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GNCBOOoLU4EvhnGynrggDo9A2fasIqqy { width:0.6875rem;height:3.25rem;top:1.25rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #o9sP8csDSsR7wFJSEkUuAO23DRttQwHv { top:1.25rem;left:0.5rem;width:0.375rem;height:3.25rem;z-index:15028;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR { display:block; }#VTr0TzGvltHfVqJ3JmCa2vQ3AnSTnewR > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEx3x3ZhZ4afzUyc0DFPETOiKfVuTSsV { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOqliXlgktzNnLVOBSTEPeETGwCGhidA { display:block; }#QOqliXlgktzNnLVOBSTEPeETGwCGhidA > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qtrsoRJSArtVog1br0HsE4wLgLTMAd5n { width:12.5rem;height:1.3rem;top:0rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw5mw8qTPRgil6qrnRcXmgttqGwAFWHl { width:18.125rem;height:2.6rem;top:2.25rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhGvkduiHXTUDySDCCyoEMCqiHirKR0Q { width:0.375rem;height:0.375rem;top:2.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMT2lHVpeElreDsTmAkbKdBrWf8uNRCM { width:0.375rem;height:0.375rem;top:6.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwkly5ESCL5WUWlkSO5M4pGgFbZuqxKk { width:7.125rem;height:1.3rem;top:10.9375rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFbhpD1lv8gnnuao67FU4OgDEX9ofvDk { width:20rem;height:0.0625rem;top:61.3125rem;left:0rem;background-color:rgba(17,30,35,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TkcdkSNosKwHnU3gdfBGtgsbcEBJLz3C { width:12.5rem;height:0;top:0.0625rem;left:0.93749994039537rem;font-size:1.25rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #yJkKkqx6uothCIAFXbGCVa0Lqqfk2XqQ { top:1.625rem;left:-61.3125rem;width:0.75rem;height:0.75rem;z-index:15058;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WixBiXsW4VLrdH5MVrZRIdJbky3G332q { width:20rem;height:0.0625rem;top:8.8611125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #inToHvFddJQMtoHgfah5Cn2xl0gr7sE9 { width:18.125rem;height:3.9rem;top:5.8125rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #du0gmUrodFgJ4LPwHzsh7pDgzf99eDNv { width:3.25rem;height:3.25rem;top:13.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEWIyif4Mk3MEnZMqXg50MiCHgbFoDK7 { width:3.25rem;height:3.25rem;top:17.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2iqFvTPmMfxradkBm06KAKSxifBooSe { width:3.25rem;height:3.25rem;top:13.1875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iarG6FiT9K7KIMzA6uvnW3H5t7xwHBtO { width:3.25rem;height:3.25rem;top:17.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBglDXWgix4iaeOrqqIK1QhMDhk82Wgp { width:3.25rem;height:3.25rem;top:13.1875rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3qPtQ15aLx2gThgy8VkCnl3XMcITcMG { width:3.25rem;height:3.25rem;top:17.0625rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #clppr7l3ch5G0CHi4AM9u2PThyuZudRW { width:3.25rem;height:3.25rem;top:13.1875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAfKF6pHz2gw9cxWnUXvehbyPZrVTGmN { width:3.25rem;height:3.25rem;top:17.0625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqpUqkTW6zsTgtV0ONq0zXVUKeoGZ3Ml { width:3.25rem;height:3.25rem;top:13.1875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwt7kQMsLVipzuF7bVAGJasUdlwCzySh { width:3.25rem;height:3.25rem;top:20.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGNTJlEzM6uscTyXVl4I3HhBfFRQC8vo { width:3.25rem;height:3.25rem;top:17.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXTnioaTTxnVB8Fp0pPtB2ZTIBHJmiNS { width:20rem;height:0.0625rem;top:57.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kte4RrcoreSkLvJQL4HS3qxkgex5SmnP { width:18.125rem;height:3.9rem;top:48.875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG5LzpHzZu8lZlvpHmULFGPxyP6Odfyz { width:0.375rem;height:0.375rem;top:49.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhT5uR6C2ZJ1rGT25VlRVxzq8H1Q5f35 { width:18.125rem;height:5.2rem;top:25.4375rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOVVKCTmxhMGmTaMKbptkQ2HzLFLIzkp { width:0.375rem;height:0.375rem;top:25.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncFE9lXhxRaq7PqP5oynTKzrZmINRX8t { width:18.125rem;height:2.6rem;top:31.5625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oobq18HdO1NbtF2oMgFgXm7ZDk15Z5rJ { width:0.375rem;height:0.375rem;top:32.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCTM27InKHtTHVSN9npSFcJbWpDsMkSm { width:18.125rem;height:2.6rem;top:35.625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEXtwheRTuc76i7697Vv1es26Qc9g17U { width:0.375rem;height:0.375rem;top:36.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfvWqTl8561Tu17p3BCTtz2d9cSVopdP { width:3.25rem;height:3.25rem;top:40.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZ2xaaxmixJ088eEIWI0s6LDOaZoNuMw { width:3.25rem;height:3.25rem;top:40.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnN7V67VoIKlSywKAqM0nOhD1LxxDEp0 { width:3.25rem;height:3.25rem;top:40.8125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3G8KvIDPQIAVcccTp0fXvUhfGSZJZVM { width:3.25rem;height:3.25rem;top:40.8125rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTdz9evTM4UdNskkILrgcPxwEiQs4r1n { width:3.25rem;height:3.25rem;top:40.8125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlftIEEO8OCdRTv10Tg9l5NOHIP8d08T { width:3.25rem;height:3.25rem;top:44.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks8VSIkhhCoty8QvsIFKxJfGFhufrQgr { width:3.25rem;height:3.25rem;top:44.6875rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPq7ysZGZlbthg3NxszsTr0DBnvar4lT { width:18.75rem;height:0.0625rem;top:39.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jieah8MaTGPy2gps7DLHDArbI8L9ZFvq { width:3.25rem;height:3.25rem;top:20.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCX2yw14FrbiubTGlf52K5fFrt9P1ITt { width:3.25rem;height:3.25rem;top:20.9375rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi1E5AdlRs2hmifNeVnHGNg0wCOiVShl { width:3.25rem;height:3.25rem;top:20.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmqRw5b25MIPVnvdWKgPT6yaOzoVOM6I { width:3.25rem;height:3.25rem;top:20.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #od1nhRSEH82GRtqvMBSpg5pMNkehknEc { display:flex;width:0.9375rem;height:0.9375rem;top:55.125rem;left:0rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #DCKbNROPvulgQpzHINDUIFw2Azob7zvE { width:18.125rem;height:5.2rem;top:54.875rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGk6uzR36U0HZka9aIDxO12bx1L3R8Vp { width:18.375rem;height:1.7875rem;top:52.062178611756rem;left:1.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA { display:block; }#NTm9epd6AhwzKpeKLEc6O8y7cQzDk8IA > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E3zubWqVvUI4JILnHZ6H6NLRTWV6vLqb { width:18.125rem;height:4.875rem;top:1.25rem;left:0.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 { display:block; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 { background-color: transparent; background-image: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container > .video-iframe-container { display: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row > .video-iframe-container { display: none; }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .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); }#c3DeblhQ7TyGHlC7FX4tm8ozlSMLZuX2 > .row .container { width:20rem;height:10.625rem;background-color:#f6f7f8;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pg5XxUmO2lHnSebu0S2T21TkPGQQ9lsH { width:16.875rem;height:8.0625rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmH46causMTQ1mc1Tv9xeOI1UXMu0zsm { width:1.3125rem;height:3.875rem;top:2.125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIPR9qMfLLctUEocoSPZpw19oGs4NH8F { width:1.3125rem;height:3.875rem;top:2.125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXcv8JocKCgPTJLVnvXWQc2O7NQQulLK { width:1.375rem;height:1.375rem;top:3.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtCG0B0lh9KSNN6cGhZFHHnXXleZ9Rff { width:1.375rem;height:1.375rem;top:3.375rem;left:18.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection { background-color:#f6f7f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection *:focus-visible, #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection input[type="text"]:focus-visible, #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection input[type="email"]:focus-visible, #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection input[type="tel"]:focus-visible, #gtCgs7voQtPWJL6O4z1VmRLhCWu81xAB.widget-smartsection textarea:focus-visible { outline: none; } #VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row .container { background-color: transparent; background-image: none; }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row .container > .video-iframe-container { display: none; }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row > .video-iframe-container { display: none; }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .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); }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row .container { border-width: 0; border-radius: 0; }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VDk9V3ubuWMPWGvD4PbmTvP89ZFDoz7f > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection { display:none; } #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection *:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="text"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="email"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection input[type="tel"]:focus-visible, #eurRN8SvgzqMzSJGirMfNqwpMPVn7MtX.widget-smartsection textarea:focus-visible { outline: none; } #J9SUTIZnrCyt1Sc98hpu04EKHGo0zG2C > .row .container { width:20rem;height:43.305557250976rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT { background-color:#f6f7f8;background-image:none;display:block; }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .row .container { background-color: transparent; background-image: none; }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .row .container > .video-iframe-container { display: none; }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .row > .video-iframe-container { display: none; }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .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); }#nm2RBF3aqCIUO1SK1CGBzBWxJWf8fkHT > .row .container { width:20rem;height:79.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eQIXE2miWNsU8eeGKph9oenQLyoR6cxS { width:20rem;height:10rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0ObUZZeMnK1gMc5wFND2aMWqfAXF5pL { width:2.5rem;height:2.5rem;top:27.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT5cSqmg1ufaAeCwxw7ggDhIsS11Dxkv { width:15.9375rem;height:2.6rem;top:27.9375rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fwDeWeKwE2X2RVidg6rshwFDS3K90DFB { width:20rem;height:10rem;top:37.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWR5TcZSXy6EWH0myMSCm9OaBH0KnJL2 { width:2.5rem;height:2.5rem;top:38.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeRkikH0xTkD2RyptIEmkXGdaWnZgkJ6 { width:14.375rem;height:1.3rem;top:38.875rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wuk2Mqq9S1t2NFS7C7zykbByX0rwKEfB { width:20rem;height:10rem;top:15.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcFHfPU3N6FHtxxsZ5PTUw0kqaPAxrw7 { width:2.5rem;height:2.5rem;top:17rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bl4vHz41KGMBv8p0MM1rBFpDU8kCk80X { width:15.375rem;height:2.6rem;top:17rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bcPLA8ThnZeOZvoFpxFcbov5oaNq2PgA { width:15rem;height:3.4125rem;top:20.25rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B4ugZyPGCDHm1iGzA4o4uU1kwITaAFA0 { width:15rem;height:4.55rem;top:29.875rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z6gWQDQgd1Ht0F4IGUKJq0WnVFZoVRcP { width:15rem;height:5.6875rem;top:40.8125rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VwFEPfmk5ANt5WinzfbFAywpc1LbTyLP { width:18.125rem;height:10.4rem;top:4.125rem;left:0.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F1NhG3iGW8fOXdbEdo5SqCDHFFHlo8Bw { width:10.625rem;height:3.125rem;top:70.5625rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzuCKbF7emDsvgVzMAl7h5esEBTWkTts { width:10.625rem;height:3.125rem;top:70.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzTn208UCm5TVSPOIM9dcfVMdppcAfuV { display:block; }
 }@media only screen and (max-width: 763px) { #yVk7mSkrhkxJV1tI9aJrLRTiioNPV0KS { width:6.25rem;height:1.3rem;top:71.662109375rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLbMVTmIzQdWOQo5IahUNecTHSFaqr8g { width:20rem;height:10rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5kefc3cWhXc7WWaQ3OdmvXhcQBwuh0p { width:14.3125rem;height:4.55rem;top:51.75rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FftWvwa5L6VEspZmaxi57H5ZlDcne5Uk { width:2.5rem;height:2.5rem;top:49.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOadkRAutHGbpVNiykR4oHOCNTXbykJa { width:11.75rem;height:1.3rem;top:49.8125rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oBqFyrI9pbozLxbAN5phMRMJVOQfse3A { width:20rem;height:10rem;top:59.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfvipreBa5Jq7zNchkcLSZpiI44OsXTf { width:15rem;height:4.55rem;top:62.6875rem;left:4.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WDaeFALNwQT34QccE8vxXxKFpRsfg4xX { width:15.3125rem;height:1.3rem;top:60.75rem;left:4.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Of1pyRvID8cGf5uHFc59tbKFxigCUTQC { width:2.5rem;height:2.5rem;top:60.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfpxnEwARTdpSTENUDqDKpGU8vbMIZ4u { width:20rem;height:3.9rem;top:75.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKEzuoD9ehZGNcpWgmbVVwosMl7NKhou { width:19.5rem;height:3.25rem;top:1.25rem;left:0.5rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cxdRave5ZwVaM2KTCUDnuQfxoy48aZil { width:20rem;height:0.0625rem;top:79.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M { background-color:#f6f7f8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { background-color: transparent; background-image: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container > .video-iframe-container { display: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container { display: none; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .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); }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { border-width: 0; border-radius: 0; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFEqi2J1QhyIMpCqgXurWNitWPNMVB3M > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uoPpIKN8Fzko4tQwZ0LCaitHctFuyy0f { width:19rem;height:1.625rem;top:1.25rem;left:0.5rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#111e23;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #r4d07FTE2dPOL6UEUVtDSekVTrHSZf1M { width:20rem;height:0;top:3.0333838989258rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sr517vfV8rTyDCHkibTM22c3mM3r5Zux { display:block; }#sr517vfV8rTyDCHkibTM22c3mM3r5Zux > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JmZX31LFE3ZztMZIytEsgmNpib6EwzPT { width:17.875rem;height:3.9rem;top:1.25rem;left:0.5rem;font-size:1rem;color:#007c8f;display:block; }
 }@media only screen and (max-width: 763px) { #TKP6lpCHnCtKdhsFumUTNVplI9yCJmTr { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PMU8cwuhz3LX5P0qqUiys1oKTcqCGrTV { top:1.53125rem;left:18.4423828125rem;width:1.25rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T8virSMQS7FzQytXuV3MHdcngOMGsa6r { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx { display:block; }#nJyPa5GgaMz7Q25EMhGNURAD5x7I1Nwx > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #raKMPThTBpuALx7qmMdLyUuPvng3m1Mc { width:18.3125rem;height:7.3125rem;top:0.375rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 { display:block; }#ODgv82Zwcl4yZIeBQe1Olvzldmylyng2 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vwHAcqxsPldDqLrGqMcrbTnf1RS8LpgR { width:17.875rem;height:3.9rem;top:1.25rem;left:0.5rem;font-size:1rem;color:#007c8f;display:block; }
 }@media only screen and (max-width: 763px) { #oToOAZH0fagqFZvPxZaAihVgd9QtOolU { width:1.75rem;height:1.75rem;top:5.722225rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNW14T5vIzdh6w3UnkOmHku2gL88X7ck { top:1.625rem;left:18.5615234375rem;width:1.25rem;height:0.75rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #kgOuMX3Ktsmz22Natz0fa1GSurApb0dt { width:3.125rem;height:3.125rem;top:5rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 { display:block; }#pE84xJ5ziMVJEDJMv9SNvUt21vqIv6t9 > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #StCmrKHaz2F9tLGkAHyLZFDqt90vR6RL { width:18.6875rem;height:12.1875rem;top:0.5625rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ { display:block; }#fsnv58Rg386utPUqaIEVKP0Pm2Hp35SJ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tv4yIASe1Nz61TN8pn3Xm1r90WK2NO1J { width:17.875rem;height:3.9rem;top:1.25rem;left:0.5rem;font-size:1rem;color:#007c8f;display:block; }
 }@media only screen and (max-width: 763px) { #m9R00fcHkKRLO4dhrp1Woeh3L0XdVqBx { width:1.75rem;height:1.75rem;top:5.722225rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v558PqNP3OiTmDODlP4CSn4k1KXWPzuG { top:1.625rem;left:18.5615234375rem;width:0.75rem;height:0.75rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RT2M7doSb1ViToFZKA01nG2VAaim7Jms { width:3.125rem;height:3.125rem;top:5rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 { display:block; }#JLBgXybTUaT4TRZFawpiA8kGlu31Pfv5 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1oV6klsItqxGccLzoe4dTX26iXFikZv { width:18.6875rem;height:8.53125rem;top:0.5625rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL { display:block; }#G8uLS3Zg7gxF6GsH2TrqWihZASfniKrL > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQ3fDsFW4RiZA9dZzv86nLZET9eITaO6 { width:18.375rem;height:5.2rem;top:1.25rem;left:0.5625rem;font-size:1rem;color:#007c8f;display:block; }
 }@media only screen and (max-width: 763px) { #Z6yM1JPc3xQSuL6ohxS31VbW40I7Vnx2 { width:1.75rem;height:1.75rem;top:7.3324625rem;left:9.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RTF8MRwDw4TPfOxFOvMp8ZRqIx5V9rsh { top:1.53125rem;left:18.4423828125rem;width:1.25rem;height:0.75rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AtGlQ6wfJbDx7Arky7esAzanSI204x7A { width:3.125rem;height:3.125rem;top:5.125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tybdlDg96sXKkV0fDIVem0SvAyh6nPMT { display:block; }#tybdlDg96sXKkV0fDIVem0SvAyh6nPMT > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gK85KWGIOOpBUonKJLtMSxkDNvxxzUo7 { width:18.5625rem;height:7.3125rem;top:0.5625rem;left:0.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g { display:block; }#pJTBfPwxi3xCXU0MUPiGVLx07tFPob9g > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AtdtT89VhlwUoxlzKPIZMWwfVMrZ4Xfn { width:16.75rem;height:1.3rem;top:1.25rem;left:0.4375rem;font-size:1rem;color:#007c8f;display:block; }
 }@media only screen and (max-width: 763px) { #r4JKmUetMU1vCgyq1mppnyLCs3ihTA1s { top:1.3125rem;left:18.6240234375rem;width:1.25rem;height:0.75rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SvPtQuXk186Jfg8ny3e4h7UM6CTryCRC { width:3.125rem;height:3.125rem;top:3.75rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB { display:block; }#qklV5gZ0cUGCDfJ1Tz1zEUAIP8hL5sOB > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMxDrZ78AtphoIPaopizwT8K0Uim0kSd { width:18.8125rem;height:10.96875rem;top:0.5rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr { display:block; }#CLRTI9tgkynCbsti8i0sJsXH1oKyzTQr > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy { display:block; }#dOLZLu7dn59TmN6b7k8hx0u6DT0Dlluy > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnbMnWICWfButGBCl0Dx26mwxti1JkUP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#nnbMnWICWfButGBCl0Dx26mwxti1JkUP > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TBaenb1Wi4e4eNEWgSsWM1Ptz6Um3I6X { width:2.8125rem;height:1.625rem;top:3.5rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C68XR4OIsEm4DdwFST1PGXM1qxZXCvsR { width:6.875rem;height:3.125rem;top:2.75rem;left:12.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypLARFypihr8oSe5SHF9Q37SBR7L4i3y { display:block; }
 }@media only screen and (max-width: 763px) { #Myk66V81yD9Pv6DdvXKVoGQq7ppQeEgM { width:3.625rem;height:1.625rem;top:3.5rem;left:3.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXNubztusrN7iAEpRD8VNuaOTKENWHep { width:20rem;height:1.3rem;top:1.1875rem;left:0.5rem;font-size:1rem;display:block; }
 }