.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:218,228,247;--color-primary-1:144,175,230;--color-primary-2:70,121,214;--color-primary-3:42,73,128;--color-primary-4:11,26,67;--color-secondary-0:241,237,234;--color-secondary-1:255,207,102;--color-secondary-2:184,167,152;--color-secondary-3:255,213,42;--color-secondary-4:211,26,26;--color-tertiary-0:255,255,255;--color-tertiary-1:165,167,177;--color-tertiary-2:105,109,125;--color-tertiary-3:63,65,75;--color-tertiary-4:5,11,38;--headlines-font-family:"Source Sans Pro";--paragraphs-font-family:"Source Sans Pro"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#949593;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); }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row .container { background-color: transparent; background-image: none; }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row .container > .video-iframe-container { display: none; }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row > .video-iframe-container { display: none; }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .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); }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row .container { border-width: 0; border-radius: 0; }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#ChrbGAwZPnkA95a7kB6OVUM83gpTpXK3 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21826171875rem;left:19.749877929688rem;display:block; }
#FckRgTP3DlzQ6V8QdwVnm838mskB0qKP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iaGXlHPdZ5IVaIgAdyJUrMENbTLsmoel { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21826171875rem;left:27.874877929688rem;display:block; }
#CPutbFTAmbhKFChb6c9bs2GTl7hPnL7D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkzxPFa5MGR6yU3tElIiTqvVXw2SL9qn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499625rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21826171875rem;left:49.311767578125rem;display:block; }
#KoRqnkoPiSzFyHwHCdluz6CA9no7uXSn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DcLMO98Hbvln6hqStsbDT9iOeMTrdvVt { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.687125rem;height:2.12463125rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.21826171875rem;left:60.000610351562rem;display:block; }
#ShnZTRHT4r3iz0tT7EDDPOUn5cEksQJg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wNk0cqp7cTXKsfFFFiThyL0CPsqey1FW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.499625rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21826171875rem;left:40.249755859375rem;display:block; }
#OKdQAGgtXGaw2U8gkwfNZnHysAKZKgdV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NO4cprtRVruilCCSBuyQQ0aPiPDmt5Tw { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6rem;top:0rem;left:0.8197021484375rem;overflow:hidden;display:block; }
#lB1XHOM5aCT9CuNKbrfVllbP8urPKBTN { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.374875rem;width:2.374875rem;top:1.124267578125rem;left:71.757202148438rem;overflow:hidden;display:block; }
#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container { background-color: transparent; background-image: none; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container > .video-iframe-container { display: none; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row > .video-iframe-container { display: none; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .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); }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container { border-width: 0; border-radius: 0; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container { font-size:0.875rem;font-family:arial;height:42.5625rem;width:75rem;position:relative;display:block; }#KfWhwR6gT7ShhT7umBlWOrtaWfxkTlgp { background-color:#88c040;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1875rem;height:4.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:32.874893188476rem;left:3.6246747970581rem;display:block; }
#L3VPZ0O1IXRQb7OP1RMCKk036KmuBZyN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q9gmFJdI79E1KMUJE0rONvM5Lf5TChq9 { position:absolute;display:block;z-index:14996;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:39.5rem;width:39.5rem;top:2.9375rem;left:35.5rem;overflow:hidden;display:block; }
#eyO5S3Raa9fMwe275wf14mIAzug6FFDW { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:32rem;width:32rem;top:8.75rem;left:40.8125rem;display:block; }
#PQylS0BG5OCAvsAwdfZLVCrbCzDUQV4b { position:absolute;display:block;z-index:14996;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:3.125rem;width:3.125rem;top:7.6875rem;left:43.75rem;display:block; }
#fgsqVWFMSUvBfwcEcy5TqHqED2Lo6KSo { position:absolute;display:block;z-index:14994;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:6.5625rem;width:6.5625rem;top:12.625rem;left:66.75rem;display:block; }
#M9L7sXq67z0dWPaWFc24tlAGc95hJDsc { position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:9.375rem;width:3.125rem;top:29.375rem;left:34.625rem;display:block; }
#STSCgfEAaa1vFN0P27E08OcRm98zFKZ8 { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:2.1875rem;width:10rem;top:35.25rem;left:65rem;display:block; }
#UV5SNQNAzGd5TTzfebd4XdEu3UrkcfOw { position:absolute;display:block;z-index:15014;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:9.1875rem;width:12.3125rem;top:0rem;left:62.572440907106rem;overflow:hidden;display:block; }
#EswynFcNIIeQXPKpQXhkHI7JwHanpOLO { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:7.4375rem;width:7.4375rem;top:1.625rem;left:0rem;display:block; }
#aDNpOTwI1upy7mTdwa2T9vNO7QTZmOEd { color:rgba(var(--color-secondary-3),1);display:block;width:32.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:7.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.4990234375rem;left:3.3740234375rem;height:9.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XivGEgOifUmJzuhaTLLLwnckI0vz8sMV { color:rgba(var(--color-secondary-3),1);display:block;width:31.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.5625rem;left:3.3740234375rem;height:7.4166665rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XelfVT0K3iLVogOLe7rKfOB8FPBvT3Dm { color:rgba(var(--color-secondary-3),1);display:block;width:63.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.9375rem;left:3.375rem;height:5.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GK5imoVrE9e74TaQTmTMV2dp0kCzuToT { z-index:15006;top:32.874892234803rem;left:20.373807907104rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#k9DwQcSQCsPRhniJVEClvafOyF670RBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s7QecTotukMkIy6bd39homEzvt9fyZdR { position:relative;display:block; }#s7QecTotukMkIy6bd39homEzvt9fyZdR { background-color: transparent; background-image: none; }#s7QecTotukMkIy6bd39homEzvt9fyZdR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .row .container > .video-iframe-container { display: none; }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .row > .video-iframe-container { display: none; }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .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); }#s7QecTotukMkIy6bd39homEzvt9fyZdR { border-width: 0; border-radius: 0; }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .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; }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#c0b9b4;background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:75rem;position:relative;display:block; }#nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { color:rgba(var(--color-secondary-3),1);display:block;width:37.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.0626220703125rem;left:3.187255859375rem;height:6.4166665rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { color:#f9f9f9;display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:7.419189453125rem;left:3.187255859375rem;height:13rem;display:block; }
#nzBN51hDwpIfsfZOQGfLddfnnV4TTzEL { background-color:#88c040;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1871875rem;height:4.0625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:26.672729492188rem;left:3.187255859375rem;display:block; }
#UTTll1I3kXKr7lmAelWc8ootE8OVTmCf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DPBb1xrNSbZWXk3TF98XD0lBhloDnH7x { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:6.5625rem;width:6.5625rem;top:17.375rem;left:44.6875rem;display:block; }
#bhD9TLBoytUbywqHMl1buWD9xz76NTKW { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3b4e3f4a-5c23-4df8-98ea-6898b675632b/Untitleddesign12.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:21.3745rem;width:21.3745rem;top:5.375rem;left:48.0625rem;display:block; }#bhD9TLBoytUbywqHMl1buWD9xz76NTKW.adaptive-delivery-prevent-bg, #bhD9TLBoytUbywqHMl1buWD9xz76NTKW.lazyload, #bhD9TLBoytUbywqHMl1buWD9xz76NTKW.lazyloading { background-image: none; }
#TCBlQw05S2adnVKIG68XqFQPbiyLfeQi { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:7.5rem;width:3.125rem;top:4.8125rem;left:65.6875rem;display:block; }
#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#949593;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container { background-color: transparent; background-image: none; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container > .video-iframe-container { display: none; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row > .video-iframe-container { display: none; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .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); }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container { border-width: 0; border-radius: 0; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#qUmDaDlrfCm5I6zWJKZz9vRUmNcnxvVr { color:rgba(var(--color-tertiary-0),1);display:block;width:38.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.7812480926514rem;left:18.3125rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZiNXKBKn1JEM0svUElCKvpGewsa4lZOi { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-1),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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:6.5625rem;width:6.5625rem;top:1.2803802490234rem;left:18.312175750733rem;display:block; }
#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh { position:relative;display:block; }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh { background-color: transparent; background-image: none; }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .row .container > .video-iframe-container { display: none; }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .row > .video-iframe-container { display: none; }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .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); }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh { border-width: 0; border-radius: 0; }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .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; }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#949593;background-image:none;font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#elFWLp06d6t9NJnuMW3zbT3SQXF9whBA { color:rgba(var(--color-tertiary-0),1);display:block;width:12.9373125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:1.3433170318604rem;left:2.9058160781861rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cTXMDaSRTTpp8El2kiy44ahGmHhBzbPf { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6246875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:1.3433170318604rem;left:21.312393188476rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JSLhTrPNAJGJyS5Edltqk22druPuLqFN { color:rgba(var(--color-tertiary-0),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:0.9686279296875rem;left:39.343872070312rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Awpnt9OTQ6XB0xUoDX4NdCC2vfrsLUK9 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.8;letter-spacing:0;top:0.62445735931396rem;left:58.937177658081rem;height:9rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n0dAVxCSraNh1PLWP998Bo0Px27ud4OH { position:absolute;display:block;z-index:14998;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:3.999025rem;width:3.999025rem;top:0.9686279296875rem;left:38.780517578125rem;display:block; }
#WKswqMTe38Rmxs3wVTR8l2E8DyCSVJyM { position:absolute;display:block;z-index:14996;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:3.999025rem;width:3.999025rem;top:1.3427734375rem;left:2.2174072265625rem;display:block; }
#s7sa87Kkbs7VgsF6BDtQ8UkoBUux20PF { position:absolute;display:block;z-index:14997;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:3.99963125rem;width:3.99963125rem;top:0.9686279296875rem;left:20.624389648438rem;display:block; }
#GIWP67XTcLdTNzTw4qKhkodMXBW81R45 { position:absolute;display:block;z-index:14999;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:3.999025rem;width:3.999025rem;top:0.9686279296875rem;left:57.70751953125rem;display:block; }
#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR { position:relative;display:block; }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR { background-color: transparent; background-image: none; }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .row .container > .video-iframe-container { display: none; }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .row > .video-iframe-container { display: none; }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .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); }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR { border-width: 0; border-radius: 0; }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .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; }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#949593;background-image:none;font-size:0.875rem;font-family:arial;height:10.9375rem;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; }#bLs6iR78ecT6N7gzfRGOuQMWqbfraOHl { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:0.96842384338381rem;left:2.5303821563721rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ca3h0HGRGnUrXDILhZmTeJphSnWoEpKw { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.8;letter-spacing:0;top:0.96788215637206rem;left:21.250001907349rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LxrTJJ7toUfCqAQfeWn03Vrid2Nf6O8P { color:rgba(var(--color-tertiary-0),1);display:block;width:13.8748125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:1.5606689453125rem;left:39.905395507812rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nNzdIQnSVgeRntl3s6846LGXpoR5wp8B { background-color:#88c040;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1871875rem;height:4.0625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:4.9669055938721rem;left:58.031141281128rem;display:block; }
#fKsUhTDT0fwmB9t3HIJZvIrH18GTU5VJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ksHodcLuIlvt5avcwUm3fPKQiH8lAOPA { position:absolute;display:block;z-index:15000;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:3.999025rem;width:3.999025rem;top:0.968017578125rem;left:1.70654296875rem;display:block; }
#XObcNsP1MXqtZh6QBuiRzXw1zg1lemWa { position:absolute;display:block;z-index:15001;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:3.999025rem;width:3.999025rem;top:0.968017578125rem;left:21.25rem;display:block; }
#OTp2aw2eJrL1v8t1ifyQHsfU4FC4OxEp { position:absolute;display:block;z-index:15002;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:3.999025rem;width:3.999025rem;top:0.968017578125rem;left:39.1552734375rem;display:block; }
#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c0b9b4;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; }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row .container { background-color: transparent; background-image: none; }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row .container > .video-iframe-container { display: none; }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row > .video-iframe-container { display: none; }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .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); }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row .container { border-width: 0; border-radius: 0; }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:75rem;position:relative;display:block; }#KKyqkvftoOPuaopbo2ZTBTPElqQklz5K { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:16.5rem;width:75rem;top:7.8125rem;left:-0.125rem;display:block; }
#Vg9PZv5PsKeifiiXw9yR9QWPElVlzTlq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.43706875rem;width:2.43706875rem;top:8.812391757965rem;left:2.0621747970581rem;overflow:hidden;display:block; }
#zV4W62Ifvyqzz3Kn86dr5tFLtKSvMuQE { color:rgba(var(--color-tertiary-0),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.9;letter-spacing:0;top:18.6875rem;left:54.875rem;height:4.1666665rem;font-style:italic;text-align:right;text-align-last:right;display:block; }
#M6RqKfk6TNcGNKRXuKHMatLpxZEd6aks { color:rgba(var(--color-primary-4),1);display:block;width:59.8736875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:1.9883031845093rem;left:7.5625rem;height:2.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w7Lwa8OkmlTiJV6RPEEbnVc0OXTBhUlT { position:absolute;display:block;z-index:15015;background-color:#cfd52b;background-image:none;background-position:top left !important;background-repeat: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.5625rem;width:9.1875rem;top:5.8620014190674rem;left:32.875rem;display:block; }
#SazzqSPTI7Q1FgXxyPZGEwAfpHl43rwf { color:rgba(var(--color-tertiary-0),1);display:block;width:66.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:12.312280654908rem;left:4.0625rem;height:3.83333325rem;font-style:normal;display:block; }
#yCckylU2vGv3F9zguOvtwZkhQxOo5r96 { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:16.25rem;top:18.5rem;left:58.75rem;display:block; }
#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { background-color: transparent; background-image: none; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container > .video-iframe-container { display: none; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row > .video-iframe-container { display: none; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .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); }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { border-width: 0; border-radius: 0; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:75rem;position:relative;display:block; }#QlLmdureoi7yuNoAse2SdyCgwhWfzJor { color:rgba(var(--color-primary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0867919921875rem;left:0rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container { background-color: transparent; background-image: none; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container > .video-iframe-container { display: none; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row > .video-iframe-container { display: none; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .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); }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container { border-width: 0; border-radius: 0; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#GFXZySB4gdTSmU5b579phg2AMakNes45 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:19.125rem;top:0rem;left:27.937284469604rem;display:block; }
#WLKJp3Da21vn7rmyF1WkvI4OwXNWBFW9 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:14.9375rem;width:19.125rem;top:0rem;left:2.5rem;display:block; }
#NguE7Qe2rLUZXJlpVczTKnINOKlaMSI3 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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: 0rem 0rem 1.5625rem rgba(84,84,84,0.25) ;height:14.875rem;width:19.125rem;top:0rem;left:53.374567031861rem;display:block; }
#u6oCF8NxWnCDU6RA7MLx7snmTKAA7DQh { color:rgba(var(--color-primary-4),1);display:block;width:15.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:5.0311279296875rem;left:4.9365234375rem;height:4.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mA3MhRFUQTVpNdJ0G0uSdoiHZxqv8A7m { color:rgba(var(--color-primary-4),1);display:block;width:15.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:3.4063720703125rem;left:55.372924804688rem;height:9.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#flQUwpyf7VyVWpxJ2HaBWT6gbTbCmvTz { color:rgba(var(--color-primary-4),1);display:block;width:15.1245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:1.7498779296875rem;left:29.9365234375rem;height:11.083333rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTG0UT0SEMtxwZMJtmBz9w0rF1EquHsg { position:absolute;display:block;z-index:15016;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:6.5625rem;width:6.5625rem;top:0.977783203125rem;left:4.0618896484375rem;display:block; }
#yV3yrrI9kBHkT4XvKETxXQWHo89dSAxQ { position:absolute;display:block;z-index:15017;background-color:#c0b9b4;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:6.5625rem;width:6.5625rem;top:1.0400390625rem;left:54.937133789062rem;display:block; }
#xdJLZfuebx0mLrFdKRHf48NRquGmdNHq { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:6.5625rem;width:6.5625rem;top:0.977783203125rem;left:29.12353515625rem;display:block; }
#JkqZGrVwB2FXaA72ALxyhmrUHGQ0Gq3E { background-color:#88c040;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1871875rem;height:4.0625rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:16.500244140625rem;left:57.373657226562rem;display:block; }
#WnHQBft3UixHMXUlhgTc4XWThb3hKPW8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#949593;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; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { background-color: transparent; background-image: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .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); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { border-width: 0; border-radius: 0; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#cvUwlDiczDFKpDTaBiWZVB8v0EVh8l26 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mfCMm3OvQuNLdtBDSEc7X4T5RoBSl4fp { position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:6.5625rem;width:6.5625rem;top:2.46826171875rem;left:13.624877929688rem;display:block; }
#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd { position:relative;display:block; }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd { background-color: transparent; background-image: none; }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .row .container > .video-iframe-container { display: none; }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .row > .video-iframe-container { display: none; }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .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); }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd { border-width: 0; border-radius: 0; }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .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; }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#949593;background-image:none;font-size:0.875rem;font-family:arial;height:24rem;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; }#VeiFcIv3NDyXUowrv7yJ1A0WK5oZFIXk { color:rgba(var(--color-tertiary-0),1);display:block;width:37.562375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.6;letter-spacing:0;top:1.3091402053833rem;left:0rem;height:4.3333335rem;text-align:center;text-align-last:center;display:block; }
#rd2vfR8ouCQH01fWETuOSWpBlSAt2ptb { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0rem -0rem 1.5625rem rgba(0,0,0,0.35) ;height:9.375rem;width:9.375rem;top:7.2493491172787rem;left:14.0625rem;display:block; }
#RCFKuSx9ExicbIGxuMSakbSyd7e8iWn6 { color:rgba(var(--color-primary-4),1);display:block;width:9.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.636935710907rem;left:13.936632156372rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f0CWnITrQ5DaBdTmVABlOSRLNVZyQbLq { color:rgba(var(--color-tertiary-0),1);display:block;width:13.6870625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:17.186416149139rem;left:49.405927658081rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#KHeyDJ1viokLqptT9grrFWp6PogVhB3I { color:rgba(var(--color-tertiary-0),1);display:block;width:37.562375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:2.4414057731628rem;left:37.437608718872rem;height:2.16666675rem;text-align:center;text-align-last:center;display:block; }
#agm23G0wSplK4SUgE0Rd9mx56VizSvnS { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0rem -0rem 1.5625rem rgba(0,0,0,0.35) ;height:9.375rem;width:9.375rem;top:7.25rem;left:51.5625rem;display:block; }
#MrLOr1V9ZF9afoW6eLyX2259FA7aRvfu { color:rgba(var(--color-primary-4),1);display:block;width:9.2496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:10.636935710907rem;left:51.624895095825rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUIbo7AwSWuTEPdTnMbQiqfAIyOxaKIg { background-color:#88c040;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.1875rem 0.1875rem 1.25rem rgba(70,86,80,0.25) ;box-sizing:border-box;color:#234446;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8125rem;height:4.0625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.785807490349rem;left:25.929906845092rem;display:block; }
#QU1KGbz601QgTIloInS6f63PFA68QNaJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c63cmEN0BnVhzXvTLIyf0W44SD3SHbwl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#c63cmEN0BnVhzXvTLIyf0W44SD3SHbwl > .row .container { background-color: transparent; background-image: none; }#c63cmEN0BnVhzXvTLIyf0W44SD3SHbwl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c63cmEN0BnVhzXvTLIyf0W44SD3SHbwl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c63cmEN0BnVhzXvTLIyf0W44SD3SHbwl > .row .container > .video-iframe-container { display: none; }#c63cmEN0BnVhzXvTLIyf0W44SD3SHbwl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c63cmEN0BnVhzXvTLIyf0W44SD3SHbwl > .row > .video-iframe-container { display: none; }#c63cmEN0BnVhzXvTLIyf0W44SD3SHbwl > .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); }#c63cmEN0BnVhzXvTLIyf0W44SD3SHbwl > .row .container { border-width: 0; border-radius: 0; }#c63cmEN0BnVhzXvTLIyf0W44SD3SHbwl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c63cmEN0BnVhzXvTLIyf0W44SD3SHbwl > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:75rem;position:relative;display:block; }#JX9qdZGzuwhBCQEOmNyatdrn3gZS3OdW { color:rgba(var(--color-primary-4),1);display:block;width:14.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1rem;left:30.18798828125rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKqIdaPCUyuvHgsDmgISs4cXnsEWfs1A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MKqIdaPCUyuvHgsDmgISs4cXnsEWfs1A > .row .container { background-color: transparent; background-image: none; }#MKqIdaPCUyuvHgsDmgISs4cXnsEWfs1A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKqIdaPCUyuvHgsDmgISs4cXnsEWfs1A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKqIdaPCUyuvHgsDmgISs4cXnsEWfs1A > .row .container > .video-iframe-container { display: none; }#MKqIdaPCUyuvHgsDmgISs4cXnsEWfs1A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKqIdaPCUyuvHgsDmgISs4cXnsEWfs1A > .row > .video-iframe-container { display: none; }#MKqIdaPCUyuvHgsDmgISs4cXnsEWfs1A > .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); }#MKqIdaPCUyuvHgsDmgISs4cXnsEWfs1A > .row .container { border-width: 0; border-radius: 0; }#MKqIdaPCUyuvHgsDmgISs4cXnsEWfs1A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKqIdaPCUyuvHgsDmgISs4cXnsEWfs1A > .row .container { font-size:0.875rem;font-family:arial;height:59.5rem;width:75rem;position:relative;display:block; }#wix2BblTHn6sHFOVEkPqCTN9W64C33CE { color:rgba(var(--color-primary-4),1);display:block;width:14.81119825rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.375rem;left:5.125rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bd5SM2pDMAOTg0vxmJpI1Ig2eReQqoER { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:3.875rem;left:5.1875rem;display:block; }
#azRElqiKhlaSbLT85NB0JRTtsoQDZDcS { position:absolute;display:block;z-index:15040;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:11.75rem;width:11.75rem;top:3.875rem;left:6.5rem;overflow:hidden;display:block; }
#AU1cc75iqEefI0gJgclGdt7TtV6vt8e3 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.1236979375rem;width:14.0625rem;top:17.8125rem;left:5.25rem;display:block; }
#hgECIeS08dDQQoTO2TtTbFAbh586V8f2 { color:rgba(var(--color-primary-4),1);display:block;width:15.1848955rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:16.1875rem;left:4.8125rem;height:1.416666625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lEEXZ8q6DUgrqVm7sSfiLHGiMOi5sMz7 { color:rgba(var(--color-primary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:20.10417175293rem;left:2.75rem;height:6.3333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e8WiSQGO7ml4X06AZUFcxdB6W6PQrV0K { color:rgba(var(--color-primary-4),1);display:block;width:23.68619725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:28.6875rem;left:0.75rem;height:22.166666rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AFDztcntf2pRfbcui4DFXqf2lDTqM2dG { color:rgba(var(--color-primary-4),1);display:block;width:14.8115806875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:55.0625rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUEnwCngWP8946wZpEyCP7OB7pwCxwXq { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:3.9375rem;left:55.125rem;display:block; }
#TakwUxsydatA3rnNbyXX16W7IMg21UVU { 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:11.8118105rem;width:11.8118105rem;top:3.9375rem;left:56.4375rem;overflow:hidden;display:block; }
#JnXgkvMvWzJrKpcbqilu0uxylFceS3q4 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.124080875rem;width:14.0625rem;top:17.875rem;left:55.1875rem;display:block; }
#ioT9xzsOoL54BhJkahX4917X6Il226JR { color:rgba(var(--color-primary-4),1);display:block;width:15.186121rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.25rem;left:54.75rem;height:1.416666625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xNoHqpvQkQQyllXciTge4XtgOO3UxfFe { color:rgba(var(--color-primary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.125rem;left:54.5625rem;height:4.750000125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUWhMHXuJBeqhT7QueXXG7NKWCkzqN65 { color:rgba(var(--color-primary-4),1);display:block;width:23.6868095625rem;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:28.75rem;left:50.6875rem;height:23.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kLnTdbBlJSuiFqcEUQGXT3FdqiPiTzqA { color:rgba(var(--color-primary-4),1);display:block;width:17.74869725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.375rem;left:28.9375rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y7MLC72UViEIPfM3lNwmfAWaUNxDvPCs { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:3.75rem;left:30.4375rem;display:block; }
#VaQf5FflyTVCEPNFF5Oe7EbPTqO14gmL { position:absolute;display:block;z-index:15028;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:11.5625rem;width:11.5625rem;top:3.75rem;left:31.6875rem;overflow:hidden;display:block; }
#M0S3Zc30v1KC60CL8u2vTa2amX5URr4k { color:rgba(var(--color-primary-4),1);display:block;width:15.18619825rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16rem;left:29.9375rem;height:1.416666625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U7fRs74tMah5hN4GdtdpDJJG06DKB9bg { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.1236979375rem;width:14.0625rem;top:17.6875rem;left:30.5rem;display:block; }
#tO4UDMCzr8m42BpaZUoTLf25BexJzlb7 { color:rgba(var(--color-primary-4),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5625rem;left:25.3125rem;height:4.750000125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IkE8DmMHcUCJoz8oH2onqCMEfzPxvkiS { color:rgba(var(--color-primary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.5625rem;left:26.03125rem;height:33.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bFUTwInXCfG3o0EfeyQ7c9PsiMSSgLIc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bFUTwInXCfG3o0EfeyQ7c9PsiMSSgLIc > .row .container { background-color: transparent; background-image: none; }#bFUTwInXCfG3o0EfeyQ7c9PsiMSSgLIc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFUTwInXCfG3o0EfeyQ7c9PsiMSSgLIc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFUTwInXCfG3o0EfeyQ7c9PsiMSSgLIc > .row .container > .video-iframe-container { display: none; }#bFUTwInXCfG3o0EfeyQ7c9PsiMSSgLIc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bFUTwInXCfG3o0EfeyQ7c9PsiMSSgLIc > .row > .video-iframe-container { display: none; }#bFUTwInXCfG3o0EfeyQ7c9PsiMSSgLIc > .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); }#bFUTwInXCfG3o0EfeyQ7c9PsiMSSgLIc > .row .container { border-width: 0; border-radius: 0; }#bFUTwInXCfG3o0EfeyQ7c9PsiMSSgLIc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bFUTwInXCfG3o0EfeyQ7c9PsiMSSgLIc > .row .container { font-size:0.875rem;font-family:arial;height:51.6875rem;width:75rem;position:relative;display:block; }#TQwhneJTNN5F7Cf6D6ThvnyOzRgm9V3T { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.125rem;width:14.0625rem;top:18.3125rem;left:6.0625rem;display:block; }
#ua1sgGnMJFmkmgWERT1l85ZPcKHLJhfV { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:4.375rem;left:6rem;display:block; }
#iTp1swIMUqkeFCTso5Nla5Q00evx0W42 { color:rgba(var(--color-primary-4),1);display:block;width:15.1875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.625rem;left:5.5rem;height:1.416666625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhkFvRJDMG8TrVkwQ16Zc2Gvmlx8a6XU { position:absolute;display:block;z-index:15028;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:11.5625rem;width:11.5rem;top:4.375rem;left:7.25rem;overflow:hidden;display:block; }
#qpPwCRCIsSaPczB50ylM5Kvm3KArS516 { color:rgba(var(--color-primary-4),1);display:block;width:18.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.5625rem;left:3.625rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VWrLCTpCXi2RrkXBI6GkOxOTV5mXsbLl { color:rgba(var(--color-primary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:19.8125rem;left:3.75rem;height:6.3333335rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nIZVVKb18plV4gTkmyy0ee9iGSRmkgOL { color:rgba(var(--color-primary-4),1);display:block;width:16.31119725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27.020843505859rem;left:4.34375rem;height:15.833333rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ukBZ6rFS2xkTbXSJCqOnVH1cxtyPJ9pk { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:4.4375rem;left:55.25rem;display:block; }
#Lu7P8P8vOT9uOVyZJdtHxgogpXz0V7DN { color:rgba(var(--color-primary-4),1);display:block;width:14.8115rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:55.0625rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PGdsUt0HqDAt3WDlwymRcAblogqS7Tlb { 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:11.75rem;width:11.75rem;top:4.4375rem;left:56.5625rem;overflow:hidden;display:block; }
#g2uzNiGf71zKNOWH2clF230JZsgPaRdW { color:rgba(var(--color-primary-4),1);display:block;width:15.187rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:16.75rem;left:54.875rem;height:1.416666625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AQrb96pvRlAS1eVEUeX2JyboRPlc3MRP { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.124511875rem;width:14.0625rem;top:18.375rem;left:55.3125rem;display:block; }
#PdazzQJ6Tg3cgnqW6cT7wXzDsOXy1XC5 { color:rgba(var(--color-primary-4),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.625rem;left:54.6875rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P36kbSQwEXaPBB9NtW9XBCJImSapvsdT { color:rgba(var(--color-primary-4),1);display:block;width:16.18619725rem;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:27.041687011719rem;left:54.406253814698rem;height:15.833333rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hciLa87AFJ5grxTTThdsGkmZXr1s0GVX { color:rgba(var(--color-primary-4),1);display:block;width:14.8098955rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.3750305175781rem;left:30.095050811767rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDgp46VyAgBNe0ImTuQr6CF57zXKPhRb { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:4.375rem;left:30.4375rem;display:block; }
#dFAIkfJF4RyXqWMu4vRy7x4s4S1pgl3R { 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:11.5625rem;width:11.5625rem;top:4.375rem;left:31.5625rem;overflow:hidden;display:block; }
#DKxbe4L3HdvHZuTOCXWeuNeicCeAN93a { color:rgba(var(--color-primary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:20.645843505859rem;left:26.248699188233rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nebQRBrmsczsZ412UHpgf8xTC3qWTV58 { color:rgba(var(--color-primary-4),1);display:block;width:15.1848955rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.625rem;left:29.9375rem;height:1.416666625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mqfXZKFfHMFu5Eg6g83V9ohVNy2BsCNN { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.1236979375rem;width:14.0625rem;top:17rem;left:30.25rem;display:block; }
#c9MUD7pGVkqTJsGBZfriZi1hAN9LLRMv { color:rgba(var(--color-primary-4),1);display:block;width:16.49609375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27.000030517578rem;left:29.251300811767rem;height:22.166666rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wgXo4ib6JDAXHxnsczM5b8XX2sMsAPfo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wgXo4ib6JDAXHxnsczM5b8XX2sMsAPfo > .row .container { background-color: transparent; background-image: none; }#wgXo4ib6JDAXHxnsczM5b8XX2sMsAPfo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgXo4ib6JDAXHxnsczM5b8XX2sMsAPfo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgXo4ib6JDAXHxnsczM5b8XX2sMsAPfo > .row .container > .video-iframe-container { display: none; }#wgXo4ib6JDAXHxnsczM5b8XX2sMsAPfo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgXo4ib6JDAXHxnsczM5b8XX2sMsAPfo > .row > .video-iframe-container { display: none; }#wgXo4ib6JDAXHxnsczM5b8XX2sMsAPfo > .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); }#wgXo4ib6JDAXHxnsczM5b8XX2sMsAPfo > .row .container { border-width: 0; border-radius: 0; }#wgXo4ib6JDAXHxnsczM5b8XX2sMsAPfo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wgXo4ib6JDAXHxnsczM5b8XX2sMsAPfo > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#hJwruKFN3MJLTTcal7kFaT6MBJTVBl8g { color:rgba(var(--color-primary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:0.75rem;left:5.125rem;height:1.583333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mwyx2tg9XhFIGkeIUJyDQzeKeD8zLs7P { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat: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: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:3.1875rem;left:5.625rem;display:block; }
#IB9anGedKkfPVlXSTZM4TeFvuSBTRXDw { 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:11.5625rem;width:11.5625rem;top:3.25rem;left:6.8125rem;overflow:hidden;display:block; }
#l2NIFBXlTXD3EGG8CwSJ8RXIAfwzvbmV { color:rgba(var(--color-tertiary-4),1);display:block;width:11.3730625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.5rem;left:6.875rem;height:1.416666625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#brqU4cTNHb3IN8GpTah3VfDSNB3IL8ZB { color:rgba(var(--color-primary-4),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:19.5rem;left:3.9375rem;height:3.16666675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uU25ftbXLb7XEZxwFUEO03WXduW0Iy64 { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat: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.124511875rem;width:14.0625rem;top:17.25rem;left:5.5625rem;display:block; }
#Kpv8K2TG3zaXpI3ZnNC3JZFdRuvTEGTf { color:rgba(var(--color-primary-4),1);display:block;width:21.8125rem;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:25rem;left:1.625rem;height:23.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { background-color: transparent; background-image: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .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); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { border-width: 0; border-radius: 0; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { font-size:0.875rem;font-family:arial;height:53.75rem;width:75rem;position:relative;display:block; }#uaa1pt3lKkRAPUGU7h2am73M29JJAyKd { color:rgba(var(--color-tertiary-0),1);display:block;width:39.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4rem;left:8.625rem;height:3.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { color:rgba(var(--color-secondary-3),1);display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4873046875rem;left:8.6246757507325rem;height:3.5rem;font-style:normal;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-form-header { font-size:1rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:27.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;line-height:2;text-align:left;text-align-last:left;vertical-align:top; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #e3edf5;border-left:0.0625rem solid #e3edf5;border-right:0.0625rem solid #e3edf5;border-bottom:0.0625rem solid #e3edf5;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.8125rem;box-sizing:border-box;height:3.375rem;color:#234446;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0.0625rem solid #e3edf5;border-left:0.0625rem solid #e3edf5;border-right:0.0625rem solid #e3edf5;border-bottom:0.0625rem solid #e3edf5;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.8125rem;box-sizing:border-box;height:4.375rem;color:#234446;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.8125rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:12.5625rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#234446;width:15.25rem;height:4.0625rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc [class*="-text"]:-moz-placeholder { color:#234446;font-family:lato;font-size:0.875rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc [class*="-text"]::-moz-placeholder { color:#234446;font-family:lato;font-size:0.875rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc [class*="-text"]:-ms-input-placeholder { color:#234446;font-family:lato;font-size:0.875rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc [class*="-text"]::-webkit-input-placeholder { color:#234446;font-family:lato;font-size:0.875rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.2;font-size:0.875rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:26.5625rem;overflow:hidden;font-style:normal;float:none; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-container:first-of-type{padding-top:0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-container:last-of-type{padding-bottom:0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.43717956543rem;left:7.5rem;font-size:1rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.8125rem;display:block;vertical-align:top; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc {display:block;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.8125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:11.43717956543rem;left:7.5rem;font-size:1rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WCKigTTXRlK2ts6VbT1EATpIIyxTIgBw { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #inl19xcTevaoFvrpCeyODiPO9ZzHLTEC { position:relative;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ngVcHSzCZiNwCmhpiFFE3QNayEL7HgaZ { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #FsKsExD4UqiVnKnFUSBU4f0fBBmgQXdc { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #KIzxOiDoQKNz84llzUq6kgIIGfPgAG3F { position:relative;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #zqe4cPN9quvfkgE3e6wMeRronZIBGFLR { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #wz7cuCA4qk6qJrv1O43QNkaKVCBf0fBR { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #Lnw1aZGC1ksryS67uo0MiTkrTr9hOESq { position:relative;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #D2rdPfAVwlillCpaKd9RKL8my4Ttkmt2 { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #XKyx3dWDBe14sTPQQRnOawlHMmFaCaNF { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #kTXMrP0SKTzaMyoaBZ8BBwSHLWDfFQrm { position:relative;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #SwQxWFiAQ37eOP8x2fmUtsEgwOzSE7OQ { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ZSJv8wO4Feim5CiZizNcwGEOxxT6VLDR { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #X0GBA0NKxW8vn0OgJO0aqbC0H8COBS4o { position:relative;z-index:2; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #vtuXa87T7gEnGbeIwkT6cG2aeHLgdSoM { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WXbKdtzNBz7vTIxhsM2GqPpH77Z5do1y { position:relative; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #HDJwAKZe8o2icmCcIBs77QPOmPw9bxgi { position:relative; }
#ix93PBik5TNURxiOxhBPC23txP9uxIpX { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-1),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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:6.5625rem;width:6.5625rem;top:10.54167175293rem;left:63.145832061769rem;display:block; }
#MixMlagkvEbvrLUITN4V3uHqMWdBN1i6 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3d7ff908-a4c2-4292-8520-86f048d9e2c4/22Untitleddesign.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:26.4375rem;width:26.4375rem;top:11.6875rem;left:43.1875rem;display:block; }#MixMlagkvEbvrLUITN4V3uHqMWdBN1i6.adaptive-delivery-prevent-bg, #MixMlagkvEbvrLUITN4V3uHqMWdBN1i6.lazyload, #MixMlagkvEbvrLUITN4V3uHqMWdBN1i6.lazyloading { background-image: none; }
#pRXo0Ev2fvxFkTGG4qPnemOnkvMeLCDq { color:rgba(var(--color-tertiary-0),1);display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:38.6875rem;left:44.75rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmTPwANfVUlpfAAIxzu8XTKRfQafMlZG { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.9;letter-spacing:0;top:46.8125rem;left:29.875rem;height:2.08333325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EqOu7zoQ0QlfeP5oTkSzLocbO7dd9qiD { position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-left:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-right:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.999875rem;width:2.999875rem;top:48.8125rem;left:32.0625rem;display:block; }
#LrGatGtsQPTezo7VCxRF4oWa0sr1Ruxw { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.12463125rem;width:2.12463125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15024;top:49.5rem;left:32.6875rem;display:block; }
#HpURNNgavQJmuoryzmxdIVTlBOpMWOWm { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-left:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-right:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.999875rem;width:2.999875rem;top:48.8125rem;left:35.6875rem;display:block; }
#xI77c2XxzWUsc5nqZ6b6fCMXHNnhtWbT { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.4375rem;font-weight:400;line-height:1;height:2.12463125rem;width:2.062375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15026;top:49.375rem;left:36.25rem;display:block; }
#b8PAR35pn6FNSs2dC5lvUnk9R5dtL8Dg { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-left:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-right:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),0.2);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:2.999875rem;width:2.999875rem;top:48.8125rem;left:39.3125rem;display:block; }
#DwvNJa8cqMfSc8HQdsgW6oyDRM5mHJOb { box-sizing:content-box;color:rgba(var(--color-tertiary-4),1);font-size:1.1875rem;font-weight:400;line-height:1;height:1.749875rem;width:1.749875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:49.625rem;left:40.0625rem;display:block; }
#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container { background-color: transparent; background-image: none; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container > .video-iframe-container { display: none; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row > .video-iframe-container { display: none; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .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); }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container { border-width: 0; border-radius: 0; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#VbtNpOPlMKMcDJePGZD7gO2gT9VM0xKq { z-index:15006;top:0.228271484375rem;left:30.551147460938rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #012f94;border-left:0.0625rem solid #012f94;border-right:0.0625rem solid #012f94;border-bottom:0.0625rem solid #012f94;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.89586325rem;height:3.27087575rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cAFXFGUhAebrpun0KNG215KVBVcClfan { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r { display:block; }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChrbGAwZPnkA95a7kB6OVUM83gpTpXK3 { width:6.5rem;height:2.1875rem;top:1.1875rem;left:6.1248779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FckRgTP3DlzQ6V8QdwVnm838mskB0qKP { display:block; }
 }@media only screen and (max-width: 763px) { #iaGXlHPdZ5IVaIgAdyJUrMENbTLsmoel { width:10.1875rem;height:2.1875rem;top:1.1875rem;left:14.249877929688rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPutbFTAmbhKFChb6c9bs2GTl7hPnL7D { display:block; }
 }@media only screen and (max-width: 763px) { #rkzxPFa5MGR6yU3tElIiTqvVXw2SL9qn { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:35.686767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoRqnkoPiSzFyHwHCdluz6CA9no7uXSn { display:block; }
 }@media only screen and (max-width: 763px) { #DcLMO98Hbvln6hqStsbDT9iOeMTrdvVt { width:8.625rem;height:2.0625rem;top:1.1875rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShnZTRHT4r3iz0tT7EDDPOUn5cEksQJg { display:block; }
 }@media only screen and (max-width: 763px) { #wNk0cqp7cTXKsfFFFiThyL0CPsqey1FW { width:6.4375rem;height:2.1875rem;top:1.1875rem;left:26.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKdQAGgtXGaw2U8gkwfNZnHysAKZKgdV { display:block; }
 }@media only screen and (max-width: 763px) { #NO4cprtRVruilCCSBuyQQ0aPiPDmt5Tw { top:0rem;left:0rem;width:6rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB1XHOM5aCT9CuNKbrfVllbP8urPKBTN { top:1.0625rem;left:45.375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl5PmTIlicp961K7wqLWLpcQp6T8V7eS { display:block; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfWhwR6gT7ShhT7umBlWOrtaWfxkTlgp { width:15.1875rem;height:4.0625rem;top:32.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3VPZ0O1IXRQb7OP1RMCKk036KmuBZyN { display:block; }
 }@media only screen and (max-width: 763px) { #Q9gmFJdI79E1KMUJE0rONvM5Lf5TChq9 { top:2.9375rem;left:8.25rem;width:39.5rem;height:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyO5S3Raa9fMwe275wf14mIAzug6FFDW { top:8.75rem;left:15.75rem;width:32rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQylS0BG5OCAvsAwdfZLVCrbCzDUQV4b { top:7.6875rem;left:30.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgsqVWFMSUvBfwcEcy5TqHqED2Lo6KSo { top:12.625rem;left:41.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9L7sXq67z0dWPaWFc24tlAGc95hJDsc { top:29.375rem;left:21rem;width:3.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STSCgfEAaa1vFN0P27E08OcRm98zFKZ8 { top:35.25rem;left:37.75rem;width:10rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV5SNQNAzGd5TTzfebd4XdEu3UrkcfOw { top:0rem;left:35.4375rem;width:12.3125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EswynFcNIIeQXPKpQXhkHI7JwHanpOLO { top:1.625rem;left:0rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDNpOTwI1upy7mTdwa2T9vNO7QTZmOEd { top:11.4375rem;left:0rem;width:32.5rem;height:9.5rem;font-size:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XivGEgOifUmJzuhaTLLLwnckI0vz8sMV { top:6.5625rem;left:0rem;width:31.875rem;height:7.4375rem;font-size:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XelfVT0K3iLVogOLe7rKfOB8FPBvT3Dm { top:2.875rem;left:0rem;width:47.75rem;height:5.5rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GK5imoVrE9e74TaQTmTMV2dp0kCzuToT { top:32.8125rem;left:6.7488079071044rem;width:12.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9DwQcSQCsPRhniJVEClvafOyF670RBb { display:block; }
 }@media only screen and (max-width: 763px) { #s7QecTotukMkIy6bd39homEzvt9fyZdR { display:block; }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { top:1.0625rem;left:0rem;width:37.3125rem;height:6.4375rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { top:7.375rem;left:0rem;width:35.625rem;height:12.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzBN51hDwpIfsfZOQGfLddfnnV4TTzEL { width:15.125rem;height:4.0625rem;top:26.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTTll1I3kXKr7lmAelWc8ootE8OVTmCf { display:block; }
 }@media only screen and (max-width: 763px) { #DPBb1xrNSbZWXk3TF98XD0lBhloDnH7x { top:17.375rem;left:31.0625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhD9TLBoytUbywqHMl1buWD9xz76NTKW { top:5.375rem;left:26.4375rem;width:21.3125rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCBlQw05S2adnVKIG68XqFQPbiyLfeQi { top:4.8125rem;left:44.625rem;width:3.125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhA39mWpRXThLpmEN5zp90yPXTo30pIJ { display:block; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUmDaDlrfCm5I6zWJKZz9vRUmNcnxvVr { top:2.75rem;left:4.6873779296875rem;width:38.3125rem;height:7.125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiNXKBKn1JEM0svUElCKvpGewsa4lZOi { top:1.25rem;left:4.6871757507324rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh { display:block; }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elFWLp06d6t9NJnuMW3zbT3SQXF9whBA { top:1.3125rem;left:0rem;width:12.875rem;height:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTXMDaSRTTpp8El2kiy44ahGmHhBzbPf { top:1.3125rem;left:10.3125rem;width:13.5625rem;height:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSLhTrPNAJGJyS5Edltqk22druPuLqFN { top:0.9375rem;left:20.1875rem;width:15.625rem;height:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Awpnt9OTQ6XB0xUoDX4NdCC2vfrsLUK9 { top:0.5625rem;left:34.3125rem;width:13.4375rem;height:8.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0dAVxCSraNh1PLWP998Bo0Px27ud4OH { top:0.9375rem;left:23.875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKswqMTe38Rmxs3wVTR8l2E8DyCSVJyM { top:1.3125rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7sa87Kkbs7VgsF6BDtQ8UkoBUux20PF { top:0.9375rem;left:11.9375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIWP67XTcLdTNzTw4qKhkodMXBW81R45 { top:0.9375rem;left:35.8125rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR { display:block; }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLs6iR78ecT6N7gzfRGOuQMWqbfraOHl { top:0.9375rem;left:0rem;width:13.625rem;height:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca3h0HGRGnUrXDILhZmTeJphSnWoEpKw { top:0.9375rem;left:10.125rem;width:13.75rem;height:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxrTJJ7toUfCqAQfeWn03Vrid2Nf6O8P { top:1.5rem;left:22rem;width:13.8125rem;height:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNzdIQnSVgeRntl3s6846LGXpoR5wp8B { width:15.125rem;height:4.0625rem;top:4.9375rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKsUhTDT0fwmB9t3HIJZvIrH18GTU5VJ { display:block; }
 }@media only screen and (max-width: 763px) { #ksHodcLuIlvt5avcwUm3fPKQiH8lAOPA { top:0.9375rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XObcNsP1MXqtZh6QBuiRzXw1zg1lemWa { top:0.9375rem;left:11.9375rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTp2aw2eJrL1v8t1ifyQHsfU4FC4OxEp { top:0.9375rem;left:23.875rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK { display:block; }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKyqkvftoOPuaopbo2ZTBTPElqQklz5K { width:47.75rem;height:16.5rem;top:7.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg9PZv5PsKeifiiXw9yR9QWPElVlzTlq { width:2.375rem;height:2.375rem;top:8.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV4W62Ifvyqzz3Kn86dr5tFLtKSvMuQE { width:17.9375rem;height:4.25rem;top:18.625rem;left:29.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6RqKfk6TNcGNKRXuKHMatLpxZEd6aks { width:47.75rem;height:2.75rem;top:1.9375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7Lwa8OkmlTiJV6RPEEbnVc0OXTBhUlT { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #SazzqSPTI7Q1FgXxyPZGEwAfpHl43rwf { width:47.75rem;height:3.8125rem;top:12.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCckylU2vGv3F9zguOvtwZkhQxOo5r96 { top:18.5rem;left:31.5rem;width:16.25rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 { display:block; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlLmdureoi7yuNoAse2SdyCgwhWfzJor { top:2.0625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd { display:block; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFXZySB4gdTSmU5b579phg2AMakNes45 { top:0rem;left:12.625rem;width:19.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLKJp3Da21vn7rmyF1WkvI4OwXNWBFW9 { top:0rem;left:0rem;width:19.125rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NguE7Qe2rLUZXJlpVczTKnINOKlaMSI3 { top:0rem;left:28.5rem;width:19.125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6oCF8NxWnCDU6RA7MLx7snmTKAA7DQh { top:5rem;left:0.3740234375rem;width:15.0625rem;height:4.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA3MhRFUQTVpNdJ0G0uSdoiHZxqv8A7m { top:3.375rem;left:32.559736251831rem;width:15.0625rem;height:9.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #flQUwpyf7VyVWpxJ2HaBWT6gbTbCmvTz { top:1.6875rem;left:16.248159408569rem;width:15.0625rem;height:11.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTG0UT0SEMtxwZMJtmBz9w0rF1EquHsg { top:0.9375rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV3yrrI9kBHkT4XvKETxXQWHo89dSAxQ { top:1rem;left:32.124633789062rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdJLZfuebx0mLrFdKRHf48NRquGmdNHq { top:0.9375rem;left:15.875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkqZGrVwB2FXaA72ALxyhmrUHGQ0Gq3E { width:15.125rem;height:4.0625rem;top:16.5rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnHQBft3UixHMXUlhgTc4XWThb3hKPW8 { display:block; }
 }@media only screen and (max-width: 763px) { #dGuIJS7oFPbCyhqQZKstDqaE1ougKymq { display:block; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvUwlDiczDFKpDTaBiWZVB8v0EVh8l26 { top:5rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfCMm3OvQuNLdtBDSEc7X4T5RoBSl4fp { top:2.4375rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd { display:block; }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeiFcIv3NDyXUowrv7yJ1A0WK5oZFIXk { top:1.25rem;left:0rem;width:37.5rem;height:4.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd2vfR8ouCQH01fWETuOSWpBlSAt2ptb { top:7.1875rem;left:7.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCFKuSx9ExicbIGxuMSakbSyd7e8iWn6 { top:10.625rem;left:7.1236572265625rem;width:9.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0CWnITrQ5DaBdTmVABlOSRLNVZyQbLq { top:17.125rem;left:28.968427658081rem;width:13.625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHeyDJ1viokLqptT9grrFWp6PogVhB3I { top:2.4375rem;left:0rem;width:37.5rem;height:2.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #agm23G0wSplK4SUgE0Rd9mx56VizSvnS { top:7.25rem;left:31.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrLOr1V9ZF9afoW6eLyX2259FA7aRvfu { top:10.625rem;left:31.187255859375rem;width:9.1875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUIbo7AwSWuTEPdTnMbQiqfAIyOxaKIg { width:22.8125rem;height:4.0625rem;top:18.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU1KGbz601QgTIloInS6f63PFA68QNaJ { display:block; }
 }@media only screen and (max-width: 763px) { #c63cmEN0BnVhzXvTLIyf0W44SD3SHbwl { display:block; }#c63cmEN0BnVhzXvTLIyf0W44SD3SHbwl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JX9qdZGzuwhBCQEOmNyatdrn3gZS3OdW { top:1rem;left:16.56298828125rem;width:14.5625rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKqIdaPCUyuvHgsDmgISs4cXnsEWfs1A { display:block; }#MKqIdaPCUyuvHgsDmgISs4cXnsEWfs1A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wix2BblTHn6sHFOVEkPqCTN9W64C33CE { top:1.375rem;left:0.5625rem;width:14.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bd5SM2pDMAOTg0vxmJpI1Ig2eReQqoER { width:14.0625rem;height:14.0625rem;top:3.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azRElqiKhlaSbLT85NB0JRTtsoQDZDcS { top:3.875rem;left:1.9375rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU1cc75iqEefI0gJgclGdt7TtV6vt8e3 { width:14.0625rem;height:0.0625rem;top:17.8125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgECIeS08dDQQoTO2TtTbFAbh586V8f2 { top:16.1875rem;left:0.25rem;width:15.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEEXZ8q6DUgrqVm7sSfiLHGiMOi5sMz7 { top:20.0625rem;left:0rem;width:18.9375rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8WiSQGO7ml4X06AZUFcxdB6W6PQrV0K { top:28.6875rem;left:0rem;width:23.625rem;height:22.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFDztcntf2pRfbcui4DFXqf2lDTqM2dG { top:1.4375rem;left:32.25rem;width:14.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUEnwCngWP8946wZpEyCP7OB7pwCxwXq { width:14.0625rem;height:14.0625rem;top:3.9375rem;left:32.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TakwUxsydatA3rnNbyXX16W7IMg21UVU { top:3.9375rem;left:33.625rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnXgkvMvWzJrKpcbqilu0uxylFceS3q4 { width:14.0625rem;height:0.0625rem;top:17.875rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioT9xzsOoL54BhJkahX4917X6Il226JR { top:16.25rem;left:31.9375rem;width:15.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNoHqpvQkQQyllXciTge4XtgOO3UxfFe { top:20.125rem;left:31.75rem;width:15.625rem;height:4.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUWhMHXuJBeqhT7QueXXG7NKWCkzqN65 { top:28.75rem;left:24rem;width:23.625rem;height:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLnTdbBlJSuiFqcEUQGXT3FdqiPiTzqA { top:1.375rem;left:14.0625rem;width:17.6875rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7MLC72UViEIPfM3lNwmfAWaUNxDvPCs { width:14.0625rem;height:14.0625rem;top:3.75rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaQf5FflyTVCEPNFF5Oe7EbPTqO14gmL { top:3.75rem;left:18rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0S3Zc30v1KC60CL8u2vTa2amX5URr4k { top:16rem;left:16.25rem;width:15.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7fRs74tMah5hN4GdtdpDJJG06DKB9bg { width:14.0625rem;height:0.0625rem;top:17.6875rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO4UDMCzr8m42BpaZUoTLf25BexJzlb7 { top:19.5625rem;left:7.375rem;width:24.375rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkE8DmMHcUCJoz8oH2onqCMEfzPxvkiS { top:25.5625rem;left:8.8125rem;width:22.9375rem;height:33.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFUTwInXCfG3o0EfeyQ7c9PsiMSSgLIc { display:block; }#bFUTwInXCfG3o0EfeyQ7c9PsiMSSgLIc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQwhneJTNN5F7Cf6D6ThvnyOzRgm9V3T { width:14.0625rem;height:0.125rem;top:18.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua1sgGnMJFmkmgWERT1l85ZPcKHLJhfV { width:14.0625rem;height:14.0625rem;top:4.375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTp1swIMUqkeFCTso5Nla5Q00evx0W42 { top:16.625rem;left:0.75rem;width:15.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhkFvRJDMG8TrVkwQ16Zc2Gvmlx8a6XU { top:4.375rem;left:2.6875rem;width:11.5rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpPwCRCIsSaPczB50ylM5Kvm3KArS516 { top:0.5625rem;left:0rem;width:18.75rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWrLCTpCXi2RrkXBI6GkOxOTV5mXsbLl { top:19.8125rem;left:0rem;width:17.5rem;height:6.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIZVVKb18plV4gTkmyy0ee9iGSRmkgOL { top:27rem;left:0rem;width:16.25rem;height:15.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukBZ6rFS2xkTbXSJCqOnVH1cxtyPJ9pk { width:14.0625rem;height:14.0625rem;top:4.4375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu7P8P8vOT9uOVyZJdtHxgogpXz0V7DN { top:1.4375rem;left:32.25rem;width:14.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGdsUt0HqDAt3WDlwymRcAblogqS7Tlb { top:4.4375rem;left:33.75rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2uzNiGf71zKNOWH2clF230JZsgPaRdW { top:16.75rem;left:32.0625rem;width:15.125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQrb96pvRlAS1eVEUeX2JyboRPlc3MRP { width:14.0625rem;height:0.0625rem;top:18.375rem;left:32.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdazzQJ6Tg3cgnqW6cT7wXzDsOXy1XC5 { top:20.625rem;left:31.875rem;width:15.625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P36kbSQwEXaPBB9NtW9XBCJImSapvsdT { top:27rem;left:31.5rem;width:16.125rem;height:15.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hciLa87AFJ5grxTTThdsGkmZXr1s0GVX { top:1.375rem;left:16.407550811767rem;width:14.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDgp46VyAgBNe0ImTuQr6CF57zXKPhRb { width:14.0625rem;height:14.0625rem;top:4.375rem;left:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFAIkfJF4RyXqWMu4vRy7x4s4S1pgl3R { top:4.375rem;left:17.875rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKxbe4L3HdvHZuTOCXWeuNeicCeAN93a { top:20.625rem;left:9.875rem;width:21.875rem;height:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nebQRBrmsczsZ412UHpgf8xTC3qWTV58 { top:16.625rem;left:16.25rem;width:15.125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqfXZKFfHMFu5Eg6g83V9ohVNy2BsCNN { width:14.0625rem;height:0.0625rem;top:17rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9MUD7pGVkqTJsGBZfriZi1hAN9LLRMv { top:27rem;left:15.3125rem;width:16.4375rem;height:22.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgXo4ib6JDAXHxnsczM5b8XX2sMsAPfo { display:block; }#wgXo4ib6JDAXHxnsczM5b8XX2sMsAPfo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJwruKFN3MJLTTcal7kFaT6MBJTVBl8g { top:0.75rem;left:0.5625rem;width:14.75rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwyx2tg9XhFIGkeIUJyDQzeKeD8zLs7P { width:14.0625rem;height:14.0625rem;top:3.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB9anGedKkfPVlXSTZM4TeFvuSBTRXDw { top:3.25rem;left:2.25rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2NIFBXlTXD3EGG8CwSJ8RXIAfwzvbmV { width:11.3125rem;height:1.375rem;top:15.5rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brqU4cTNHb3IN8GpTah3VfDSNB3IL8ZB { top:19.5rem;left:0rem;width:17.0625rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uU25ftbXLb7XEZxwFUEO03WXduW0Iy64 { width:14.0625rem;height:0.0625rem;top:17.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpv8K2TG3zaXpI3ZnNC3JZFdRuvTEGTf { top:25rem;left:0rem;width:21.75rem;height:24.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { display:block; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaa1pt3lKkRAPUGU7h2am73M29JJAyKd { top:3.9375rem;left:0rem;width:39.375rem;height:3.625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { top:7.4375rem;left:0rem;width:20.125rem;height:3.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-regular-label { width:27.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-textarea { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-button { width:15.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-checkbox-label { width:26.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc  { width:27.8125rem;height:auto;top:11.375rem;left:0rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .radio-container { width:27.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc {display:block;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc { width:27.8125rem;height:auto;top:11.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WCKigTTXRlK2ts6VbT1EATpIIyxTIgBw {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #inl19xcTevaoFvrpCeyODiPO9ZzHLTEC { display:block; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ngVcHSzCZiNwCmhpiFFE3QNayEL7HgaZ {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #FsKsExD4UqiVnKnFUSBU4f0fBBmgQXdc {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #KIzxOiDoQKNz84llzUq6kgIIGfPgAG3F { display:block; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #zqe4cPN9quvfkgE3e6wMeRronZIBGFLR {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #wz7cuCA4qk6qJrv1O43QNkaKVCBf0fBR {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #Lnw1aZGC1ksryS67uo0MiTkrTr9hOESq { display:block; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #D2rdPfAVwlillCpaKd9RKL8my4Ttkmt2 {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #XKyx3dWDBe14sTPQQRnOawlHMmFaCaNF {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #kTXMrP0SKTzaMyoaBZ8BBwSHLWDfFQrm { display:block; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #SwQxWFiAQ37eOP8x2fmUtsEgwOzSE7OQ {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ZSJv8wO4Feim5CiZizNcwGEOxxT6VLDR {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #X0GBA0NKxW8vn0OgJO0aqbC0H8COBS4o {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #vtuXa87T7gEnGbeIwkT6cG2aeHLgdSoM {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WXbKdtzNBz7vTIxhsM2GqPpH77Z5do1y {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #HDJwAKZe8o2icmCcIBs77QPOmPw9bxgi {  }
 }@media only screen and (max-width: 763px) { #ix93PBik5TNURxiOxhBPC23txP9uxIpX { top:10.5rem;left:41.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MixMlagkvEbvrLUITN4V3uHqMWdBN1i6 { top:11.6875rem;left:21.3125rem;width:26.375rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRXo0Ev2fvxFkTGG4qPnemOnkvMeLCDq { top:38.625rem;left:24.5625rem;width:23.1875rem;height:5.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmTPwANfVUlpfAAIxzu8XTKRfQafMlZG { width:15.1875rem;height:2.125rem;top:46.8125rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqOu7zoQ0QlfeP5oTkSzLocbO7dd9qiD { width:2.9375rem;height:2.9375rem;top:48.8125rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrGatGtsQPTezo7VCxRF4oWa0sr1Ruxw { width:2.0625rem;height:2.0625rem;top:49.5rem;left:19.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpURNNgavQJmuoryzmxdIVTlBOpMWOWm { width:2.9375rem;height:2.9375rem;top:48.8125rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI77c2XxzWUsc5nqZ6b6fCMXHNnhtWbT { width:2rem;height:2.0603733559609rem;top:49.375rem;left:22.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8PAR35pn6FNSs2dC5lvUnk9R5dtL8Dg { width:2.9375rem;height:2.9375rem;top:48.8125rem;left:25.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwvNJa8cqMfSc8HQdsgW6oyDRM5mHJOb { width:1.6875rem;height:1.6875rem;top:49.625rem;left:26.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 { display:block; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbtNpOPlMKMcDJePGZD7gO2gT9VM0xKq { top:0.1875rem;left:16.926147460938rem;width:13.875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAFXFGUhAebrpun0KNG215KVBVcClfan { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r { position:relative;z-index:auto;display:block; }#oOl6xNzJk8GUPhMZnx19lMOXIe2bdD3r > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ChrbGAwZPnkA95a7kB6OVUM83gpTpXK3 { width:6.0625rem;height:2.0625rem;top:4.2498779296875rem;left:0.968017578125rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FckRgTP3DlzQ6V8QdwVnm838mskB0qKP { display:block; }
 }@media only screen and (max-width: 763px) { #iaGXlHPdZ5IVaIgAdyJUrMENbTLsmoel { width:11.3125rem;height:2.0625rem;top:4.31201171875rem;left:7.718505859375rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CPutbFTAmbhKFChb6c9bs2GTl7hPnL7D { display:block; }
 }@media only screen and (max-width: 763px) { #rkzxPFa5MGR6yU3tElIiTqvVXw2SL9qn { width:8.9375rem;height:2.0625rem;top:7.1240234375rem;left:10.124389648438rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KoRqnkoPiSzFyHwHCdluz6CA9no7uXSn { display:block; }
 }@media only screen and (max-width: 763px) { #DcLMO98Hbvln6hqStsbDT9iOeMTrdvVt { width:8.687125rem;height:2.12463125rem;top:10.217895507812rem;left:0.968017578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ShnZTRHT4r3iz0tT7EDDPOUn5cEksQJg { display:block; }
 }@media only screen and (max-width: 763px) { #wNk0cqp7cTXKsfFFFiThyL0CPsqey1FW { width:8.3125rem;height:2.0625rem;top:7.186279296875rem;left:0.968017578125rem;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OKdQAGgtXGaw2U8gkwfNZnHysAKZKgdV { display:block; }
 }@media only screen and (max-width: 763px) { #NO4cprtRVruilCCSBuyQQ0aPiPDmt5Tw { width:6rem;height:4.3751777415958rem;top:0rem;left:14.000244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB1XHOM5aCT9CuNKbrfVllbP8urPKBTN { width:2.3125rem;height:2.3125rem;top:10.123901367188rem;left:16.717529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl5PmTIlicp961K7wqLWLpcQp6T8V7eS { background-color:#0b1a43;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; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container { background-color: transparent; background-image: none; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container > .video-iframe-container { display: none; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row > .video-iframe-container { display: none; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .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); }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container { border-width: 0; border-radius: 0; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dl5PmTIlicp961K7wqLWLpcQp6T8V7eS > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KfWhwR6gT7ShhT7umBlWOrtaWfxkTlgp { width:13.3105625rem;height:3.62305rem;top:43.25rem;left:3.375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #L3VPZ0O1IXRQb7OP1RMCKk036KmuBZyN { display:block; }
 }@media only screen and (max-width: 763px) { #Q9gmFJdI79E1KMUJE0rONvM5Lf5TChq9 { width:18.8745rem;height:18.937375rem;top:15.874633789062rem;left:1.12548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyO5S3Raa9fMwe275wf14mIAzug6FFDW { width:20rem;height:20rem;top:14.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQylS0BG5OCAvsAwdfZLVCrbCzDUQV4b { width:3.125rem;height:3.125rem;top:32.31201171875rem;left:15.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgsqVWFMSUvBfwcEcy5TqHqED2Lo6KSo { width:6.5625rem;height:6.5625rem;top:13.912493188476rem;left:13.4375rem;background-color:#234446;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) { #M9L7sXq67z0dWPaWFc24tlAGc95hJDsc { width:1.125rem;height:3.4375rem;top:14.749755859375rem;left:0.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #STSCgfEAaa1vFN0P27E08OcRm98zFKZ8 { width:10rem;height:2.1875rem;top:28.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV5SNQNAzGd5TTzfebd4XdEu3UrkcfOw { width:6.124875rem;height:4.562375rem;top:0.2496337890625rem;left:13.875122070312rem;display:block; }
 }@media only screen and (max-width: 763px) { #EswynFcNIIeQXPKpQXhkHI7JwHanpOLO { width:3.6875rem;height:3.6875rem;top:2.6875rem;left:0rem;background-color:#c0b9b4;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) { #aDNpOTwI1upy7mTdwa2T9vNO7QTZmOEd { width:20rem;height:4.5833335rem;top:8.4375rem;left:0rem;font-size:3.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XivGEgOifUmJzuhaTLLLwnckI0vz8sMV { width:20rem;height:3.58333325rem;top:5.9683837890625rem;left:0rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XelfVT0K3iLVogOLe7rKfOB8FPBvT3Dm { width:20rem;height:2.58333325rem;top:4.125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GK5imoVrE9e74TaQTmTMV2dp0kCzuToT { top:48.125rem;left:3.8125rem;z-index:15011;width:12.5rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9DwQcSQCsPRhniJVEClvafOyF670RBb { display:block; }
 }@media only screen and (max-width: 763px) { #s7QecTotukMkIy6bd39homEzvt9fyZdR { display:block; }#s7QecTotukMkIy6bd39homEzvt9fyZdR > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { background-color:#0b1a43;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; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { width:15.123875rem;height:2.58333325rem;top:1.9366455078125rem;left:2.4371337890625rem;font-size:2rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { width:20rem;height:22rem;top:4.5367431640625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nzBN51hDwpIfsfZOQGfLddfnnV4TTzEL { width:15.123875rem;height:4.0625rem;top:49.6240234375rem;left:2.437744140625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #UTTll1I3kXKr7lmAelWc8ootE8OVTmCf { display:block; }
 }@media only screen and (max-width: 763px) { #DPBb1xrNSbZWXk3TF98XD0lBhloDnH7x { width:6.5625rem;height:6.5625rem;top:40.808715820312rem;left:0rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #bhD9TLBoytUbywqHMl1buWD9xz76NTKW { width:17.999875rem;height:19.12475rem;top:28.185424804688rem;left:0.99853515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCBlQw05S2adnVKIG68XqFQPbiyLfeQi { width:3.125rem;height:7.5rem;top:27.560424804688rem;left:15.934448242188rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhA39mWpRXThLpmEN5zp90yPXTo30pIJ { background-color:#949593;background-image:none;display:block; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container { background-color: transparent; background-image: none; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container > .video-iframe-container { display: none; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row > .video-iframe-container { display: none; }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .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); }#hhA39mWpRXThLpmEN5zp90yPXTo30pIJ > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUmDaDlrfCm5I6zWJKZz9vRUmNcnxvVr { width:20rem;height:10.333333rem;top:2.7508544921875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiNXKBKn1JEM0svUElCKvpGewsa4lZOi { width:6.5625rem;height:6.5625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh { display:block; }#IcLCk9WD30qdcRCmzz2EWqZAm8m2T2hh > .row .container { width:20rem;height:34.0833335rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #elFWLp06d6t9NJnuMW3zbT3SQXF9whBA { width:15.1245rem;height:3.66666675rem;top:1.998291015625rem;left:2.4053955078125rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #cTXMDaSRTTpp8El2kiy44ahGmHhBzbPf { width:17.124625rem;height:5.25rem;top:8.841552734375rem;left:1.4361572265625rem;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JSLhTrPNAJGJyS5Edltqk22druPuLqFN { width:17.0625rem;height:7.3333335rem;top:17.125rem;left:1.6875rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Awpnt9OTQ6XB0xUoDX4NdCC2vfrsLUK9 { width:15.187375rem;height:7.3333335rem;top:26.75rem;left:2.4375rem;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #n0dAVxCSraNh1PLWP998Bo0Px27ud4OH { width:3.937375rem;height:3.937375rem;top:25.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKswqMTe38Rmxs3wVTR8l2E8DyCSVJyM { width:3.93676875rem;height:3.93676875rem;top:8.1219482421875rem;left:1.187744140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7sa87Kkbs7VgsF6BDtQ8UkoBUux20PF { width:3.99963125rem;height:3.99963125rem;top:0.9979248046875rem;left:1.12548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIWP67XTcLdTNzTw4qKhkodMXBW81R45 { width:3.937375rem;height:3.937375rem;top:15.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR { display:block; }#bvlKr1tpyhRRSKfgNAdQGR6sAOqPE0JR > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLs6iR78ecT6N7gzfRGOuQMWqbfraOHl { width:15rem;height:4.5rem;top:1.8121337890625rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ca3h0HGRGnUrXDILhZmTeJphSnWoEpKw { width:15.187375rem;height:6.75rem;top:8.873291015625rem;left:2.40478515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxrTJJ7toUfCqAQfeWn03Vrid2Nf6O8P { width:13.811625rem;height:4.5rem;top:16.746826171875rem;left:3.09326171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNzdIQnSVgeRntl3s6846LGXpoR5wp8B { width:15.1245rem;height:4.0625rem;top:23.121337890625rem;left:2.4365234375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #fKsUhTDT0fwmB9t3HIJZvIrH18GTU5VJ { display:block; }
 }@media only screen and (max-width: 763px) { #ksHodcLuIlvt5avcwUm3fPKQiH8lAOPA { width:3.937375rem;height:3.937375rem;top:1.25rem;left:1.37451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XObcNsP1MXqtZh6QBuiRzXw1zg1lemWa { width:3.937375rem;height:3.937375rem;top:7.8399658203125rem;left:1.373291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTp2aw2eJrL1v8t1ifyQHsfU4FC4OxEp { width:3.937375rem;height:3.937375rem;top:15.621948242188rem;left:1.373291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK { display:block; }#CeIc4vSPKoXGKdVkPk5AD8b6k4zsTEVK > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKyqkvftoOPuaopbo2ZTBTPElqQklz5K { width:20rem;height:25.9375rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vg9PZv5PsKeifiiXw9yR9QWPElVlzTlq { width:2.43713125rem;height:2.43713125rem;top:5.8125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV4W62Ifvyqzz3Kn86dr5tFLtKSvMuQE { width:17.99925rem;height:3.33333325rem;top:24.5rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #M6RqKfk6TNcGNKRXuKHMatLpxZEd6aks { width:19.999375rem;height:1.5rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#0b1a43;display:block; }
 }@media only screen and (max-width: 763px) { #w7Lwa8OkmlTiJV6RPEEbnVc0OXTBhUlT { width:9.187rem;height:0.56213375rem;top:3.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SazzqSPTI7Q1FgXxyPZGEwAfpHl43rwf { width:18.687125rem;height:12.25rem;top:9.3125rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yCckylU2vGv3F9zguOvtwZkhQxOo5r96 { width:12.561625rem;height:4.56176875rem;top:24rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 { display:block; }#z8krQnf7bCJ0bIgdTuCS409W92ypi6c4 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QlLmdureoi7yuNoAse2SdyCgwhWfzJor { width:20rem;height:5.1666665rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd { background-color:#ffffff;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; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container { background-color: transparent; background-image: none; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container > .video-iframe-container { display: none; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row > .video-iframe-container { display: none; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .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); }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container { border-width: 0; border-radius: 0; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUGw8kuizQVWalgEQZnMiR6tRBeFxRgd > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFXZySB4gdTSmU5b579phg2AMakNes45 { width:20rem;height:12.5625rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLKJp3Da21vn7rmyF1WkvI4OwXNWBFW9 { width:20rem;height:8.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NguE7Qe2rLUZXJlpVczTKnINOKlaMSI3 { width:20rem;height:9.3125rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6oCF8NxWnCDU6RA7MLx7snmTKAA7DQh { width:17.999875rem;height:4.75rem;top:3.8427734375rem;left:0.99853515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mA3MhRFUQTVpNdJ0G0uSdoiHZxqv8A7m { width:18rem;height:7.9166665rem;top:24.249267578125rem;left:0.999755859375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #flQUwpyf7VyVWpxJ2HaBWT6gbTbCmvTz { width:18rem;height:9.5rem;top:11.21826171875rem;left:0.99853515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTG0UT0SEMtxwZMJtmBz9w0rF1EquHsg { width:4.4995125rem;height:4.4995125rem;top:2.664794921875rem;left:0rem;background-color:#c0b9b4;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) { #yV3yrrI9kBHkT4XvKETxXQWHo89dSAxQ { width:4.4375rem;height:4.4375rem;top:23.125rem;left:0rem;background-color:#c0b9b4;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) { #xdJLZfuebx0mLrFdKRHf48NRquGmdNHq { width:4.125rem;height:4.125rem;top:10.562133789062rem;left:0rem;background-color:#c0b9b4;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) { #JkqZGrVwB2FXaA72ALxyhmrUHGQ0Gq3E { width:15.1245rem;height:4.0625rem;top:33.684692382812rem;left:2.4365234375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #WnHQBft3UixHMXUlhgTc4XWThb3hKPW8 { display:block; }
 }@media only screen and (max-width: 763px) { #dGuIJS7oFPbCyhqQZKstDqaE1ougKymq { background-color:#949593;background-image:none;display:block; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { background-color: transparent; background-image: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .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); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvUwlDiczDFKpDTaBiWZVB8v0EVh8l26 { width:20rem;height:7.74999975rem;top:2.1868896484375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfCMm3OvQuNLdtBDSEc7X4T5RoBSl4fp { width:6.5625rem;height:6.5625rem;top:1.06201171875rem;left:0.5621337890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd { display:block; }#dyEgNcM6XCLpy0CTy2TPq6xZMoXE64Xd > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeiFcIv3NDyXUowrv7yJ1A0WK5oZFIXk { width:20rem;height:3.16666675rem;top:1.25rem;left:0rem;font-size:1.25rem;font-family:lato;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rd2vfR8ouCQH01fWETuOSWpBlSAt2ptb { width:10.874625rem;height:10.874625rem;top:5.8148193359375rem;left:4.5611572265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCFKuSx9ExicbIGxuMSakbSyd7e8iWn6 { width:9.0625rem;height:5.1666665rem;top:8.6517333984375rem;left:5.46875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0CWnITrQ5DaBdTmVABlOSRLNVZyQbLq { width:13.62425rem;height:2rem;top:34.390869140625rem;left:3.187255859375rem;font-size:1.25rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #KHeyDJ1viokLqptT9grrFWp6PogVhB3I { width:20rem;height:2rem;top:20.833129882812rem;left:0rem;font-size:1.25rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #agm23G0wSplK4SUgE0Rd9mx56VizSvnS { width:10.562125rem;height:10.562125rem;top:23.829956054688rem;left:4.7174072265625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrLOr1V9ZF9afoW6eLyX2259FA7aRvfu { width:9.187rem;height:2.58333325rem;top:27.8125rem;left:5.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUIbo7AwSWuTEPdTnMbQiqfAIyOxaKIg { width:18.999625rem;height:4.0625rem;top:39.833374023438rem;left:0.4986572265625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #QU1KGbz601QgTIloInS6f63PFA68QNaJ { display:block; }
 }@media only screen and (max-width: 763px) { #c63cmEN0BnVhzXvTLIyf0W44SD3SHbwl { display:block; }#c63cmEN0BnVhzXvTLIyf0W44SD3SHbwl > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JX9qdZGzuwhBCQEOmNyatdrn3gZS3OdW { width:20rem;height:1.166666625rem;top:1.4044189453125rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MKqIdaPCUyuvHgsDmgISs4cXnsEWfs1A { display:block; }#MKqIdaPCUyuvHgsDmgISs4cXnsEWfs1A > .row .container { width:20rem;height:127rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wix2BblTHn6sHFOVEkPqCTN9W64C33CE { width:14.75rem;height:1.166666625rem;top:1.4583435058594rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bd5SM2pDMAOTg0vxmJpI1Ig2eReQqoER { width:11.25rem;height:11.25rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azRElqiKhlaSbLT85NB0JRTtsoQDZDcS { width:9.75rem;height:9.75rem;top:3.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU1cc75iqEefI0gJgclGdt7TtV6vt8e3 { width:14.0625rem;height:0.0625rem;top:39.747406005859rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgECIeS08dDQQoTO2TtTbFAbh586V8f2 { width:15.125rem;height:1.25rem;top:15.64453125rem;left:0rem;font-size:1rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lEEXZ8q6DUgrqVm7sSfiLHGiMOi5sMz7 { width:18.9375rem;height:4.6666665rem;top:17.5625rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e8WiSQGO7ml4X06AZUFcxdB6W6PQrV0K { width:19.4375rem;height:15.166667rem;top:23.4375rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AFDztcntf2pRfbcui4DFXqf2lDTqM2dG { width:14.8098955rem;height:1.166666625rem;top:87.515625rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GUEnwCngWP8946wZpEyCP7OB7pwCxwXq { width:9.68619825rem;height:9.68619825rem;top:89.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TakwUxsydatA3rnNbyXX16W7IMg21UVU { width:9.0625rem;height:9.0625rem;top:89.4375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnXgkvMvWzJrKpcbqilu0uxylFceS3q4 { width:14.0625rem;height:0.1236979375rem;top:125.18099975586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioT9xzsOoL54BhJkahX4917X6Il226JR { width:9.18619825rem;height:1.25rem;top:100.03256225586rem;left:0rem;font-size:1rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xNoHqpvQkQQyllXciTge4XtgOO3UxfFe { width:20rem;height:3.499999875rem;top:102.03256225586rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TUWhMHXuJBeqhT7QueXXG7NKWCkzqN65 { width:19.9348965rem;height:16.333334rem;top:107.3671875rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kLnTdbBlJSuiFqcEUQGXT3FdqiPiTzqA { width:14.81119825rem;height:1.166666625rem;top:41.3125rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y7MLC72UViEIPfM3lNwmfAWaUNxDvPCs { width:9.56119825rem;height:9.56119825rem;top:44rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaQf5FflyTVCEPNFF5Oe7EbPTqO14gmL { width:8.49869825rem;height:8.49869825rem;top:44rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0S3Zc30v1KC60CL8u2vTa2amX5URr4k { width:9.30859375rem;height:1.25rem;top:54.372406005859rem;left:0rem;font-size:1rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U7fRs74tMah5hN4GdtdpDJJG06DKB9bg { width:14.0625rem;height:0.1223958125rem;top:86.205718994137rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO4UDMCzr8m42BpaZUoTLf25BexJzlb7 { width:18.8125rem;height:3.499999875rem;top:57.265625rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IkE8DmMHcUCJoz8oH2onqCMEfzPxvkiS { width:19.1875rem;height:22.166666rem;top:62.286468505859rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bFUTwInXCfG3o0EfeyQ7c9PsiMSSgLIc { display:block; }#bFUTwInXCfG3o0EfeyQ7c9PsiMSSgLIc > .row .container { width:20rem;height:89.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQwhneJTNN5F7Cf6D6ThvnyOzRgm9V3T { width:14.0625rem;height:0.12329125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua1sgGnMJFmkmgWERT1l85ZPcKHLJhfV { width:9.5625rem;height:9.5625rem;top:4.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTp1swIMUqkeFCTso5Nla5Q00evx0W42 { width:9.309875rem;height:1.25rem;top:15.625rem;left:0rem;font-size:1rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IhkFvRJDMG8TrVkwQ16Zc2Gvmlx8a6XU { width:8.5rem;height:8.5rem;top:6rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpPwCRCIsSaPczB50ylM5Kvm3KArS516 { width:18.625rem;height:2.33333325rem;top:3.1870422363281rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VWrLCTpCXi2RrkXBI6GkOxOTV5mXsbLl { width:20rem;height:3.5rem;top:17.625rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nIZVVKb18plV4gTkmyy0ee9iGSRmkgOL { width:20rem;height:7rem;top:22.0625rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ukBZ6rFS2xkTbXSJCqOnVH1cxtyPJ9pk { width:9.687rem;height:9.687rem;top:64.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lu7P8P8vOT9uOVyZJdtHxgogpXz0V7DN { width:14.811375rem;height:1.166666625rem;top:62.5rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PGdsUt0HqDAt3WDlwymRcAblogqS7Tlb { width:9.0625rem;height:9.0625rem;top:65.375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2uzNiGf71zKNOWH2clF230JZsgPaRdW { width:9.1875rem;height:1.25rem;top:75.75rem;left:0rem;font-size:1rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AQrb96pvRlAS1eVEUeX2JyboRPlc3MRP { width:14.0625rem;height:0.124511875rem;top:61.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdazzQJ6Tg3cgnqW6cT7wXzDsOXy1XC5 { width:20rem;height:1.166666625rem;top:78rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P36kbSQwEXaPBB9NtW9XBCJImSapvsdT { width:19.9359375rem;height:7rem;top:80rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hciLa87AFJ5grxTTThdsGkmZXr1s0GVX { width:14.8115806875rem;height:1.166666625rem;top:31.9375rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QDgp46VyAgBNe0ImTuQr6CF57zXKPhRb { width:9.5622701875rem;height:9.5622701875rem;top:33.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFAIkfJF4RyXqWMu4vRy7x4s4S1pgl3R { width:8.6247701875rem;height:8.6247701875rem;top:33.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKxbe4L3HdvHZuTOCXWeuNeicCeAN93a { width:17.0622691875rem;height:2.33333325rem;top:46.9375rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nebQRBrmsczsZ412UHpgf8xTC3qWTV58 { width:9.309512125rem;height:1.25rem;top:44.5rem;left:0rem;font-size:1rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mqfXZKFfHMFu5Eg6g83V9ohVNy2BsCNN { width:14.0625rem;height:0.122932rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9MUD7pGVkqTJsGBZfriZi1hAN9LLRMv { width:19.4375rem;height:9.333333rem;top:50.125rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wgXo4ib6JDAXHxnsczM5b8XX2sMsAPfo { display:block; }#wgXo4ib6JDAXHxnsczM5b8XX2sMsAPfo > .row .container { width:20rem;height:36.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJwruKFN3MJLTTcal7kFaT6MBJTVBl8g { width:14.81175rem;height:1.166666625rem;top:1.625rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mwyx2tg9XhFIGkeIUJyDQzeKeD8zLs7P { width:9.562375rem;height:9.562375rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB9anGedKkfPVlXSTZM4TeFvuSBTRXDw { width:8.4375rem;height:8.4375rem;top:4.6875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2NIFBXlTXD3EGG8CwSJ8RXIAfwzvbmV { width:10.9979375rem;height:1.25rem;top:14.375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #brqU4cTNHb3IN8GpTah3VfDSNB3IL8ZB { width:13.2495rem;height:2.33333325rem;top:16.1875rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uU25ftbXLb7XEZxwFUEO03WXduW0Iy64 { width:14.0625rem;height:0.124240625rem;top:1rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpv8K2TG3zaXpI3ZnNC3JZFdRuvTEGTf { width:19.25rem;height:14rem;top:19.875rem;left:0rem;font-size:0.9375rem;color:#0b1a43;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL { background-color:#0b1a43;background-image:none;display:block; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { background-color: transparent; background-image: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row > .video-iframe-container { display: none; }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .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); }#F1gkrvIoUFU0mUIZHmg4maqIEUDSuaTL > .row .container { width:20rem;height:80.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaa1pt3lKkRAPUGU7h2am73M29JJAyKd { width:20rem;height:2.58333325rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IF8w5suVvneAQMRcn8cCWe3sOf2DTVoX { width:17.1875rem;height:5rem;top:3.85009765625rem;left:1.40625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-text {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-select {padding-top: 0; padding-bottom: 0;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-input-button { width:9.625rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.9375rem;height:4rem;font-size:1.1875rem;overflow:hidden;text-align:center;text-align-last:center; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc  { width:17.5rem;height:29.489125rem;top:11.4679rem;left:0rem; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc {display:block;}#S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc { width:17.5rem;height:29.489125rem;top:11.4679rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WCKigTTXRlK2ts6VbT1EATpIIyxTIgBw {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #inl19xcTevaoFvrpCeyODiPO9ZzHLTEC { display:block; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ngVcHSzCZiNwCmhpiFFE3QNayEL7HgaZ {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #FsKsExD4UqiVnKnFUSBU4f0fBBmgQXdc {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #KIzxOiDoQKNz84llzUq6kgIIGfPgAG3F { display:block; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #zqe4cPN9quvfkgE3e6wMeRronZIBGFLR {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #wz7cuCA4qk6qJrv1O43QNkaKVCBf0fBR {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #Lnw1aZGC1ksryS67uo0MiTkrTr9hOESq { display:block; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #D2rdPfAVwlillCpaKd9RKL8my4Ttkmt2 {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #XKyx3dWDBe14sTPQQRnOawlHMmFaCaNF {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #kTXMrP0SKTzaMyoaBZ8BBwSHLWDfFQrm { display:block; }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #SwQxWFiAQ37eOP8x2fmUtsEgwOzSE7OQ {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #ZSJv8wO4Feim5CiZizNcwGEOxxT6VLDR {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #X0GBA0NKxW8vn0OgJO0aqbC0H8COBS4o {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #vtuXa87T7gEnGbeIwkT6cG2aeHLgdSoM {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #WXbKdtzNBz7vTIxhsM2GqPpH77Z5do1y {  }
 }@media only screen and (max-width: 763px) { #S6HN8f00mSacLnJ8azg8xKsDUkXU4ggc #HDJwAKZe8o2icmCcIBs77QPOmPw9bxgi {  }
 }@media only screen and (max-width: 763px) { #ix93PBik5TNURxiOxhBPC23txP9uxIpX { width:6.5625rem;height:6.5625rem;top:44.080810546875rem;left:13.4375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #MixMlagkvEbvrLUITN4V3uHqMWdBN1i6 { width:20rem;height:20rem;top:44.7064rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRXo0Ev2fvxFkTGG4qPnemOnkvMeLCDq { width:20rem;height:4.750000125rem;top:66.392822265625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NmTPwANfVUlpfAAIxzu8XTKRfQafMlZG { width:15.187375rem;height:1.833333375rem;top:73.072875976562rem;left:2.3748779296875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqOu7zoQ0QlfeP5oTkSzLocbO7dd9qiD { width:2.9375rem;height:2.9375rem;top:76.034547265625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrGatGtsQPTezo7VCxRF4oWa0sr1Ruxw { width:2.0625rem;height:2.0625rem;top:76.721803125rem;left:9.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpURNNgavQJmuoryzmxdIVTlBOpMWOWm { width:2.9375rem;height:2.9375rem;top:76.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI77c2XxzWUsc5nqZ6b6fCMXHNnhtWbT { width:2rem;height:2.0603911083627rem;top:76.625rem;left:5.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8PAR35pn6FNSs2dC5lvUnk9R5dtL8Dg { width:2.9375rem;height:2.9375rem;top:76.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwvNJa8cqMfSc8HQdsgW6oyDRM5mHJOb { width:1.6875rem;height:1.6875rem;top:76.875rem;left:13.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 { background-color:#0b1a43;background-image:none;display:block; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container { background-color: transparent; background-image: none; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container > .video-iframe-container { display: none; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row > .video-iframe-container { display: none; }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .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); }#BtTI5DlIGk35tUCV3r5n7DEssyfKmIM9 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbtNpOPlMKMcDJePGZD7gO2gT9VM0xKq { top:1.25rem;left:3rem;width:14rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAFXFGUhAebrpun0KNG215KVBVcClfan { display:block; }
 }