.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,237,217;--color-primary-1:254,202,140;--color-primary-2:253,166,63;--color-primary-3:255,83,53;--color-primary-4:51,33,13;--color-secondary-0:255,210,228;--color-secondary-1:255,121,175;--color-secondary-2:255,32,121;--color-secondary-3:255,28,65;--color-secondary-4:51,6,24;--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:"ubuntu";--paragraphs-font-family:"ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { 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;z-index:auto;display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { background-color: transparent; background-image: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .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); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { border-width: 0; border-radius: 0; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#Rx7UcEiWQuT6ATfW5aqtkVKGuQLC9gEv { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(224deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(224deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(224deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(224deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(224deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:0.561967253685rem;left:56.995735168457rem;display:block; }
#MxIBb2TB28DITKIsAXgdyzHzVVi2qtbM { background-color:rgba(var(--color-tertiary-0),0);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: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:#050505;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.4375rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.5rem;height:2.875rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:1.03125rem;left:27.187501907349rem;display:block; }
#M9glmxaGLOQlumgtLPZx0kEqRqbrLlw3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s8upN0PdZLeEtpvP9Db4RM6UrQq2kSGf { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(244deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(244deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(244deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(244deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(244deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:0.5625rem;left:53.4375rem;display:block; }
#wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { 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:3.0625rem;width:13.5625rem;top:1.21875rem;left:0.00078201293945312rem;overflow:hidden;display:block; }
#xDX7fuXgTFBWnD0HeGyiVcIT178brLUK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:1.25rem;left:24.500001907349rem; }
#CuWJMnqnsz50ncae66RQkLsWTtzBwTKy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.1875rem;left:54rem; }
#CuWJMnqnsz50ncae66RQkLsWTtzBwTKy > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#TVO4S5DeCBSztxr0ZOOl3eVUVR1KFMmJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.0625rem;left:57.5576171875rem; }
#TVO4S5DeCBSztxr0ZOOl3eVUVR1KFMmJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#aU8ZFovub0JPkeuIBtrcXHQxaP7ZLZ1N { background-color:rgba(var(--color-primary-3),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: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:1.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:5.125rem;left:15.050001144409rem;display:block; }
#AaIQ1Ez4DP7EatXwG81p9tGT7EZuheH1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VIeQpBbZyVmKadRDXwCLl61MNrf8Ruha { background-color:rgba(var(--color-primary-3),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: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:1.75rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:5.125rem;left:25.437501907349rem;display:block; }
#yCwQeZtO5lfdDz0QeytEq9t8QQWZ2vy9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xPgFLlqem9x7PTwzJsGIlSU0pN2eXH3h { background-color:rgba(var(--color-primary-3),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: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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:1.75rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:5.125rem;left:35.812501907349rem;display:block; }
#JD18zdqcPIWuWcqQ0i69mo9yKJHc1SXr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { position:relative;display:block; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { background-color: transparent; background-image: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container > .video-iframe-container { display: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row > .video-iframe-container { display: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .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); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { border-width: 0; border-radius: 0; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .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; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:none;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;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.42); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { border-width: 0; border-radius: 0; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:60rem;height:59.9375rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:4.5601568222046rem;left:0rem;height:13.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:15.934374809265rem;left:0.061717987060547rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));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.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;height:32.75rem;width:29.375rem;top:22.43593788147rem;left:15.24843788147rem;display:block; }
#rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.375000476837rem;left:17.031251907349rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r4KprOkH34f4k49GdZvSWxPFukJL3z4U { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.20937538147rem;left:17.031251907349rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-form-header {  }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:21.5625rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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:21.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;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;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:21.5625rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.8);vertical-align:top;width:20.125rem;overflow:hidden;font-style:normal; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container:first-of-type{padding-top:0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container:last-of-type{padding-bottom:0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:30.497657775879rem;left:17.87265586853rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X {display:block;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:30.497657775879rem;left:17.87265586853rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #rUdiQ1hzpDlx3IlFa0lcfizIcHGhEoJM { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #KiexGFyoAh7DN01lTnKruqE2PTmDuVXR { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #sB3JTy6XT1cBxISdorwWdmqDtaiF2P48 { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #w8XTyhLE95fZk06kLmDQ3IHFrb1u4pWs { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #fgcvSTGeoa9IgsTTTP3ZZ1TP4bgOQ0WT { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #ndq1A79G8ScDnb73xdHsaBfZpHZtlEEZ { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #vG2qVoQweKP3LtTxwVNRT4MyUG1f0Wbr { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #cgxrMddzwTUldOxQ9wAAzOTQntz9uHsQ { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #GubAVydT89ZV1PtNGS2kLk4QANhnChIq { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #OqsvJ47IulyHi6caTNyH6aRv2x3OZanR { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #peI5h6VOZumHOTyOFQ4grBLK9qMk6a1T { position:relative;z-index:2; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #xhTBXV75mbfXo34MytVdLlhk8c7KrSBX { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #dqhnUQVrDNObppLGO1ZXQ2On50FmOca0 { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #zkwc28pGfrTlaFHAXZQ4fSlACJzx0wDI { position:relative; }
#DKdAMM4pULXZQsRPfnUdTgfvGR02Pp6G { 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:1.5625rem;width:1.5625rem;top:57.625rem;left:29.218751907349rem;overflow:hidden;display:block; }
#nBsb9BKbEhlSaeF1kSsqS0aqAdALhfoI { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.625rem;height:1.3125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:55.76015663147rem;left:26.687501907349rem;display:block; }
#DxiJsQIclDXMAZ8JTUSqBXP3OGdUZByi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rV1qn3nuQ08Pp0hZiMGrTtQaLIARNNrE { color:rgba(var(--color-tertiary-0),1);display:block;width:29.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:26.461719512939rem;left:15.437501907349rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#woeDds7X9LlsHTdeZTPGtaweS33OXyet { 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; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { color:rgba(var(--color-primary-3),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.375rem;left:0.060367584228516rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { color:#848484;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:8.6390266418456rem;left:-0.094106674194338rem;height:4.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hXxBsueVTmslvvPrGe0nSLFgMcgZUI2I { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-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:4.5rem;top:14.5625rem;left:27.811611175537rem;display:block; }
#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf { 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; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { background-color: transparent; background-image: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container > .video-iframe-container { display: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row > .video-iframe-container { display: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .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); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { border-width: 0; border-radius: 0; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#Mb8T2ehNxdlsqzyHbRJVQUVERohdau51 { color:#000000;display:block;width:28.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:0.15713882446289rem;left:0rem;height:4.0375rem;font-style:normal;display:block; }
#PSrpNshsWHFMeQFQTAE1TuP9BOCOAQil { color:#848484;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:4.1945313215256rem;left:0rem;height:14.9625rem;font-style:normal;display:block; }
#C4Me8RHT2oXIGxGNFBZUIulxUKX1T0n9 { background-color:transparent;background-image: -webkit-linear-gradient(83deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(83deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(83deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(83deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(83deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.375rem 0.375rem 0.8125rem rgba(0,0,0,0.1) ;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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.9375rem;left:0rem;display:block; }
#EFrfG8HGQhbuCaIxaXVnCRc0bWV9Thgy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QI5WKVAPpTpqWupTAQ24FlISkmK6qqns { color:#04005e;display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.9;letter-spacing:0;top:21.743750452995rem;left:0rem;height:2.1375rem;font-style:normal;display:block; }
#JJqxX0yPC2i8bpxNSa8ho9R8F6yMykxi { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:21.312500834465rem;left:6.3125rem;display:block; }
#lZ9mIfhTc22JVLR9TZhnUU8eeFi9ZANx { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:21.312500834465rem;left:10.1875rem;display:block; }
#SppX9APbO4QPbUWwKgdHpLVGQv3DoTLy { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:3rem;width:3rem;top:21.312500834465rem;left:13.875rem;display:block; }
#XRFVXa2f9pKy7UliuRRAOdfwiz8Gif4A { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:29.0625rem;top:0rem;left:30.9375rem;overflow:hidden;display:block; }
#X3R6fpxpKAM1TnyPmrEU3t6PNMsMVCl0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:21.875000834465rem;left:6.875rem; }
#X3R6fpxpKAM1TnyPmrEU3t6PNMsMVCl0 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ykWtxmzsVm4BInnSmJMfq5FEEQNFdQy3 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:21.875000834465rem;left:10.75rem; }
#E9wToiga1sDnzNUxiDinpziRReMnoFy9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:21.875000834465rem;left:14.4375rem; }
#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 { 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; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { background-color: transparent; background-image: none; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container > .video-iframe-container { display: none; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row > .video-iframe-container { display: none; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .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); }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { border-width: 0; border-radius: 0; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { 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; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { background-color: transparent; background-image: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container > .video-iframe-container { display: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container { display: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .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); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { border-width: 0; border-radius: 0; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9635410308838rem;left:1.3447914123535rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tn9dZx08aR8TbknADpEIbEx416rG9JiB { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),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:13.9375rem;left:0rem;display:block; }
#Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { position:absolute;display:block;z-index:15009;background-color:#0f18a3;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:13.9375rem;left:15.503124237061rem;display:block; }
#WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:16.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),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:13.9375rem;left:30.5rem;display:block; }
#JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:31.8125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { position:absolute;display:block;z-index:15021;background-color:#0f18a3;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:13.9375rem;left:45.4375rem;display:block; }
#ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:46.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O6NNbywkdieUi8wWp9rTunmvrs1F2FZB { position:absolute;display:block;z-index:14992;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:0rem;left:15.499820709229rem;display:block; }
#ZLlaACciDFlHuKzB5GFfFyCXMdT08FAk { position:absolute;display:block;z-index:14994;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:0rem;left:0.0010414123535156rem;display:block; }
#IxkFfbcKUgSSo6FvbTCZ05iqngcLC1Ux { position:absolute;display:block;z-index:14990;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:0rem;left:30.467861175537rem;display:block; }
#AiawCy4g7pE4Pm6buAGOxbBvVNzapqmI { position:absolute;display:block;z-index:14988;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:0rem;left:45.46875rem;display:block; }
#GTLJN0b2I9KO86PLb5pQ0qysCrFREikI { position:absolute;display:block;z-index:15007;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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:6.75rem;left:5.1572914123535rem;display:block; }
#qDUk8fvGQo2AlC7FAu2qUuFBosktIqBy { position:absolute;display:block;z-index:15008;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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.125rem;width:1.125rem;top:8.125rem;left:23.632293701172rem;display:block; }
#oNym4PgCdxTIHCeyZJ4XgRHoFGMxn5l9 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2rem;width:2rem;top:8.004166440735rem;left:37.64166625rem;display:block; }
#kup5UJCU5Xu6gVpGPIO4laTDNMJuG6WU { position:absolute;display:block;z-index:15024;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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.5rem;width:1.5rem;top:6.6875rem;left:50.65625rem;display:block; }
#LGB6010WAagrVNBKz3wqZq9wV1uw7wEt { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:8.3937492370606rem;left:7.6645812988281rem;display:block; }
#nkGTeoR7EQg4oebnHumecKPAvRmbidme { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.4375rem;top:7.2572937011719rem;left:21.1875rem;display:block; }
#wL8PSKcfff2XWkuQwVTNTmVU9wiJPvqL { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:6.46875rem;left:36.03125rem;display:block; }
#pdFO5ls0PEPecvTer5IAsZ4kGoUL5TCb { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:7.625rem;left:53.96875rem;display:block; }
#rUsrIBuBT6z4yhUdrL4hhfQzqgouPkP3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:6.75rem;left:5.875rem; }
#Fb9tI1SK2634TtiVFO3nQTANpxpUIo3l { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;top:6.75rem;left:21.09375rem; }
#Mq8xJMlTNms3P5GIJiFhEHaMXgNFKT0b { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:6.9375rem;left:36.5rem; }
#cTkzse5zdwCVpURT2WNfNv3rvh0fFEZ3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;top:6.4375rem;left:51.4375rem; }
#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu { 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; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { background-color: transparent; background-image: none; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container > .video-iframe-container { display: none; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row > .video-iframe-container { display: none; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .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); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { border-width: 0; border-radius: 0; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:1.375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZydX3czZNmBT5cVuvgbXbP6OHDLiCqPW { position:absolute;display:block;z-index:15003;background-color:#0f18a3;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:14.5625rem;left:0.0625rem;display:block; }
#TKwWOAmcy9TcSJKHlDG1wpJLWt3cNGHf { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-3),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:14.5625rem;left:15.503124237061rem;display:block; }
#dEtUWsCEvbQBfCddc6cJLoLPITMNBiWw { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.75rem;left:16.8125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lSzk3oSxfrDiS6w6wBEC5PCazMX5wZkL { position:absolute;display:block;z-index:15015;background-color:#0f18a3;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:14.5625rem;left:30.4375rem;display:block; }
#Ei018nxz6D8NcclkWWygrwCA0etAyuTa { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.75rem;left:31.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qgp36MkkNBlRP6VyXAEHf9Oqp9XolHcR { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-3),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:14.5625rem;left:45.5rem;display:block; }
#vyvamifImI0SmXIzqxyAdDFzPUgQFeue { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.75rem;left:46.8125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GI6RfMCZDbq6GBterZUQvICy2IiyoNna { position:absolute;display:block;z-index:14993;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:0.625rem;left:15.5rem;display:block; }
#xVgQAdNr0tGx94E0RAQy3JMmnXrvKdt8 { position:absolute;display:block;z-index:14995;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:0.625rem;left:0.0625rem;display:block; }
#QT0hFKQX9wQyL98lWk1Ok2pedVBeKWsd { position:absolute;display:block;z-index:14991;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:0.625rem;left:30.467712402344rem;display:block; }
#JyNFWSXp8tpZ4hgX09TtH3FN3Eq43cny { position:absolute;display:block;z-index:14989;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:0.625rem;left:45.46875rem;display:block; }
#e8M4ecHCaCwuXQWGuGUBhXSor4THHtf2 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:8.75rem;left:7.40625rem;display:block; }
#gJFa3dzQoCIH0qhrbcAsEN09MyVIWZC8 { 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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.875rem;width:1.875rem;top:7.2572937011719rem;left:22.625rem;display:block; }
#rdRwtruZGCyl5Fq6ACfOBrfEETN4yFmz { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.0625rem;width:1.0625rem;top:6.9375rem;left:35.84375rem;display:block; }
#oKvmeLz5QqFuh0MmWbzNwuudEU5tmLl9 { position:absolute;display:block;z-index:15026;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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:7rem;left:50.90625rem;display:block; }
#f9naIIo647Eb3MlgTzP1fCyxDDDTHQie { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.875rem;width:0.875rem;top:7.375rem;left:5.6635437011719rem;display:block; }
#frpEfU4S7xhx8TJB2PGWgKRx3aOd8BsP { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:0.625rem;top:8.9031257629394rem;left:21.03125rem;display:block; }
#OupZV8nw7kOTLNfUDhNfzpGF6E4bRmR0 { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.875rem;top:7.5072937011719rem;left:38.319793701172rem;display:block; }
#gdShx5UN1oLsh2sytZX9d92eDxADp5GM { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:8.4375rem;left:52.96875rem;display:block; }
#SIca4BL3FG22xUdLr6pGzTdh7Zo2T7ge { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:7.375rem;left:21rem; }
#EvqUAFgx0AXbJ1WlhDQ5RwSxRVSRlTJX { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;top:7.75rem;left:5.8125rem; }
#N0X79am7U6yaCmAxRsvxMht9KPkl6ZfL { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;top:6.96875rem;left:36.1875rem; }
#KmJhnms6Sy9JZZcp9MenSTc7KsvLxFBg { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:7.0625rem;left:51.25rem; }
#l0rwED4rys44koK76kNoTh4cdQDeL4fD { 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; }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row .container { background-color: transparent; background-image: none; }#l0rwED4rys44koK76kNoTh4cdQDeL4fD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row .container > .video-iframe-container { display: none; }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row > .video-iframe-container { display: none; }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .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); }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row .container { border-width: 0; border-radius: 0; }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#UWhmTio2VeeKrBJPnt2cKKkAkT0QVS2a { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9635410308838rem;left:1.3447914123535rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tP8VRuLDv2usdrTcE86f11BBXkFZpaJD { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),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:13.9375rem;left:0rem;display:block; }
#unS4a30cbBXg2ztpxAsPHtngq8ZTpDwl { position:absolute;display:block;z-index:15009;background-color:#0f18a3;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:13.9375rem;left:15.503124237061rem;display:block; }
#hZMeM2drsUgw4NR8hZIoWVhWGSFNF1Jk { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:16.8125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GT7fl7p8XmN3EcrJlpaP1g7DC2Z2cw5C { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),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:13.9375rem;left:30.5rem;display:block; }
#za9DrdUGSLXuXtl6PlSc6cbuZEEt9JgU { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:31.8125rem;height:4.3875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vDn1yIiE9Ovsg669oZSl29xTapJua0kX { position:absolute;display:block;z-index:15021;background-color:#0f18a3;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:13.9375rem;left:45.4375rem;display:block; }
#Po8L2M9ZtVUObbbITZABHoTxikJubu0C { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:46.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hpCVTIzMs8yTuFKxIv3QnLI1XdsKL1sD { position:absolute;display:block;z-index:14992;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:0rem;left:15.499820709229rem;display:block; }
#Zf0mq02QbOv4cctvsx9FPnuHqJdQQFIN { position:absolute;display:block;z-index:14994;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:0rem;left:0.0010414123535156rem;display:block; }
#aJzzoAfItMCbUd0MRRViKcndzkBUMBbf { position:absolute;display:block;z-index:14989;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:0rem;left:30.467861175537rem;display:block; }
#yOCkAfXuSUKCKqwm43H2U53zJDEhwkfz { position:absolute;display:block;z-index:14988;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:0rem;left:45.46875rem;display:block; }
#auTeZy3iAhSxUm5lNeRylWirfotwNMpH { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:6.75rem;left:5.1572914123535rem;display:block; }
#nJH2Ghy5p5yic7pr3FGd6ps4DHUqyNuc { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.125rem;width:1.125rem;top:8.75rem;left:23.632293701172rem;display:block; }
#gg1QlZW5T8Q40sGD3UFhbHLzrE7BcSmP { position:absolute;display:block;z-index:15023;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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2rem;width:2rem;top:8.004166440735rem;left:37.64166625rem;display:block; }
#qdS6XUO5n5KgmNQTe3EwvZeHxGgMfKtt { position:absolute;display:block;z-index:15024;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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.5rem;width:1.5rem;top:6.6875rem;left:50.65625rem;display:block; }
#xhQa4iB0dE0CqG1u9rIWQGMxeGiO9ZIK { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:1.0625rem;top:8.3937492370606rem;left:7.6645812988281rem;display:block; }
#HVrfBBpdIo9IqNQSmPguOKRwXPDm7amA { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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:1.4375rem;top:7.2572937011719rem;left:19.9375rem;display:block; }
#w3TqBRiU8yOo0ktiONFTJvTh1AAntCWx { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:6.71875rem;left:35.40625rem;display:block; }
#ivWKEOOAULXBLxsJ0EJ07yo1PynBqKnF { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.8125rem;width:0.8125rem;top:7.625rem;left:52.09375rem;display:block; }
#p8rd2TVwl7qI6s39AVSMnqQZltCeDXDC { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:6.75rem;left:20.8818359375rem; }
#pnBxbCeLDu5gJ01wX2h2ukBRdeHXUkfM { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;top:6.75rem;left:5.7822265625rem; }
#hxT5fVo8poT2ADOtVag47CUN7dNF8AwJ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;top:6.8125rem;left:36.0166015625rem; }
#lJ6rUaFigQm6cUpx3Jdes479RHu4dEyd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;top:6.4375rem;left:50.65625rem; }
#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX { 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; }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row .container { background-color: transparent; background-image: none; }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row .container > .video-iframe-container { display: none; }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row > .video-iframe-container { display: none; }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .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); }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row .container { border-width: 0; border-radius: 0; }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#TId3FzpNfaA0USyU0dIOLbT77FMJyuLe { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.75rem;left:1.375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uTx2k1M78TZp7z2rBlEmThERTGFdklDl { position:absolute;display:block;z-index:15003;background-color:#0f18a3;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:14.5625rem;left:0.0625rem;display:block; }
#GBd30USoVcmdJLWnulk1dEmT4hRRXflg { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-3),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:14.5625rem;left:15.503124237061rem;display:block; }
#bp3nH1U3UdTZTNhoxhvqGV8lpTvbyTv6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.75rem;left:16.8125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dmOv4T0yAxzTEeqpRdvKTaVQzTAc7ITV { position:absolute;display:block;z-index:15015;background-color:#0f18a3;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:14.5625rem;left:30.4375rem;display:block; }
#BQT2HkQE0MrLBE5cw6Tcq8AE2BbQenDv { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.75rem;left:31.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ukHeLm97gSOGzfMncqRw4hNkhU3yTZL2 { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-3),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:14.5625rem;left:45.5rem;display:block; }
#qVOuSvcJd0MhUzFlPTT8gVDFURbGMb1L { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.75rem;left:46.8125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r0TgxchG3xr64EkRy2rfVT5txkOX9TbE { position:absolute;display:block;z-index:14990;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:0.625rem;left:15.5rem;display:block; }
#hiwKy4L1TzIi657C5HhAzMV48SPmxPmQ { position:absolute;display:block;z-index:14989;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:0.625rem;left:0.0625rem;display:block; }
#xS20wHVtm6JTQRTrxAQqp1CBS6GgchBZ { position:absolute;display:block;z-index:14991;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:0.625rem;left:30.467712402344rem;display:block; }
#FtwQnFr2r2vkJaaIFT44QSsJdlieGOr6 { position:absolute;display:block;z-index:14992;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:0.625rem;left:45.46875rem;display:block; }
#g3m51sPtyNLmlRM5UddpDpFrptkB3Qrd { position:absolute;display:block;z-index:15008;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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.4375rem;width:1.4375rem;top:8.75rem;left:7.40625rem;display:block; }
#B8qf34wlxS5sZ4ROqWHNQRtWMizvGDS3 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.875rem;width:1.875rem;top:7.2572937011719rem;left:22.625rem;display:block; }
#xJuK8sPsC9piyQqKdMiHP86sgFTHrfnT { position:absolute;display:block;z-index:15025;background-color:rgba(var(--color-primary-3),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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.0625rem;width:1.0625rem;top:6.9375rem;left:35.84375rem;display:block; }
#cXNZeKn6UUbduGusmCPwc4kMdyQhGI97 { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:0.875rem;width:0.875rem;top:7.375rem;left:5.6635437011719rem;display:block; }
#ed9BzghoxE5e8L6sDZr3raqOVnRtIGyf { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:0.625rem;top:8.9031257629394rem;left:21.03125rem;display:block; }
#sJ1XZTxn6zcQz1P1CqALr5XDNlb1UJRH { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:0.875rem;top:7.5072937011719rem;left:38.319793701172rem;display:block; }
#GvXUfpEJDUgkFoTUWX1hCZzybwzCmhDR { position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),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-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.1875rem;width:1.1875rem;top:8.4375rem;left:52.96875rem;display:block; }
#ugNTv4UUHT0TR8Su3k6Jeq2XI4wiWa96 { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:2.3125rem;top:7.5625rem;left:50.194793701172rem;display:block; }
#bmcJUokFK1sfpQoJVKshMwtiUXtOUT4O { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;top:6.9443359375rem;left:21.25rem; }
#Fy6zJT0FO1o9BL31cNxaIo76qW5yycmd { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;top:7.6875rem;left:5.875rem; }
#XnCMaHhLzqSZGAlVwFhfa36sGo0HTAdn { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;top:6.9443359375rem;left:36.25rem; }
#ebdyo0LPwGR6TmhJOPEhLJNBomAaJGQ1 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;top:6.9443359375rem;left:50.8125rem; }
#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 { 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; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { background-color: transparent; background-image: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container > .video-iframe-container { display: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row > .video-iframe-container { display: none; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .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); }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { border-width: 0; border-radius: 0; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:60rem;position:relative;display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/3ACLFa47/bg2.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4.adaptive-delivery-prevent-bg, #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4.lazyload, #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4.lazyloading { background-image: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { background-color: transparent; background-image: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .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); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { border-width: 0; border-radius: 0; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#CLH745nNtHTQs6cuT9w0L9FzV4TBbeFB { color:rgba(var(--color-primary-3),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.375rem;left:0.0595703125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e9TAcGbgSVFoNsWfoMteZVXV2TnECCuy { color:#848484;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:8.6390266418456rem;left:-0.094106674194338rem;height:4.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tfh8ZP770kZJRTXq2ILd8Ioxpat3UZyc { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),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:4.5rem;top:14.5625rem;left:27.811611175537rem;display:block; }
#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/3ACLFa47/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ.adaptive-delivery-prevent-bg, #i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ.lazyload, #i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ.lazyloading { background-image: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { background-color: transparent; background-image: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,254,255,0.9); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container > .video-iframe-container { display: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,254,255,0.9); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container { display: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .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); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { border-width: 0; border-radius: 0; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#SndzQAqclTWgWecDRtW2qG8rfJAvK9px { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:2.6875rem;left:5.875rem;height:1.9125rem;font-style:normal;display:block; }
#UyXZbE8e9pSDbUxgWutV8MpwQiumi4TO { color:#3d4051;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1124999523163rem;left:2.4375rem;height:10.09375rem;font-style:normal;display:block; }
#SGcQaBymmoyCATZKebQvCFMWPG0NUwHJ { color:#3d4051;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:5.1124999523163rem;left:32.437499046326rem;height:7.6rem;font-style:normal;display:block; }
#Lz9o4thoqcqCJcKfTWxzVcwBhs4JrZpR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:2.5625rem;left:35.5rem;height:1.9125rem;font-style:normal;display:block; }
#ZvFzJthhT5QEPmy3uCHl4hTaeKpD9InX { position:absolute;display:block;z-index:15001;background-color:#f7f7f7;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:15.3125rem;width:30rem;top:0rem;left:30rem;display:block; }
#OAElC4a4WgChEfWCTNTX3dMVhv5NW5G6 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;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:15.3125rem;width:30rem;top:0rem;left:0rem;display:block; }
#wervDpVEAt3xcT8ZPWfob7df6wWzOH0J { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:2.9375rem;left:2.5rem; }
#B1PyvxzPQxbteA3UxNb9m9ly1sT7awQU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:2.9375rem;left:32.5rem; }
#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/3ACLFa47/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA.adaptive-delivery-prevent-bg, #dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA.lazyload, #dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA.lazyloading { background-image: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { background-color: transparent; background-image: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container > .video-iframe-container { display: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container { display: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .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); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { border-width: 0; border-radius: 0; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#L7pHwENBqQHoudQHbWx3rV9M9OT9ADgs { color:rgba(var(--color-tertiary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:2.5624980926514rem;left:6rem;height:3.825rem;font-style:normal;display:block; }
#V9NoK4qJuobPHEseFZq3MsHqrFA9FhG9 { color:#3d4051;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:5.1625000983477rem;left:2.4375009536743rem;height:6.4125rem;font-style:normal;display:block; }
#aFvLLoZbuApycZ0m3TzMDbbk4PiFWqQg { color:#3d4051;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:5.1625000983477rem;left:32.406249046326rem;height:5.7rem;font-style:normal;display:block; }
#PEoJw8ty7TVvlfKe19tyEPwCUUZvvhHK { color:rgba(var(--color-tertiary-4),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:2.6242218017578rem;left:35.437501907349rem;height:3.825rem;font-style:normal;display:block; }
#XxVVnuEHOPnhdBDhGI1zhJtfETkCngKw { position:absolute;display:block;z-index:15001;background-color:#f7f7f7;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:15.3125rem;width:30rem;top:0.03038215637207rem;left:0rem;display:block; }
#UvVqpywTC3652ZaRHhqOJopXcx7Cb0kV { position:absolute;display:block;z-index:15004;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:15.3125rem;width:30rem;top:0.031072616577149rem;left:29.999996185302rem;display:block; }
#tz7hnzKssshdSPNd8hFalwBzpPHom1xC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:2.9375rem;left:32.5rem; }
#twhxMkZnghOJV5WE7isfzZcu8SpNQad9 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:2.9375rem;left:2.5rem; }
#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/3ACLFa47/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F.adaptive-delivery-prevent-bg, #BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F.lazyload, #BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F.lazyloading { background-image: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { background-color: transparent; background-image: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container > .video-iframe-container { display: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.9); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container { display: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .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); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { border-width: 0; border-radius: 0; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:60rem;position:relative;display:block; }#FdRxzWUhMlTshyGfC5P4wd2mEBcJDeeg { background-color:transparent;background-image: -webkit-linear-gradient(245deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(245deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(245deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(245deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(245deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.4046878814698rem;left:19.187501907349rem;display:block; }
#fQBUhBntMfzVTULALvlNTDW5Fe61tm7f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/y0SMHt74yqc/unsplash/bruce-mars-y0SMHt74yqc-photo-1518310383802-640c2de311b2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf.adaptive-delivery-prevent-bg, #ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf.lazyload, #ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf.lazyloading { background-image: none; }#ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf > .row .container { background-color: transparent; background-image: none; }#ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf > .row .container > .video-iframe-container { display: none; }#ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.85); }#ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf > .row > .video-iframe-container { display: none; }#ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf > .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); }#ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf > .row .container { border-width: 0; border-radius: 0; }#ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf > .row .container { font-size:0.875rem;font-family:arial;height:19.125rem;width:60rem;position:relative;display:block; }#TEHEHtmTQouyIBtWg54B4l8008gp0o2a { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.3890626905486rem;left:3.75rem;height:4.63125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mx2Tw8wahSCf4O41i3r6nJRG1PRu4Hmx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:9.7421873090787rem;left:5.46875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#rrF2gkBUR2CZ0sv84DTXH6shez7gvvhA { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.38906245213rem;left:23.750001907349rem;height:4.63125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TnpVWJu3QvrD4y0N8nXPO9MgnyQfCazm { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:9.7421875474975rem;left:25.468751907349rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#vEliWmFoqaqSq16aT5f8WnAdiaXO0TUT { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.3890626905486rem;left:43.750001907349rem;height:4.63125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qZiUv1T9AU0Ekuma5NwfmVqGcaUIlpPA { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.7421873090787rem;left:45.468751907349rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z { 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; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container { background-color: transparent; background-image: none; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container > .video-iframe-container { display: none; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row > .video-iframe-container { display: none; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .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); }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container { border-width: 0; border-radius: 0; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:60rem;position:relative;display:block; }#up7Os5RuufBgCbpkNt6gn3nQTO2Xl2JV { background-color:transparent;background-image: -webkit-linear-gradient(238deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(238deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(238deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(238deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(238deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.375rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.125rem;left:19.312501907349rem;display:block; }
#AxTcKNnueFGKAptDwZDSlhc1pibyFof3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/1zC70djz/bg02.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.adaptive-delivery-prevent-bg, #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.lazyload, #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.lazyloading { background-image: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { background-color: transparent; background-image: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .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); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { border-width: 0; border-radius: 0; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { font-size:0.875rem;font-family:arial;height:51.625rem;width:60rem;position:relative;display:block; }#ygryeZmmxBthdSI0nsdhK7gStaTg4158 { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:9.2498216629031rem;left:0.062143325805664rem;height:4.05rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7SN7O9gX1qsTkNGq2Ut0RGakH3WdDVy { position:absolute;display:block;z-index:15003;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: none;height:0.125rem;width:4.5rem;top:15.187321662903rem;left:27.999820709229rem;display:block; }
#UfC6N95s5IVN7IJTrD0SXLCKw6e6Huqs { position:absolute;display:block;z-index:15004;background-color:#000000;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:7.3125rem;width:27rem;top:24.1875rem;left:0.0625rem;display:block; }
#Rq5JL7T3Zm94bleZBnAx3oJmWAMkODCO { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:27rem;top:31.5rem;left:0.0625rem;display:block; }
#Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.8748111724854rem;left:0.061256408691406rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eewgzlNLERICOQBTKEvTBlDe9UksCmUr { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.649203300476rem;left:9.1749992370606rem;height:4.3875rem;font-style:normal;display:block; }
#LwQBTKls9cv8gUgkP2ZfHvRTaHRGzHtU { background-color:rgba(var(--color-tertiary-0),0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:1.3125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:33.59375rem;left:4.8125rem;display:block; }
#dKDOwwBU4d5sEucdZaOcfGa0UOxTN8fk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XENZf4R8d2X7OA974H22LpBVbEuyiWlP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.25rem;width:35.5rem;top:19.0625rem;left:21.25rem;overflow:hidden;display:block; }
#hMtMUSDMFR6VdLHw77KBwiP1x5TT4kTC { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),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:7.3125rem;width:7.1875rem;top:24.1875rem;left:0.063541412353513rem;display:block; }
#dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:25.65625rem;left:1.21875rem; }
#FNpZpvc21nlsyEgG2EOWQdn8rTuohLFk { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:33.3125rem;left:2.6572265625rem; }
#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 { 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; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { background-color: transparent; background-image: none; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container > .video-iframe-container { display: none; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row > .video-iframe-container { display: none; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .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); }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { border-width: 0; border-radius: 0; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { font-size:0.875rem;font-family:arial;height:17.6875rem;width:60rem;position:relative;display:block; }#arvEfRZIxMtZNIuTXxOHyDylNZzorP6o { color:rgba(var(--color-primary-3),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:4.375rem;left:0.060367584228516rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TAVvHHhKk4nGrm0d2TTmyss4m1wiIFaF { color:#848484;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:8.6390266418456rem;left:-0.094106674194338rem;height:2.025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r8rrqI3A5TgxTta1ZfdXyxKbzyuwATKG { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),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:4.5rem;top:14.5625rem;left:27.811611175537rem;display:block; }
#iZL3g295iN0p004lbpkmdOPnOBblRSXU { 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; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { background-color: transparent; background-image: none; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container > .video-iframe-container { display: none; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row > .video-iframe-container { display: none; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .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); }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { border-width: 0; border-radius: 0; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:60rem;position:relative;display:block; }#mpZst9UtDmayGE0cC5vJbfKqcZcHr2HC { color:#3d4051;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.9;letter-spacing:0;top:13.124999523163rem;left:1.96875rem;height:13.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Aed2D7X380k9qfXy9qa7T7Vb0DoMFWi6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:27.373933792114rem;left:3.7491111755371rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQyLwtdhNiQtIfl3KF9VA943sm6Tv0XW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:27.4375rem;left:23.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DFFTMD8HqppkTUDlQWImdeRW7ckby7ep { color:#3d4051;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:13.124999523163rem;left:21.968751907349rem;height:13.3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SUN9XpLqSTCElaIDwyXTbhNcUfcUqkka { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:27.4375rem;left:43.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yrkGGMQybmJ02OiLN0ifS4REHevza53X { color:#3d4051;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.9;letter-spacing:0;top:13.124999523163rem;left:41.968751907349rem;height:11.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kwMS8B34LTJTQpH0nFvMZTV0C1VcSO8x { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:5rem;width:5.5625rem;top:3.5000004768372rem;left:7.21875rem;overflow:hidden;display:block; }
#GObxTpRzfnVVzv9tmrEwQK6vf2nNBJRS { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.6562504768372rem;left:27.656251907349rem;overflow:hidden;display:block; }
#hyxKHbPO59oS34ARorqSSTH8bLIQTgFl { position:absolute;display:block;z-index:15002;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-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:6.25rem;width:6.1875rem;top:2.7875rem;left:26.731786666707rem;display:block; }
#az0462xxndKOHtBUN3sTz0BI39pzUOhx { position:absolute;display:block;z-index:15004;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-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:6.125rem;width:6.0625rem;top:2.85rem;left:46.893192964259rem;display:block; }
#QRTWt7NLS1FKZAgszJPMdd7vTHK3PyRR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.9375rem;border-top-right-radius:11.9375rem;border-bottom-left-radius:11.9375rem;border-bottom-right-radius:11.9375rem;box-shadow: none;height:4.6875rem;width:4.6875rem;top:3.6562504768372rem;left:47.655469894409rem;overflow:hidden;display:block; }
#RlXyLvfBTWxGmB0XFgWwsde54mtiy06o { position:absolute;display:block;z-index:15000;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-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:13.0625rem;border-top-right-radius:13.0625rem;border-bottom-left-radius:13.0625rem;border-bottom-right-radius:13.0625rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.1) ;height:6rem;width:6rem;top:2.8812500953675rem;left:6.8804695129394rem;display:block; }
#u5fC6q5ntCF7OnAqBNtysFQMC6UcS36a { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:10.061718463898rem;left:8.90625rem; }
#DCl4nLOv2vp3cNhRtwDclTIq2CTRQRLk { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:10.061718463898rem;left:48.905469894409rem; }
#ZqCf370Aq5GSz0OTeAUPEstEpsPQCGV6 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:10.061718463898rem;left:28.906251907349rem; }
#mduGolamDMVup4nemO4tcUDsapywbN8I { 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; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { background-color: transparent; background-image: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container > .video-iframe-container { display: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container { display: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .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); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { border-width: 0; border-radius: 0; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#d21zr9fHBiw8UdQev6nPxItVdIW5AFi9 { color:rgba(var(--color-primary-3),1);display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5375003814698rem;left:13.96249961853rem;height:1.86875rem;text-align:center;text-align-last:center;display:block; }
#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { background-color: transparent; background-image: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .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); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { border-width: 0; border-radius: 0; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:1.4898433685302rem;left:0rem;height:5.775rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CnBDoOqQgPEWsQrbbbB5d1yRvftupXiZ { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:8.012499809265rem;left:0rem;height:5.7rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B3b758OeUzvN3u64q42F5l2b1cuzxNn5 { background-color:#000000;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-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:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.948437690735rem;left:18.062501907349rem;display:block; }
#zGv7Z8488BkeNIdeLaC7JFSR1C2XXmQ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K3Add4EP0L31mXBm3kGwuWkDo94ZZpZm { 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; }#K3Add4EP0L31mXBm3kGwuWkDo94ZZpZm > .row .container { background-color: transparent; background-image: none; }#K3Add4EP0L31mXBm3kGwuWkDo94ZZpZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3Add4EP0L31mXBm3kGwuWkDo94ZZpZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3Add4EP0L31mXBm3kGwuWkDo94ZZpZm > .row .container > .video-iframe-container { display: none; }#K3Add4EP0L31mXBm3kGwuWkDo94ZZpZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K3Add4EP0L31mXBm3kGwuWkDo94ZZpZm > .row > .video-iframe-container { display: none; }#K3Add4EP0L31mXBm3kGwuWkDo94ZZpZm > .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); }#K3Add4EP0L31mXBm3kGwuWkDo94ZZpZm > .row .container { border-width: 0; border-radius: 0; }#K3Add4EP0L31mXBm3kGwuWkDo94ZZpZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K3Add4EP0L31mXBm3kGwuWkDo94ZZpZm > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#CzX0VaqRH8KKGPgNPHvSSbSWKGknOO1O { color:#000000;display:block;width:16rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5375022888184rem;left:22.000001907349rem;height:1.3rem;display:block; }
#d0HORg7pJs8GrTgeOP3MS6RzFJWd2uSH { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.9218769073486rem;left:20.125001907349rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rx7UcEiWQuT6ATfW5aqtkVKGuQLC9gEv { width:3rem;height:3rem;top:0.5rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxIBb2TB28DITKIsAXgdyzHzVVi2qtbM { width:11.5rem;height:2.875rem;top:1rem;left:21.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9glmxaGLOQlumgtLPZx0kEqRqbrLlw3 { display:block; }
 }@media only screen and (max-width: 763px) { #s8upN0PdZLeEtpvP9Db4RM6UrQq2kSGf { width:3rem;height:3rem;top:0.5625rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { width:13.5625rem;height:3.0625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDX7fuXgTFBWnD0HeGyiVcIT178brLUK { width:1.875rem;height:1.875rem;top:1.25rem;left:18.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuWJMnqnsz50ncae66RQkLsWTtzBwTKy { width:1.875rem;height:1.875rem;top:1.1875rem;left:45.875rem;display:block; }
#CuWJMnqnsz50ncae66RQkLsWTtzBwTKy > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TVO4S5DeCBSztxr0ZOOl3eVUVR1KFMmJ { width:1.875rem;height:1.875rem;top:1.0625rem;left:45.875rem;display:block; }
#TVO4S5DeCBSztxr0ZOOl3eVUVR1KFMmJ > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #aU8ZFovub0JPkeuIBtrcXHQxaP7ZLZ1N { width:9.125rem;height:1.75rem;top:5.125rem;left:8.9250011444094rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaIQ1Ez4DP7EatXwG81p9tGT7EZuheH1 { display:block; }
 }@media only screen and (max-width: 763px) { #VIeQpBbZyVmKadRDXwCLl61MNrf8Ruha { width:9.125rem;height:1.75rem;top:5.125rem;left:19.312501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCwQeZtO5lfdDz0QeytEq9t8QQWZ2vy9 { display:block; }
 }@media only screen and (max-width: 763px) { #xPgFLlqem9x7PTwzJsGIlSU0pN2eXH3h { width:9.125rem;height:1.75rem;top:5.125rem;left:29.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD18zdqcPIWuWcqQ0i69mo9yKJHc1SXr { display:block; }
 }@media only screen and (max-width: 763px) { #c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { display:block; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:47.75rem;height:9.25rem;top:4.5rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:47.75rem;height:4.5rem;top:15.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { width:29.375rem;height:32.75rem;top:22.375rem;left:9.12343788147rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { width:25.9375rem;height:3.0625rem;top:23.375rem;left:10.906251907349rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4KprOkH34f4k49GdZvSWxPFukJL3z4U { width:25.9375rem;height:1.4375rem;top:29.1875rem;left:10.906251907349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X {display:block;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #rUdiQ1hzpDlx3IlFa0lcfizIcHGhEoJM {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #KiexGFyoAh7DN01lTnKruqE2PTmDuVXR { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #sB3JTy6XT1cBxISdorwWdmqDtaiF2P48 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #w8XTyhLE95fZk06kLmDQ3IHFrb1u4pWs {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #fgcvSTGeoa9IgsTTTP3ZZ1TP4bgOQ0WT { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #ndq1A79G8ScDnb73xdHsaBfZpHZtlEEZ {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #vG2qVoQweKP3LtTxwVNRT4MyUG1f0Wbr {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #cgxrMddzwTUldOxQ9wAAzOTQntz9uHsQ {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #GubAVydT89ZV1PtNGS2kLk4QANhnChIq {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #OqsvJ47IulyHi6caTNyH6aRv2x3OZanR {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #peI5h6VOZumHOTyOFQ4grBLK9qMk6a1T {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #xhTBXV75mbfXo34MytVdLlhk8c7KrSBX {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #dqhnUQVrDNObppLGO1ZXQ2On50FmOca0 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #zkwc28pGfrTlaFHAXZQ4fSlACJzx0wDI {  }
 }@media only screen and (max-width: 763px) { #DKdAMM4pULXZQsRPfnUdTgfvGR02Pp6G { width:1.5625rem;height:1.5625rem;top:57.625rem;left:23.093751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBsb9BKbEhlSaeF1kSsqS0aqAdALhfoI { width:6.625rem;height:1.3125rem;top:55.75rem;left:20.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxiJsQIclDXMAZ8JTUSqBXP3OGdUZByi { display:block; }
 }@media only screen and (max-width: 763px) { #rV1qn3nuQ08Pp0hZiMGrTtQaLIARNNrE { width:29.125rem;height:2.875rem;top:26.4375rem;left:9.3125019073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:47.75rem;height:2.3125rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { width:47.75rem;height:4rem;top:8.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXxBsueVTmslvvPrGe0nSLFgMcgZUI2I { width:4.5rem;height:0.125rem;top:14.5625rem;left:21.686611175537rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE30dTsVnTV1Zit218wynC6Gp8w1F6gf { display:block; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb8T2ehNxdlsqzyHbRJVQUVERohdau51 { width:28.875rem;height:4rem;top:0.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSrpNshsWHFMeQFQTAE1TuP9BOCOAQil { width:28.75rem;height:17.0625rem;top:4.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4Me8RHT2oXIGxGNFBZUIulxUKX1T0n9 { width:21.5625rem;height:3.4375rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFrfG8HGQhbuCaIxaXVnCRc0bWV9Thgy { display:block; }
 }@media only screen and (max-width: 763px) { #QI5WKVAPpTpqWupTAQ24FlISkmK6qqns { width:6.3125rem;height:2.125rem;top:21.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJqxX0yPC2i8bpxNSa8ho9R8F6yMykxi { width:3rem;height:3rem;top:21.3125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ9mIfhTc22JVLR9TZhnUU8eeFi9ZANx { width:3rem;height:3rem;top:21.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SppX9APbO4QPbUWwKgdHpLVGQv3DoTLy { width:3rem;height:3rem;top:21.3125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRFVXa2f9pKy7UliuRRAOdfwiz8Gif4A { width:29.0625rem;height:21.75rem;top:0rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3R6fpxpKAM1TnyPmrEU3t6PNMsMVCl0 { width:1.875rem;height:1.875rem;top:21.875rem;left:3.8125rem;display:block; }
#X3R6fpxpKAM1TnyPmrEU3t6PNMsMVCl0 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ykWtxmzsVm4BInnSmJMfq5FEEQNFdQy3 { width:1.875rem;height:1.875rem;top:21.875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9wToiga1sDnzNUxiDinpziRReMnoFy9 { width:1.875rem;height:1.875rem;top:21.875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 { display:block; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:11.375rem;height:2.875rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9dZx08aR8TbknADpEIbEx416rG9JiB { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { width:11.375rem;height:2.875rem;top:1.9375rem;left:12.218751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { width:11.375rem;height:1.4375rem;top:1.9375rem;left:24.156251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { width:11.375rem;height:2.875rem;top:1.9375rem;left:36.093748092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6NNbywkdieUi8wWp9rTunmvrs1F2FZB { width:14.0625rem;height:14.0625rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLlaACciDFlHuKzB5GFfFyCXMdT08FAk { width:14.0625rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxkFfbcKUgSSo6FvbTCZ05iqngcLC1Ux { width:14.0625rem;height:14.0625rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiawCy4g7pE4Pm6buAGOxbBvVNzapqmI { width:14.0625rem;height:14.0625rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTLJN0b2I9KO86PLb5pQ0qysCrFREikI { width:1.375rem;height:1.375rem;top:6.75rem;left:3.6260414123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDUk8fvGQo2AlC7FAu2qUuFBosktIqBy { width:1.125rem;height:1.125rem;top:8.125rem;left:19.038543701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNym4PgCdxTIHCeyZJ4XgRHoFGMxn5l9 { width:2rem;height:2rem;top:8rem;left:29.98541625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kup5UJCU5Xu6gVpGPIO4laTDNMJuG6WU { width:1.5rem;height:1.5rem;top:6.6875rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGB6010WAagrVNBKz3wqZq9wV1uw7wEt { width:1.0625rem;height:0.5625rem;top:8.375rem;left:6.1333312988281rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkGTeoR7EQg4oebnHumecKPAvRmbidme { width:1.4375rem;height:0.5625rem;top:7.25rem;left:16.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL8PSKcfff2XWkuQwVTNTmVU9wiJPvqL { width:1.625rem;height:1.625rem;top:6.4375rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdFO5ls0PEPecvTer5IAsZ4kGoUL5TCb { width:0.8125rem;height:0.8125rem;top:7.625rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUsrIBuBT6z4yhUdrL4hhfQzqgouPkP3 { width:2.5rem;height:2.5rem;top:6.75rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb9tI1SK2634TtiVFO3nQTANpxpUIo3l { width:2.8125rem;height:2.8125rem;top:6.75rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq8xJMlTNms3P5GIJiFhEHaMXgNFKT0b { width:2.5rem;height:2.5rem;top:6.9375rem;left:28.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTkzse5zdwCVpURT2WNfNv3rvh0fFEZ3 { width:2.5rem;height:2.5rem;top:6.4375rem;left:40.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu { display:block; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { width:11.375rem;height:1.4375rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZydX3czZNmBT5cVuvgbXbP6OHDLiCqPW { width:14.0625rem;height:0.125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKwWOAmcy9TcSJKHlDG1wpJLWt3cNGHf { width:14.0625rem;height:0.125rem;top:14.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEtUWsCEvbQBfCddc6cJLoLPITMNBiWw { width:11.375rem;height:1.4375rem;top:2.75rem;left:12.218751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSzk3oSxfrDiS6w6wBEC5PCazMX5wZkL { width:14.0625rem;height:0.125rem;top:14.5625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei018nxz6D8NcclkWWygrwCA0etAyuTa { width:11.375rem;height:2.875rem;top:2.75rem;left:24.156251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qgp36MkkNBlRP6VyXAEHf9Oqp9XolHcR { width:14.0625rem;height:0.125rem;top:14.5625rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyvamifImI0SmXIzqxyAdDFzPUgQFeue { width:11.375rem;height:1.4375rem;top:2.75rem;left:36.093748092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GI6RfMCZDbq6GBterZUQvICy2IiyoNna { width:14.0625rem;height:14.0625rem;top:0.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVgQAdNr0tGx94E0RAQy3JMmnXrvKdt8 { width:14.0625rem;height:14.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0hFKQX9wQyL98lWk1Ok2pedVBeKWsd { width:14.0625rem;height:14.0625rem;top:0.625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyNFWSXp8tpZ4hgX09TtH3FN3Eq43cny { width:14.0625rem;height:14.0625rem;top:0.625rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8M4ecHCaCwuXQWGuGUBhXSor4THHtf2 { width:1.4375rem;height:1.4375rem;top:8.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJFa3dzQoCIH0qhrbcAsEN09MyVIWZC8 { width:1.875rem;height:1.875rem;top:7.25rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdRwtruZGCyl5Fq6ACfOBrfEETN4yFmz { width:1.0625rem;height:1.0625rem;top:6.9375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKvmeLz5QqFuh0MmWbzNwuudEU5tmLl9 { width:1.1875rem;height:1.1875rem;top:7rem;left:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9naIIo647Eb3MlgTzP1fCyxDDDTHQie { width:0.875rem;height:0.875rem;top:7.375rem;left:4.1322937011719rem;display:block; }
 }@media only screen and (max-width: 763px) { #frpEfU4S7xhx8TJB2PGWgKRx3aOd8BsP { width:0.625rem;height:0.6875rem;top:8.875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OupZV8nw7kOTLNfUDhNfzpGF6E4bRmR0 { width:0.875rem;height:1.875rem;top:7.5rem;left:30.663543701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdShx5UN1oLsh2sytZX9d92eDxADp5GM { width:1.1875rem;height:1.1875rem;top:8.4375rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIca4BL3FG22xUdLr6pGzTdh7Zo2T7ge { width:2.5rem;height:2.5rem;top:7.375rem;left:16.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvqUAFgx0AXbJ1WlhDQ5RwSxRVSRlTJX { width:2.5rem;height:2.5rem;top:7.75rem;left:4.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0X79am7U6yaCmAxRsvxMht9KPkl6ZfL { width:2.5rem;height:2.5rem;top:6.9375rem;left:28.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmJhnms6Sy9JZZcp9MenSTc7KsvLxFBg { width:2.5rem;height:2.5rem;top:7.0625rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0rwED4rys44koK76kNoTh4cdQDeL4fD { display:block; }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWhmTio2VeeKrBJPnt2cKKkAkT0QVS2a { width:11.375rem;height:1.4375rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tP8VRuLDv2usdrTcE86f11BBXkFZpaJD { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #unS4a30cbBXg2ztpxAsPHtngq8ZTpDwl { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZMeM2drsUgw4NR8hZIoWVhWGSFNF1Jk { width:11.375rem;height:1.4375rem;top:1.9375rem;left:12.218751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT7fl7p8XmN3EcrJlpaP1g7DC2Z2cw5C { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #za9DrdUGSLXuXtl6PlSc6cbuZEEt9JgU { width:11.375rem;height:2.875rem;top:1.9375rem;left:24.156251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDn1yIiE9Ovsg669oZSl29xTapJua0kX { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po8L2M9ZtVUObbbITZABHoTxikJubu0C { width:11.375rem;height:1.4375rem;top:1.9375rem;left:36.093748092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpCVTIzMs8yTuFKxIv3QnLI1XdsKL1sD { width:14.0625rem;height:14.0625rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf0mq02QbOv4cctvsx9FPnuHqJdQQFIN { width:14.0625rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJzzoAfItMCbUd0MRRViKcndzkBUMBbf { width:14.0625rem;height:14.0625rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOCkAfXuSUKCKqwm43H2U53zJDEhwkfz { width:14.0625rem;height:14.0625rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auTeZy3iAhSxUm5lNeRylWirfotwNMpH { width:1.375rem;height:1.375rem;top:6.75rem;left:3.6260414123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJH2Ghy5p5yic7pr3FGd6ps4DHUqyNuc { width:1.125rem;height:1.125rem;top:8.75rem;left:19.038543701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg1QlZW5T8Q40sGD3UFhbHLzrE7BcSmP { width:2rem;height:2rem;top:8rem;left:29.98541625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdS6XUO5n5KgmNQTe3EwvZeHxGgMfKtt { width:1.5rem;height:1.5rem;top:6.6875rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhQa4iB0dE0CqG1u9rIWQGMxeGiO9ZIK { width:1.0625rem;height:0.5625rem;top:8.375rem;left:6.1333312988281rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVrfBBpdIo9IqNQSmPguOKRwXPDm7amA { width:1.4375rem;height:0.5625rem;top:7.25rem;left:15.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3TqBRiU8yOo0ktiONFTJvTh1AAntCWx { width:0.9375rem;height:0.9375rem;top:6.6875rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivWKEOOAULXBLxsJ0EJ07yo1PynBqKnF { width:0.8125rem;height:0.8125rem;top:7.625rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8rd2TVwl7qI6s39AVSMnqQZltCeDXDC { width:2.8125rem;height:2.8125rem;top:6.75rem;left:16.2880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnBxbCeLDu5gJ01wX2h2ukBRdeHXUkfM { width:2.5rem;height:2.5rem;top:6.75rem;left:4.2509765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxT5fVo8poT2ADOtVag47CUN7dNF8AwJ { width:2.5rem;height:2.5rem;top:6.8125rem;left:28.3603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ6rUaFigQm6cUpx3Jdes479RHu4dEyd { width:2.5rem;height:2.5rem;top:6.4375rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvht91MssbTdh5cMOFgFlyHlzHmBvMIX { display:block; }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TId3FzpNfaA0USyU0dIOLbT77FMJyuLe { width:11.375rem;height:2.875rem;top:2.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTx2k1M78TZp7z2rBlEmThERTGFdklDl { width:14.0625rem;height:0.125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBd30USoVcmdJLWnulk1dEmT4hRRXflg { width:14.0625rem;height:0.125rem;top:14.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp3nH1U3UdTZTNhoxhvqGV8lpTvbyTv6 { width:11.375rem;height:1.4375rem;top:2.75rem;left:12.218751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmOv4T0yAxzTEeqpRdvKTaVQzTAc7ITV { width:14.0625rem;height:0.125rem;top:14.5625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQT2HkQE0MrLBE5cw6Tcq8AE2BbQenDv { width:11.375rem;height:2.875rem;top:2.75rem;left:24.156251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukHeLm97gSOGzfMncqRw4hNkhU3yTZL2 { width:14.0625rem;height:0.125rem;top:14.5625rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVOuSvcJd0MhUzFlPTT8gVDFURbGMb1L { width:11.375rem;height:2.875rem;top:2.75rem;left:36.093748092651rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0TgxchG3xr64EkRy2rfVT5txkOX9TbE { width:14.0625rem;height:14.0625rem;top:0.625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiwKy4L1TzIi657C5HhAzMV48SPmxPmQ { width:14.0625rem;height:14.0625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS20wHVtm6JTQRTrxAQqp1CBS6GgchBZ { width:14.0625rem;height:14.0625rem;top:0.625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtwQnFr2r2vkJaaIFT44QSsJdlieGOr6 { width:14.0625rem;height:14.0625rem;top:0.625rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3m51sPtyNLmlRM5UddpDpFrptkB3Qrd { width:1.4375rem;height:1.4375rem;top:8.75rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8qf34wlxS5sZ4ROqWHNQRtWMizvGDS3 { width:1.875rem;height:1.875rem;top:7.25rem;left:18.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJuK8sPsC9piyQqKdMiHP86sgFTHrfnT { width:1.0625rem;height:1.0625rem;top:6.9375rem;left:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXNZeKn6UUbduGusmCPwc4kMdyQhGI97 { width:0.875rem;height:0.875rem;top:7.375rem;left:4.1322937011719rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed9BzghoxE5e8L6sDZr3raqOVnRtIGyf { width:0.625rem;height:0.6875rem;top:8.875rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ1XZTxn6zcQz1P1CqALr5XDNlb1UJRH { width:0.875rem;height:1.875rem;top:7.5rem;left:30.663543701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvXUfpEJDUgkFoTUWX1hCZzybwzCmhDR { width:1.1875rem;height:1.1875rem;top:8.4375rem;left:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugNTv4UUHT0TR8Su3k6Jeq2XI4wiWa96 { width:2.3125rem;height:0.4375rem;top:7.5625rem;left:39.476043701172rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmcJUokFK1sfpQoJVKshMwtiUXtOUT4O { width:2.5rem;height:2.5rem;top:6.9375rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy6zJT0FO1o9BL31cNxaIo76qW5yycmd { width:2.5rem;height:2.5rem;top:7.6875rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnCMaHhLzqSZGAlVwFhfa36sGo0HTAdn { width:2.5rem;height:2.5rem;top:6.9375rem;left:28.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebdyo0LPwGR6TmhJOPEhLJNBomAaJGQ1 { width:2.5rem;height:2.5rem;top:6.9375rem;left:40.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 { display:block; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 { display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLH745nNtHTQs6cuT9w0L9FzV4TBbeFB { width:47.75rem;height:2.3125rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9TAcGbgSVFoNsWfoMteZVXV2TnECCuy { width:47.75rem;height:4rem;top:8.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfh8ZP770kZJRTXq2ILd8Ioxpat3UZyc { width:4.5rem;height:0.125rem;top:14.5625rem;left:21.686611175537rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ { display:block; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SndzQAqclTWgWecDRtW2qG8rfJAvK9px { width:19.0625rem;height:1.875rem;top:2.6875rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyXZbE8e9pSDbUxgWutV8MpwQiumi4TO { width:25.125rem;height:10.0625rem;top:5.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGcQaBymmoyCATZKebQvCFMWPG0NUwHJ { width:25.1875rem;height:7.5625rem;top:5.0625rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz9o4thoqcqCJcKfTWxzVcwBhs4JrZpR { width:19.0625rem;height:1.875rem;top:2.5625rem;left:26.312501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvFzJthhT5QEPmy3uCHl4hTaeKpD9InX { width:30rem;height:15.3125rem;top:0rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAElC4a4WgChEfWCTNTX3dMVhv5NW5G6 { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wervDpVEAt3xcT8ZPWfob7df6wWzOH0J { width:2.1875rem;height:2.1875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1PyvxzPQxbteA3UxNb9m9ly1sT7awQU { width:2.1875rem;height:2.1875rem;top:2.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA { display:block; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7pHwENBqQHoudQHbWx3rV9M9OT9ADgs { width:19.0625rem;height:1.875rem;top:2.5rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9NoK4qJuobPHEseFZq3MsHqrFA9FhG9 { width:25.125rem;height:8.5rem;top:5.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFvLLoZbuApycZ0m3TzMDbbk4PiFWqQg { width:25.1875rem;height:5.6875rem;top:5.125rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEoJw8ty7TVvlfKe19tyEPwCUUZvvhHK { width:19.125rem;height:3.8125rem;top:2.5625rem;left:26.250001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxVVnuEHOPnhdBDhGI1zhJtfETkCngKw { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvVqpywTC3652ZaRHhqOJopXcx7Cb0kV { width:30rem;height:15.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz7hnzKssshdSPNd8hFalwBzpPHom1xC { width:2.1875rem;height:2.1875rem;top:2.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twhxMkZnghOJV5WE7isfzZcu8SpNQad9 { width:2.1875rem;height:2.1875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F { display:block; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdRxzWUhMlTshyGfC5P4wd2mEBcJDeeg { width:21.625rem;height:3.4375rem;top:2.375rem;left:13.062501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQBUhBntMfzVTULALvlNTDW5Fe61tm7f { display:block; }
 }@media only screen and (max-width: 763px) { #ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf { display:block; }#ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEHEHtmTQouyIBtWg54B4l8008gp0o2a { width:12.5rem;height:4.625rem;top:3.375rem;left:1.6875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx2Tw8wahSCf4O41i3r6nJRG1PRu4Hmx { width:9.0625rem;height:3.375rem;top:9.6875rem;left:3.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrF2gkBUR2CZ0sv84DTXH6shez7gvvhA { width:12.5rem;height:4.625rem;top:3.375rem;left:17.562501907349rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnpVWJu3QvrD4y0N8nXPO9MgnyQfCazm { width:9.0625rem;height:6.75rem;top:9.6875rem;left:19.281251907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEliWmFoqaqSq16aT5f8WnAdiaXO0TUT { width:12.5rem;height:4.625rem;top:3.375rem;left:33.437501907349rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZiUv1T9AU0Ekuma5NwfmVqGcaUIlpPA { width:9.0625rem;height:3.375rem;top:9.6875rem;left:35.156251907349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd18ifUgCuOIxJUv12n7JhMJCekUtr1z { display:block; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #up7Os5RuufBgCbpkNt6gn3nQTO2Xl2JV { width:21.375rem;height:3.4375rem;top:2.125rem;left:13.187501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #AxTcKNnueFGKAptDwZDSlhc1pibyFof3 { display:block; }
 }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygryeZmmxBthdSI0nsdhK7gStaTg4158 { width:47.75rem;height:4rem;top:9.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7SN7O9gX1qsTkNGq2Ut0RGakH3WdDVy { width:4.5625rem;height:0.125rem;top:15.125rem;left:21.874820709229rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfC6N95s5IVN7IJTrD0SXLCKw6e6Huqs { width:27rem;height:7.3125rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq5JL7T3Zm94bleZBnAx3oJmWAMkODCO { width:27rem;height:7.1875rem;top:31.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { width:47.75rem;height:2.3125rem;top:4.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eewgzlNLERICOQBTKEvTBlDe9UksCmUr { width:16.4375rem;height:4.375rem;top:25.625rem;left:3.0499992370606rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwQBTKls9cv8gUgkP2ZfHvRTaHRGzHtU { width:20.75rem;height:1.3125rem;top:33.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKDOwwBU4d5sEucdZaOcfGa0UOxTN8fk { display:block; }
 }@media only screen and (max-width: 763px) { #XENZf4R8d2X7OA974H22LpBVbEuyiWlP { width:35.5rem;height:26.25rem;top:19.0625rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMtMUSDMFR6VdLHw77KBwiP1x5TT4kTC { width:7.1875rem;height:7.3125rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:4.375rem;height:4.375rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNpZpvc21nlsyEgG2EOWQdn8rTuohLFk { width:1.875rem;height:1.875rem;top:33.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 { display:block; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arvEfRZIxMtZNIuTXxOHyDylNZzorP6o { width:47.75rem;height:2.3125rem;top:4.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVvHHhKk4nGrm0d2TTmyss4m1wiIFaF { width:47.75rem;height:2rem;top:8.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8rrqI3A5TgxTta1ZfdXyxKbzyuwATKG { width:4.5rem;height:0.125rem;top:14.5625rem;left:21.686611175537rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZL3g295iN0p004lbpkmdOPnOBblRSXU { display:block; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpZst9UtDmayGE0cC5vJbfKqcZcHr2HC { width:16.0625rem;height:13.25rem;top:13.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aed2D7X380k9qfXy9qa7T7Vb0DoMFWi6 { width:12.5rem;height:1.25rem;top:27.3125rem;left:1.6859378814698rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQyLwtdhNiQtIfl3KF9VA943sm6Tv0XW { width:12.5rem;height:1.25rem;top:27.4375rem;left:17.562501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFFTMD8HqppkTUDlQWImdeRW7ckby7ep { width:16.0625rem;height:13.25rem;top:13.0625rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUN9XpLqSTCElaIDwyXTbhNcUfcUqkka { width:12.5rem;height:1.25rem;top:27.4375rem;left:33.437501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrkGGMQybmJ02OiLN0ifS4REHevza53X { width:16.0625rem;height:13.25rem;top:13.0625rem;left:31.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwMS8B34LTJTQpH0nFvMZTV0C1VcSO8x { width:5.5625rem;height:5rem;top:3.5rem;left:5.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GObxTpRzfnVVzv9tmrEwQK6vf2nNBJRS { width:4.6875rem;height:4.6875rem;top:3.625rem;left:21.468751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyxKHbPO59oS34ARorqSSTH8bLIQTgFl { width:6.1875rem;height:6.25rem;top:2.75rem;left:20.544286666707rem;display:block; }
 }@media only screen and (max-width: 763px) { #az0462xxndKOHtBUN3sTz0BI39pzUOhx { width:6.0625rem;height:6.125rem;top:2.8125rem;left:36.580692964259rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRTWt7NLS1FKZAgszJPMdd7vTHK3PyRR { width:4.6875rem;height:4.6875rem;top:3.625rem;left:37.342969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlXyLvfBTWxGmB0XFgWwsde54mtiy06o { width:6rem;height:6rem;top:2.875rem;left:4.8179695129394rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5fC6q5ntCF7OnAqBNtysFQMC6UcS36a { width:2.1875rem;height:2.1875rem;top:10rem;left:6.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCl4nLOv2vp3cNhRtwDclTIq2CTRQRLk { width:2.1875rem;height:2.1875rem;top:10rem;left:38.592969894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqCf370Aq5GSz0OTeAUPEstEpsPQCGV6 { width:2.1875rem;height:2.1875rem;top:10rem;left:22.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #mduGolamDMVup4nemO4tcUDsapywbN8I { display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d21zr9fHBiw8UdQev6nPxItVdIW5AFi9 { top:1.5rem;left:7.83749961853rem;width:28.5625rem;height:1.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { width:47.75rem;height:5.75rem;top:1.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnBDoOqQgPEWsQrbbbB5d1yRvftupXiZ { width:47.75rem;height:7.5625rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3b758OeUzvN3u64q42F5l2b1cuzxNn5 { width:23.875rem;height:3.4375rem;top:15.9375rem;left:11.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGv7Z8488BkeNIdeLaC7JFSR1C2XXmQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #K3Add4EP0L31mXBm3kGwuWkDo94ZZpZm { display:block; }#K3Add4EP0L31mXBm3kGwuWkDo94ZZpZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzX0VaqRH8KKGPgNPHvSSbSWKGknOO1O { top:1.5rem;left:15.875001907349rem;width:16rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0HORg7pJs8GrTgeOP3MS6RzFJWd2uSH { top:3.875rem;left:14.000001907349rem;width:19.75rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { position:relative;z-index:auto;display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rx7UcEiWQuT6ATfW5aqtkVKGuQLC9gEv { width:2.75rem;height:2.75rem;top:0.5625rem;left:17.249999046326rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxIBb2TB28DITKIsAXgdyzHzVVi2qtbM { width:7.5625rem;height:1.3125rem;top:4.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M9glmxaGLOQlumgtLPZx0kEqRqbrLlw3 { display:block; }
 }@media only screen and (max-width: 763px) { #s8upN0PdZLeEtpvP9Db4RM6UrQq2kSGf { width:2.75rem;height:2.75rem;top:0.5625rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxIOmU1R2NoGuZFaEMlvcFSfVJEXnNdH { width:8.25rem;height:1.9375rem;top:1.0072917938232rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDX7fuXgTFBWnD0HeGyiVcIT178brLUK { width:1.875rem;height:1.875rem;top:4.5625rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CuWJMnqnsz50ncae66RQkLsWTtzBwTKy { width:1.6875rem;height:1.6875rem;top:1.125rem;left:14.4375rem;font-size:1.125rem;display:block; }
#CuWJMnqnsz50ncae66RQkLsWTtzBwTKy > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #TVO4S5DeCBSztxr0ZOOl3eVUVR1KFMmJ { width:1.6875rem;height:1.6875rem;top:1.0625rem;left:17.8115234375rem;font-size:1.125rem;display:block; }
#TVO4S5DeCBSztxr0ZOOl3eVUVR1KFMmJ > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #aU8ZFovub0JPkeuIBtrcXHQxaP7ZLZ1N { width:9.4375rem;height:1.5rem;top:4.625rem;left:5.8437498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaIQ1Ez4DP7EatXwG81p9tGT7EZuheH1 { display:block; }
 }@media only screen and (max-width: 763px) { #VIeQpBbZyVmKadRDXwCLl61MNrf8Ruha { width:9.4375rem;height:1.5rem;top:6.90625rem;left:5.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCwQeZtO5lfdDz0QeytEq9t8QQWZ2vy9 { display:block; }
 }@media only screen and (max-width: 763px) { #xPgFLlqem9x7PTwzJsGIlSU0pN2eXH3h { width:9.4375rem;height:1.5rem;top:9.25rem;left:5.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JD18zdqcPIWuWcqQ0i69mo9yKJHc1SXr { display:block; }
 }@media only screen and (max-width: 763px) { #c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { display:block; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/FtIu4AgC/bgm.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.adaptive-delivery-prevent-bg, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyload, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyloading { background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:15.3125rem;height:7.2rem;top:1.96875rem;left:2.3437501192093rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:18.75rem;height:4.21875rem;top:9.1193177700044rem;left:0.62411218881607rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { width:20rem;height:28.625rem;top:17.248428344726rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { width:18.75rem;height:2.275rem;top:17.75rem;left:0.62343752384186rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4KprOkH34f4k49GdZvSWxPFukJL3z4U { width:20rem;height:1.1375rem;top:22.71875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.5625rem;font-size:1rem;overflow:hidden; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X  { width:17.5rem;height:auto;top:23.125rem;left:0rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X {display:block;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X { width:17.5rem;height:auto;top:23.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #rUdiQ1hzpDlx3IlFa0lcfizIcHGhEoJM {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #KiexGFyoAh7DN01lTnKruqE2PTmDuVXR { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #sB3JTy6XT1cBxISdorwWdmqDtaiF2P48 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #w8XTyhLE95fZk06kLmDQ3IHFrb1u4pWs {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #fgcvSTGeoa9IgsTTTP3ZZ1TP4bgOQ0WT { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #ndq1A79G8ScDnb73xdHsaBfZpHZtlEEZ {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #vG2qVoQweKP3LtTxwVNRT4MyUG1f0Wbr {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #cgxrMddzwTUldOxQ9wAAzOTQntz9uHsQ {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #GubAVydT89ZV1PtNGS2kLk4QANhnChIq {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #OqsvJ47IulyHi6caTNyH6aRv2x3OZanR {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #peI5h6VOZumHOTyOFQ4grBLK9qMk6a1T {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #xhTBXV75mbfXo34MytVdLlhk8c7KrSBX {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #dqhnUQVrDNObppLGO1ZXQ2On50FmOca0 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #zkwc28pGfrTlaFHAXZQ4fSlACJzx0wDI {  }
 }@media only screen and (max-width: 763px) { #DKdAMM4pULXZQsRPfnUdTgfvGR02Pp6G { width:1.5625rem;height:1.5625rem;top:41.937141656876rem;left:9.1867890954019rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBsb9BKbEhlSaeF1kSsqS0aqAdALhfoI { width:6.625rem;height:1.3125rem;top:44.7490234375rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DxiJsQIclDXMAZ8JTUSqBXP3OGdUZByi { display:block; }
 }@media only screen and (max-width: 763px) { #rV1qn3nuQ08Pp0hZiMGrTtQaLIARNNrE { width:20rem;height:2.6rem;top:20.024219512939rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:20rem;height:15.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:20rem;height:1.5rem;top:2.5rem;left:0.013671875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { width:18.75rem;height:6.3rem;top:5.2490234375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXxBsueVTmslvvPrGe0nSLFgMcgZUI2I { width:4.5rem;height:0.125rem;top:12.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE30dTsVnTV1Zit218wynC6Gp8w1F6gf { display:block; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb8T2ehNxdlsqzyHbRJVQUVERohdau51 { width:18.3125rem;height:3.4rem;top:16.625rem;left:0.84375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PSrpNshsWHFMeQFQTAE1TuP9BOCOAQil { width:18.75rem;height:18.7rem;top:20.025001525879rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #C4Me8RHT2oXIGxGNFBZUIulxUKX1T0n9 { width:19.6875rem;height:2.875rem;top:44.375rem;left:0.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFrfG8HGQhbuCaIxaXVnCRc0bWV9Thgy { display:block; }
 }@media only screen and (max-width: 763px) { #QI5WKVAPpTpqWupTAQ24FlISkmK6qqns { width:6.3125rem;height:1.9rem;top:38.72500038147rem;left:6.8437498807906rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJqxX0yPC2i8bpxNSa8ho9R8F6yMykxi { width:2.9375rem;height:2.9375rem;top:40.625rem;left:4.9999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZ9mIfhTc22JVLR9TZhnUU8eeFi9ZANx { width:3rem;height:2.9375rem;top:40.625rem;left:8.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #SppX9APbO4QPbUWwKgdHpLVGQv3DoTLy { width:3rem;height:2.9375rem;top:40.625rem;left:12.000000357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRFVXa2f9pKy7UliuRRAOdfwiz8Gif4A { width:20rem;height:14.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3R6fpxpKAM1TnyPmrEU3t6PNMsMVCl0 { width:1.875rem;height:1.875rem;top:41.15625rem;left:5.5312498807907rem;display:block; }
#X3R6fpxpKAM1TnyPmrEU3t6PNMsMVCl0 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ykWtxmzsVm4BInnSmJMfq5FEEQNFdQy3 { width:1.875rem;height:1.875rem;top:41.15625rem;left:9.0625003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9wToiga1sDnzNUxiDinpziRReMnoFy9 { width:1.875rem;height:1.875rem;top:41.15625rem;left:12.562500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 { display:block; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:11rem;height:2.6rem;top:1.9375rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9dZx08aR8TbknADpEIbEx416rG9JiB { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { width:14.0625rem;height:0.125rem;top:28.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { width:11rem;height:2.6rem;top:16.625rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { width:14.0625rem;height:0.125rem;top:43.375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { width:11rem;height:1.3rem;top:32.125rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { width:14.0625rem;height:0.125rem;top:58.125rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { width:11rem;height:2.6rem;top:46.125rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6NNbywkdieUi8wWp9rTunmvrs1F2FZB { width:14.0625rem;height:14.0625rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLlaACciDFlHuKzB5GFfFyCXMdT08FAk { width:14.0625rem;height:14.0625rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxkFfbcKUgSSo6FvbTCZ05iqngcLC1Ux { width:14.0625rem;height:14.0625rem;top:29.3125rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiawCy4g7pE4Pm6buAGOxbBvVNzapqmI { width:14.0625rem;height:14.0625rem;top:44.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTLJN0b2I9KO86PLb5pQ0qysCrFREikI { width:1.1875rem;height:1.1875rem;top:6.5rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDUk8fvGQo2AlC7FAu2qUuFBosktIqBy { width:0.9375rem;height:0.9375rem;top:21.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNym4PgCdxTIHCeyZJ4XgRHoFGMxn5l9 { width:1.25rem;height:1.25rem;top:36.110412597656rem;left:7.7979164123538rem;display:block; }
 }@media only screen and (max-width: 763px) { #kup5UJCU5Xu6gVpGPIO4laTDNMJuG6WU { width:1.3125rem;height:1.3125rem;top:50.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGB6010WAagrVNBKz3wqZq9wV1uw7wEt { width:1.0625rem;height:0.5625rem;top:8.1874980926512rem;left:10.413540840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkGTeoR7EQg4oebnHumecKPAvRmbidme { width:1.4375rem;height:0.5625rem;top:23.312507629394rem;left:10.101040840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL8PSKcfff2XWkuQwVTNTmVU9wiJPvqL { width:1.625rem;height:1.625rem;top:37.547912597656rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdFO5ls0PEPecvTer5IAsZ4kGoUL5TCb { width:0.8125rem;height:0.8125rem;top:52.625rem;left:10.538540840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUsrIBuBT6z4yhUdrL4hhfQzqgouPkP3 { width:2.5rem;height:2.5rem;top:6.5rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb9tI1SK2634TtiVFO3nQTANpxpUIo3l { width:2.5rem;height:2.5rem;top:21.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq8xJMlTNms3P5GIJiFhEHaMXgNFKT0b { width:2.5rem;height:2.5rem;top:36.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTkzse5zdwCVpURT2WNfNv3rvh0fFEZ3 { width:2.5rem;height:2.5rem;top:50.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu { display:block; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { width:11rem;height:1.3rem;top:2.0625rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZydX3czZNmBT5cVuvgbXbP6OHDLiCqPW { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TKwWOAmcy9TcSJKHlDG1wpJLWt3cNGHf { width:14.0625rem;height:0.125rem;top:28.625rem;left:3rem;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dEtUWsCEvbQBfCddc6cJLoLPITMNBiWw { width:11rem;height:1.3rem;top:16.6875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSzk3oSxfrDiS6w6wBEC5PCazMX5wZkL { width:14.0625rem;height:0.125rem;top:43.3125rem;left:2.9375rem;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ei018nxz6D8NcclkWWygrwCA0etAyuTa { width:11rem;height:2.6rem;top:31.4375rem;left:4.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qgp36MkkNBlRP6VyXAEHf9Oqp9XolHcR { width:14.0625rem;height:0.125rem;top:58.125rem;left:2.96875rem;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vyvamifImI0SmXIzqxyAdDFzPUgQFeue { width:11rem;height:1.3rem;top:46rem;left:4.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GI6RfMCZDbq6GBterZUQvICy2IiyoNna { width:14.0625rem;height:14.0625rem;top:14.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVgQAdNr0tGx94E0RAQy3JMmnXrvKdt8 { width:14.0625rem;height:14.0625rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT0hFKQX9wQyL98lWk1Ok2pedVBeKWsd { width:14.0625rem;height:14.0625rem;top:29.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyNFWSXp8tpZ4hgX09TtH3FN3Eq43cny { width:14.0625rem;height:14.0625rem;top:44.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8M4ecHCaCwuXQWGuGUBhXSor4THHtf2 { width:0.8125rem;height:0.8125rem;top:6.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJFa3dzQoCIH0qhrbcAsEN09MyVIWZC8 { width:1.4375rem;height:1.4375rem;top:20.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdRwtruZGCyl5Fq6ACfOBrfEETN4yFmz { width:1.375rem;height:1.375rem;top:35.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKvmeLz5QqFuh0MmWbzNwuudEU5tmLl9 { width:1.0625rem;height:1.0625rem;top:50.1875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9naIIo647Eb3MlgTzP1fCyxDDDTHQie { width:0.875rem;height:0.875rem;top:8.9375rem;left:10.757290840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #frpEfU4S7xhx8TJB2PGWgKRx3aOd8BsP { width:0.625rem;height:0.6875rem;top:22.875rem;left:11.038540840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #OupZV8nw7kOTLNfUDhNfzpGF6E4bRmR0 { width:0.875rem;height:1.875rem;top:36.531250953674rem;left:10.413540840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdShx5UN1oLsh2sytZX9d92eDxADp5GM { width:1.1875rem;height:1.1875rem;top:52.437500953674rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIca4BL3FG22xUdLr6pGzTdh7Zo2T7ge { width:2.5rem;height:2.5rem;top:20.9375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvqUAFgx0AXbJ1WlhDQ5RwSxRVSRlTJX { width:2.5rem;height:2.5rem;top:6.8125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0X79am7U6yaCmAxRsvxMht9KPkl6ZfL { width:2.5rem;height:2.5rem;top:35.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmJhnms6Sy9JZZcp9MenSTc7KsvLxFBg { width:2.5rem;height:2.5rem;top:50.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0rwED4rys44koK76kNoTh4cdQDeL4fD { display:block; }#l0rwED4rys44koK76kNoTh4cdQDeL4fD > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWhmTio2VeeKrBJPnt2cKKkAkT0QVS2a { width:11rem;height:1.3rem;top:1.9375rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tP8VRuLDv2usdrTcE86f11BBXkFZpaJD { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #unS4a30cbBXg2ztpxAsPHtngq8ZTpDwl { width:14.0625rem;height:0.125rem;top:28.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZMeM2drsUgw4NR8hZIoWVhWGSFNF1Jk { width:11rem;height:1.3rem;top:16.625rem;left:4.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GT7fl7p8XmN3EcrJlpaP1g7DC2Z2cw5C { width:14.0625rem;height:0.125rem;top:43.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #za9DrdUGSLXuXtl6PlSc6cbuZEEt9JgU { width:11rem;height:2.6rem;top:32.25rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vDn1yIiE9Ovsg669oZSl29xTapJua0kX { width:14.0625rem;height:0.125rem;top:58.25rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po8L2M9ZtVUObbbITZABHoTxikJubu0C { width:11rem;height:1.3rem;top:46.25rem;left:4.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hpCVTIzMs8yTuFKxIv3QnLI1XdsKL1sD { width:14.0625rem;height:14.0625rem;top:14.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf0mq02QbOv4cctvsx9FPnuHqJdQQFIN { width:14.0625rem;height:14.0625rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJzzoAfItMCbUd0MRRViKcndzkBUMBbf { width:14.0625rem;height:14.0625rem;top:29.4375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOCkAfXuSUKCKqwm43H2U53zJDEhwkfz { width:14.0625rem;height:14.0625rem;top:44.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auTeZy3iAhSxUm5lNeRylWirfotwNMpH { width:1.1875rem;height:1.1875rem;top:6.5rem;left:8.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJH2Ghy5p5yic7pr3FGd6ps4DHUqyNuc { width:0.9375rem;height:0.9375rem;top:21.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg1QlZW5T8Q40sGD3UFhbHLzrE7BcSmP { width:1.25rem;height:1.25rem;top:36.235412597656rem;left:7.7979164123538rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdS6XUO5n5KgmNQTe3EwvZeHxGgMfKtt { width:1.3125rem;height:1.3125rem;top:50.625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhQa4iB0dE0CqG1u9rIWQGMxeGiO9ZIK { width:1.0625rem;height:0.5625rem;top:8.1874980926512rem;left:10.413540840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVrfBBpdIo9IqNQSmPguOKRwXPDm7amA { width:1.4375rem;height:0.5625rem;top:23.312507629394rem;left:10.101040840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3TqBRiU8yOo0ktiONFTJvTh1AAntCWx { width:1.625rem;height:1.625rem;top:38.235412597656rem;left:10.538540840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivWKEOOAULXBLxsJ0EJ07yo1PynBqKnF { width:0.8125rem;height:0.8125rem;top:52.75rem;left:10.538540840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8rd2TVwl7qI6s39AVSMnqQZltCeDXDC { width:2.5rem;height:2.5rem;top:21.09375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnBxbCeLDu5gJ01wX2h2ukBRdeHXUkfM { width:2.5rem;height:2.5rem;top:6.5rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxT5fVo8poT2ADOtVag47CUN7dNF8AwJ { width:2.5rem;height:2.5rem;top:36.4228515625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ6rUaFigQm6cUpx3Jdes479RHu4dEyd { width:2.5rem;height:2.5rem;top:51.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvht91MssbTdh5cMOFgFlyHlzHmBvMIX { display:block; }#bvht91MssbTdh5cMOFgFlyHlzHmBvMIX > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TId3FzpNfaA0USyU0dIOLbT77FMJyuLe { width:11rem;height:2.6rem;top:2.0625rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTx2k1M78TZp7z2rBlEmThERTGFdklDl { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GBd30USoVcmdJLWnulk1dEmT4hRRXflg { width:14.0625rem;height:0.125rem;top:28.625rem;left:3rem;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bp3nH1U3UdTZTNhoxhvqGV8lpTvbyTv6 { width:11rem;height:1.3rem;top:16.6875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dmOv4T0yAxzTEeqpRdvKTaVQzTAc7ITV { width:14.0625rem;height:0.125rem;top:43.3125rem;left:2.9375rem;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BQT2HkQE0MrLBE5cw6Tcq8AE2BbQenDv { width:11rem;height:2.6rem;top:31.4375rem;left:4.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ukHeLm97gSOGzfMncqRw4hNkhU3yTZL2 { width:14.0625rem;height:0.125rem;top:58.125rem;left:2.96875rem;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qVOuSvcJd0MhUzFlPTT8gVDFURbGMb1L { width:11rem;height:2.6rem;top:46rem;left:4.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r0TgxchG3xr64EkRy2rfVT5txkOX9TbE { width:14.0625rem;height:14.0625rem;top:14.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiwKy4L1TzIi657C5HhAzMV48SPmxPmQ { width:14.0625rem;height:14.0625rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xS20wHVtm6JTQRTrxAQqp1CBS6GgchBZ { width:14.0625rem;height:14.0625rem;top:29.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtwQnFr2r2vkJaaIFT44QSsJdlieGOr6 { width:14.0625rem;height:14.0625rem;top:44.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3m51sPtyNLmlRM5UddpDpFrptkB3Qrd { width:0.8125rem;height:0.8125rem;top:6.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8qf34wlxS5sZ4ROqWHNQRtWMizvGDS3 { width:1.4375rem;height:1.4375rem;top:20.8125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJuK8sPsC9piyQqKdMiHP86sgFTHrfnT { width:1.375rem;height:1.375rem;top:35.8125rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXNZeKn6UUbduGusmCPwc4kMdyQhGI97 { width:0.875rem;height:0.875rem;top:8.9375rem;left:10.757290840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #ed9BzghoxE5e8L6sDZr3raqOVnRtIGyf { width:0.625rem;height:0.6875rem;top:22.875rem;left:11.038540840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJ1XZTxn6zcQz1P1CqALr5XDNlb1UJRH { width:0.875rem;height:1.875rem;top:36.531250953674rem;left:10.413540840149rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvXUfpEJDUgkFoTUWX1hCZzybwzCmhDR { width:1.1875rem;height:1.1875rem;top:52.437500953674rem;left:10.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugNTv4UUHT0TR8Su3k6Jeq2XI4wiWa96 { width:2.3125rem;height:0.4375rem;top:50.875017166138rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmcJUokFK1sfpQoJVKshMwtiUXtOUT4O { width:2.5rem;height:2.5rem;top:20.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fy6zJT0FO1o9BL31cNxaIo76qW5yycmd { width:2.5rem;height:2.5rem;top:6.625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnCMaHhLzqSZGAlVwFhfa36sGo0HTAdn { width:2.5rem;height:2.5rem;top:35.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebdyo0LPwGR6TmhJOPEhLJNBomAaJGQ1 { width:2.5rem;height:2.5rem;top:50.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 { display:block; }#ENz9nSeBKK4Tt4qVUlxitASO6gDi4bp0 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 { background-color:#f2f2f2;background-image:none;display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { background-color: transparent; background-image: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .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); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLH745nNtHTQs6cuT9w0L9FzV4TBbeFB { width:20rem;height:1.5rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ff5335;display:block; }
 }@media only screen and (max-width: 763px) { #e9TAcGbgSVFoNsWfoMteZVXV2TnECCuy { width:18.75rem;height:7.875rem;top:5.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#272727;display:block; }
 }@media only screen and (max-width: 763px) { #Tfh8ZP770kZJRTXq2ILd8Ioxpat3UZyc { width:4.5rem;height:0.125rem;top:12.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ { background-color:#f2f2f2;background-image:none;display:block; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { background-color: transparent; background-image: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container > .video-iframe-container { display: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container { display: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .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); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SndzQAqclTWgWecDRtW2qG8rfJAvK9px { width:10.625rem;height:1.7rem;top:2.5rem;left:5.1875rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UyXZbE8e9pSDbUxgWutV8MpwQiumi4TO { width:15.75rem;height:13.6rem;top:5.1250023841858rem;left:2.1250001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SGcQaBymmoyCATZKebQvCFMWPG0NUwHJ { width:15.75rem;height:10.2rem;top:25.212501049042rem;left:2.1250001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Lz9o4thoqcqCJcKfTWxzVcwBhs4JrZpR { width:10.625rem;height:3.4rem;top:21.8125rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZvFzJthhT5QEPmy3uCHl4hTaeKpD9InX { width:20rem;height:19.5rem;top:0.125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OAElC4a4WgChEfWCTNTX3dMVhv5NW5G6 { width:20rem;height:19.5rem;top:19.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wervDpVEAt3xcT8ZPWfob7df6wWzOH0J { width:2.1875rem;height:2.1875rem;top:2.2554688453674rem;left:2.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1PyvxzPQxbteA3UxNb9m9ly1sT7awQU { width:2.1875rem;height:2.1875rem;top:22.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA { background-color:#f2f2f2;background-image:none;display:block; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { background-color: transparent; background-image: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container > .video-iframe-container { display: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container { display: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .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); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7pHwENBqQHoudQHbWx3rV9M9OT9ADgs { width:10.625rem;height:3.4rem;top:2.5rem;left:5.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V9NoK4qJuobPHEseFZq3MsHqrFA9FhG9 { width:15.75rem;height:8.5rem;top:5.8999996185303rem;left:2.1250001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #aFvLLoZbuApycZ0m3TzMDbbk4PiFWqQg { width:15.75rem;height:8.5rem;top:25.462501525879rem;left:2.1250001192093rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PEoJw8ty7TVvlfKe19tyEPwCUUZvvhHK { width:10.625rem;height:3.4rem;top:22.0625rem;left:5.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XxVVnuEHOPnhdBDhGI1zhJtfETkCngKw { width:20rem;height:19.5rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UvVqpywTC3652ZaRHhqOJopXcx7Cb0kV { width:20rem;height:19.5rem;top:19.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz7hnzKssshdSPNd8hFalwBzpPHom1xC { width:2.1875rem;height:2.1875rem;top:22.5rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #twhxMkZnghOJV5WE7isfzZcu8SpNQad9 { width:2.1875rem;height:2.1875rem;top:2.9375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F { background-color:#f2f2f2;background-image:none;display:block; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { background-color: transparent; background-image: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container > .video-iframe-container { display: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row > .video-iframe-container { display: none; }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .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); }#BVNe32iapCtAAzpDTzJ4zHnFFfUI1s6F > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdRxzWUhMlTshyGfC5P4wd2mEBcJDeeg { width:19.75rem;height:2.875rem;top:0.78125rem;left:0.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQBUhBntMfzVTULALvlNTDW5Fe61tm7f { display:block; }
 }@media only screen and (max-width: 763px) { #ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf { display:block; }#ASCg6HJBOQgtyD2tQ7e9oUcH92fIACJf > .row .container { width:20rem;height:32.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEHEHtmTQouyIBtWg54B4l8008gp0o2a { width:12.5rem;height:3.575rem;top:2.875rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mx2Tw8wahSCf4O41i3r6nJRG1PRu4Hmx { width:9.0625rem;height:3.375rem;top:6.75rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrF2gkBUR2CZ0sv84DTXH6shez7gvvhA { width:12.5rem;height:3.575rem;top:11.5625rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnpVWJu3QvrD4y0N8nXPO9MgnyQfCazm { width:9.0625rem;height:6.75rem;top:15.625rem;left:5.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEliWmFoqaqSq16aT5f8WnAdiaXO0TUT { width:12.5rem;height:3.575rem;top:23rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZiUv1T9AU0Ekuma5NwfmVqGcaUIlpPA { width:9.0625rem;height:3.375rem;top:27.1875rem;left:5.4687498807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dd18ifUgCuOIxJUv12n7JhMJCekUtr1z { display:block; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #up7Os5RuufBgCbpkNt6gn3nQTO2Xl2JV { width:19.625rem;height:2.875rem;top:1.625rem;left:0.1875rem;font-size:0.875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #AxTcKNnueFGKAptDwZDSlhc1pibyFof3 { display:block; }
 }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygryeZmmxBthdSI0nsdhK7gStaTg4158 { width:18.75rem;height:6.3rem;top:6.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7SN7O9gX1qsTkNGq2Ut0RGakH3WdDVy { width:4.5625rem;height:0.125rem;top:5.625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfC6N95s5IVN7IJTrD0SXLCKw6e6Huqs { width:20rem;height:5.1875rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq5JL7T3Zm94bleZBnAx3oJmWAMkODCO { width:20rem;height:7rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { width:20rem;height:1.5rem;top:2.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eewgzlNLERICOQBTKEvTBlDe9UksCmUr { width:12.875rem;height:5.2rem;top:15.118751049042rem;left:5.4250000715256rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwQBTKls9cv8gUgkP2ZfHvRTaHRGzHtU { width:8.75rem;height:1rem;top:23.312498092651rem;left:5.6249998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKDOwwBU4d5sEucdZaOcfGa0UOxTN8fk { display:block; }
 }@media only screen and (max-width: 763px) { #XENZf4R8d2X7OA974H22LpBVbEuyiWlP { width:18.25rem;height:13.5rem;top:27.257289886474rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMtMUSDMFR6VdLHw77KBwiP1x5TT4kTC { width:4.4375rem;height:5.1875rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:3.75rem;height:3.75rem;top:15.84375rem;left:0.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNpZpvc21nlsyEgG2EOWQdn8rTuohLFk { width:1.875rem;height:1.875rem;top:22.874999523163rem;left:3.6000002622604rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 { display:block; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arvEfRZIxMtZNIuTXxOHyDylNZzorP6o { width:20rem;height:1.5rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVvHHhKk4nGrm0d2TTmyss4m1wiIFaF { width:18.75rem;height:3.15rem;top:5.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8rrqI3A5TgxTta1ZfdXyxKbzyuwATKG { width:4.5rem;height:0.125rem;top:9.0625rem;left:7.7500003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZL3g295iN0p004lbpkmdOPnOBblRSXU { display:block; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpZst9UtDmayGE0cC5vJbfKqcZcHr2HC { width:16.0625rem;height:11.9rem;top:7.9500007629394rem;left:1.9687501192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Aed2D7X380k9qfXy9qa7T7Vb0DoMFWi6 { width:12.5rem;height:1.3rem;top:19.85000038147rem;left:3.7499998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQyLwtdhNiQtIfl3KF9VA943sm6Tv0XW { width:12.5rem;height:1.3rem;top:43.19296836853rem;left:3.7499998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFFTMD8HqppkTUDlQWImdeRW7ckby7ep { width:16.0625rem;height:11.9rem;top:31.29296875rem;left:1.9687501192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SUN9XpLqSTCElaIDwyXTbhNcUfcUqkka { width:12.5rem;height:1.3rem;top:66.228906631469rem;left:3.7499998807907rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrkGGMQybmJ02OiLN0ifS4REHevza53X { width:16.0625rem;height:11.9rem;top:54.328907012939rem;left:1.9687501192093rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #kwMS8B34LTJTQpH0nFvMZTV0C1VcSO8x { width:5.0625rem;height:4.5625rem;top:0.75625038146975rem;left:7.4687503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #GObxTpRzfnVVzv9tmrEwQK6vf2nNBJRS { width:4.6875rem;height:4.6875rem;top:24.03671836853rem;left:7.6562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyxKHbPO59oS34ARorqSSTH8bLIQTgFl { width:5.875rem;height:5.875rem;top:46.37890625rem;left:6.9624999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #az0462xxndKOHtBUN3sTz0BI39pzUOhx { width:5.875rem;height:5.875rem;top:23.342969894409rem;left:6.9624999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRTWt7NLS1FKZAgszJPMdd7vTHK3PyRR { width:4.6875rem;height:4.6875rem;top:47.07265663147rem;left:7.6562503576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlXyLvfBTWxGmB0XFgWwsde54mtiy06o { width:5.875rem;height:5.875rem;top:0rem;left:6.9624999761581rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5fC6q5ntCF7OnAqBNtysFQMC6UcS36a { width:1.875rem;height:1.875rem;top:6.0750007629394rem;left:9.0625003576281rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCl4nLOv2vp3cNhRtwDclTIq2CTRQRLk { width:1.875rem;height:1.875rem;top:52.453907012939rem;left:9.0625003576281rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqCf370Aq5GSz0OTeAUPEstEpsPQCGV6 { width:1.875rem;height:1.875rem;top:29.41796875rem;left:9.0625003576281rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mduGolamDMVup4nemO4tcUDsapywbN8I { display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d21zr9fHBiw8UdQev6nPxItVdIW5AFi9 { width:20rem;height:3.7375rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MFp0HJZJEKSRDxMns1m1tvBQDEshQhxt { width:20rem;height:6.6rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnBDoOqQgPEWsQrbbbB5d1yRvftupXiZ { width:20rem;height:17rem;top:8.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #B3b758OeUzvN3u64q42F5l2b1cuzxNn5 { width:19.8125rem;height:2.875rem;top:15.8125rem;left:0.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGv7Z8488BkeNIdeLaC7JFSR1C2XXmQ5 { display:block; }
 }@media only screen and (max-width: 763px) { #K3Add4EP0L31mXBm3kGwuWkDo94ZZpZm { display:block; }#K3Add4EP0L31mXBm3kGwuWkDo94ZZpZm > .row .container { width:20rem;height:8.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzX0VaqRH8KKGPgNPHvSSbSWKGknOO1O { width:15.875rem;height:1.3rem;top:1.2750015258789rem;left:2.0625001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0HORg7pJs8GrTgeOP3MS6RzFJWd2uSH { width:18.5rem;height:1.1375rem;top:3.8679676055908rem;left:0.75rem;font-size:0.875rem;display:block; }
 }