.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:209,243,255;--color-primary-1:122,214,245;--color-primary-2:33,187,239;--color-primary-3:39,169,225;--color-primary-4:15,83,156;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:187,189,191;--color-tertiary-2:142,145,149;--color-tertiary-3:114,118,123;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { position:relative;display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { background-color: transparent; background-image: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row > .video-iframe-container { display: none; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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); }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { border-width: 0; border-radius: 0; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .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:24.0625rem;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; }#xR5flaT4NoWLINODHAwFHx7MqK4kE1dh { 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:13.1875rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SzA2iPWmQq02EX61vuwu8nbuZRcuyTJQ { color:rgba(var(--color-tertiary-4),1);display:block;width:40.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:17.6875rem;left:13.625rem;height:2.76171875rem;font-style:normal;display:block; }
#ZtqdTSDu3egKsgQgwTJqNEGTZ7H7GBLw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:5.5rem;top:14.9375rem;left:6.375rem;overflow:hidden;display:block; }
#EZEy2SAGv9Xp0HPq1BiOzTR0nKmaRPCe { color:rgba(var(--color-primary-2),1);display:block;width:37.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.4375rem;left:13.625rem;height:1.94921875rem;font-style:normal;display:block; }
#SvBDrFh9KJUMOlDACQCpfXdTrNR7pFuS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:39.25rem;display:none; }
#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.06);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; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container { background-color: transparent; background-image: none; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container > .video-iframe-container { display: none; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row > .video-iframe-container { display: none; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .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); }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container { border-width: 0; border-radius: 0; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container { font-size:0.875rem;font-family:arial;height:43.8125rem;width:60rem;position:relative;display:block; }#VwyHXoAWiG21DBwVQw4g1IsE2tAgXMV1 { color:rgba(var(--color-primary-4),1);display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:26rem;left:1.1875rem;height:9.972625rem;font-style:normal;display:block; }
#OTi5B1duTMRFxkLy5DQ34GvHFTPmnoqX { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;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:36.6875rem;left:1.125rem;height:3.375rem;display:block; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-form-header {  }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .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.0625rem solid #888888;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:19.375rem;box-sizing:border-box;height:2.3125rem;color:rgba(var(--color-secondary-4),1);font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-input-text {padding-top: 0; padding-bottom: 0;}#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .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.0625rem solid #888888;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:19.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-4),1);font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .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:19.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-input-select {padding-top: 0; padding-bottom: 0;}#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .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:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:19.375rem;height:3.9375rem;font-family:"open sans";overflow:hidden; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:1rem; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:1rem; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:1rem; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:1rem; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .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:"open sans";line-height:1.5;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-4),0.5);vertical-align:top;width:18.125rem;overflow:hidden;font-style:normal;float:none; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .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; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-container:first-of-type{padding-top:0;}#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-container:last-of-type{padding-bottom:0;}#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-4),0.17) ;position:absolute;top:10.75rem;left:34.125rem; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem;display:block;vertical-align:top; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt {display:block;}#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15003;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-secondary-4),0.17) ;position:absolute;top:10.75rem;left:34.125rem; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #W4BBiBEQBu4DP9O95KteyOw7Zt4ODkKa { position:relative; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #vXWEPv4nhQ4MvZzrTiwLwgCZSMLVTWV9 { position:relative;display:none; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #qTA1FAiOuIkCMnSyrSUTuy3mehO5Re4F { position:relative; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #wk0wNb6mJNIEZxHfIlpw2rC3RSh1RCTJ { position:relative; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #i8zZZAZQFUKeAq1nyh1GxTZZNLaeFqAO { position:relative;display:none; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #koBiSVTQ7xnsKOwU2HEWnJcBfDEdze7v { position:relative; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #OtzewGlhUNWV66pVLcIe5BagQT1TocOc { position:relative; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #NDtG4z849tSkOEoHI82OJMyo80vdistb { position:relative;display:none; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #lsynnIhfbXTxFKMUeEe7A21xSQeieZsD { position:relative; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #o8Xz0hEURMHqe8yo142kTTBwpTwwC4KB { position:relative; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #VtgflcH0TFLDFoC7bLrb9XRquiA92Huh { position:relative;z-index:2; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #kErKOlbSGm08XlvilBLCMZOTQKQOCXZy { position:relative; }
#oLb3qZqPd6A9zWTT978WWfJdcEco2oTA { position:relative;display:block; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #tF4eHVM5a7P5rSHNV94I54yBozsbNmlv { position:relative; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #pwKmghbDXIFux53Gr6dJB5I5SCbPnlTH { position:relative; }
#loW6q0EsZFrmeRhS2Iewa8vM3OQ3qb8y { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0605625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:6.375rem;left:35.5625rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MXtU5LfgVolcBSeSdZpbrlcNvZ8lHbLy { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5625rem;width:26.375rem;top:1.640625rem;left:1.1875rem;overflow:hidden;display:block; }
#EQ0wNnGECKGVXiqE37XZ6shu3SyLHrq0 { position:relative;display:block; }#EQ0wNnGECKGVXiqE37XZ6shu3SyLHrq0 { background-color: transparent; background-image: none; }#EQ0wNnGECKGVXiqE37XZ6shu3SyLHrq0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ0wNnGECKGVXiqE37XZ6shu3SyLHrq0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ0wNnGECKGVXiqE37XZ6shu3SyLHrq0 > .row .container > .video-iframe-container { display: none; }#EQ0wNnGECKGVXiqE37XZ6shu3SyLHrq0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQ0wNnGECKGVXiqE37XZ6shu3SyLHrq0 > .row > .video-iframe-container { display: none; }#EQ0wNnGECKGVXiqE37XZ6shu3SyLHrq0 > .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); }#EQ0wNnGECKGVXiqE37XZ6shu3SyLHrq0 { border-width: 0; border-radius: 0; }#EQ0wNnGECKGVXiqE37XZ6shu3SyLHrq0 > .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; }#EQ0wNnGECKGVXiqE37XZ6shu3SyLHrq0 > .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:44.0625rem;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; }#SkNoOI4KM67AOihdBJKDQzDzkwQSba6r { color:rgba(var(--color-primary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:14.5625rem;left:2.5625rem;height:6.6493125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GRp01DeybviNqmwBqJDBXdm4gNTT3sAp { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:2.1;letter-spacing:0;top:23rem;left:2.5625rem;height:12.597675rem;display:block; }
#Za5d0AFFWJ3PwpVqA700MwmUeoiB6Pka { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:21.75rem;top:14.5625rem;left:38.25rem;overflow:hidden;display:block; }
#Zg3rJM3eUv47m5Mf0mUkCTFfETQk0hfS { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:33.4375rem;top:23.125rem;left:1.5rem;display:block; }
#cQDDhboUQOonKvUQycZOstN3s0pOceuR { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:33.4375rem;top:27.375rem;left:1.5rem;display:block; }
#hI9zG29SqvZWUTDhgvUmKIWmrvTERheq { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:33.4375rem;top:31.4375rem;left:1.5rem;display:block; }
#hLc6ya3eADACXmiwKPGr3Tfnqk3qaaUu { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:33.4375rem;top:15rem;left:1.53125rem;display:none; }
#mOPH8xiGW6A2N2MPfqzCNutlL8aLnDZC { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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: none;height:12.5rem;width:12.5rem;display:none; }
#wQcMrmEQvBgpDA1KT8LwT20vWC20n2rV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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: none;height:12.5rem;width:12.5rem;display:none; }
#hHL8TPqDoQmJlWGd60WHk4qa2xOehwtc { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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: none;height:12.5rem;width:12.5rem;display:none; }
#QHoM4y5AxPIqbyGpDSGkCbFk22UJrkPv { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:60rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#EpBQwODEnXwdonZWokovidoJ57N4mBP1 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:2.1;letter-spacing:0;top:40.48828125rem;left:6.375rem;height:2.7558625rem;text-align:center;text-align-last:center;display:block; }
#uiv4S6ki9v6lQAT6hTaMKtlGg7rbJkdv { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:60rem;top:39.55078125rem;left:0rem;display:block; }
#sSau85tmeE52wUmCg2l5MTyvNAgx9ESZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sSau85tmeE52wUmCg2l5MTyvNAgx9ESZ > .row .container { background-color: transparent; background-image: none; }#sSau85tmeE52wUmCg2l5MTyvNAgx9ESZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSau85tmeE52wUmCg2l5MTyvNAgx9ESZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSau85tmeE52wUmCg2l5MTyvNAgx9ESZ > .row .container > .video-iframe-container { display: none; }#sSau85tmeE52wUmCg2l5MTyvNAgx9ESZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSau85tmeE52wUmCg2l5MTyvNAgx9ESZ > .row > .video-iframe-container { display: none; }#sSau85tmeE52wUmCg2l5MTyvNAgx9ESZ > .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); }#sSau85tmeE52wUmCg2l5MTyvNAgx9ESZ > .row .container { border-width: 0; border-radius: 0; }#sSau85tmeE52wUmCg2l5MTyvNAgx9ESZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSau85tmeE52wUmCg2l5MTyvNAgx9ESZ > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:60rem;position:relative;display:block; }#mH2uMMbOtPfRuElqF4L5rMOMpLGKrJOF { color:rgba(var(--color-tertiary-0),1);display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:2.412109375rem;left:12.1875rem;height:5.423825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vyG2u1X5ut22XIDtGIrIoxDfoSNg3LZM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:7.8125rem;top:2.28125rem;left:1.40625rem;overflow:hidden;display:block; }
#duTfBLKgvtBU5dxrDyeJFMLL1zfJTAGl { position:relative;display:block; }#duTfBLKgvtBU5dxrDyeJFMLL1zfJTAGl { background-color: transparent; background-image: none; }#duTfBLKgvtBU5dxrDyeJFMLL1zfJTAGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duTfBLKgvtBU5dxrDyeJFMLL1zfJTAGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duTfBLKgvtBU5dxrDyeJFMLL1zfJTAGl > .row .container > .video-iframe-container { display: none; }#duTfBLKgvtBU5dxrDyeJFMLL1zfJTAGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#duTfBLKgvtBU5dxrDyeJFMLL1zfJTAGl > .row > .video-iframe-container { display: none; }#duTfBLKgvtBU5dxrDyeJFMLL1zfJTAGl > .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); }#duTfBLKgvtBU5dxrDyeJFMLL1zfJTAGl { border-width: 0; border-radius: 0; }#duTfBLKgvtBU5dxrDyeJFMLL1zfJTAGl > .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; }#duTfBLKgvtBU5dxrDyeJFMLL1zfJTAGl > .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:10.5625rem;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; }#NSzW4C0MA4whmgJhPoSTced8BfGMz3aW { color:rgba(var(--color-primary-4),1);display:block;width:38.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.224609375rem;left:1.34375rem;height:3.32465rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zNocg8RnOVSJb2rcqtz80LTm8IbHDmp2 { color:rgba(var(--color-tertiary-4),1);display:block;width:56.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:4.95703125rem;left:1.34375rem;height:4.78125rem;display:block; }
#SMTizJAmBHgXZuaQnVnf8F0f1GwyeiJi { position:relative;display:block; }#SMTizJAmBHgXZuaQnVnf8F0f1GwyeiJi { background-color: transparent; background-image: none; }#SMTizJAmBHgXZuaQnVnf8F0f1GwyeiJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMTizJAmBHgXZuaQnVnf8F0f1GwyeiJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMTizJAmBHgXZuaQnVnf8F0f1GwyeiJi > .row .container > .video-iframe-container { display: none; }#SMTizJAmBHgXZuaQnVnf8F0f1GwyeiJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SMTizJAmBHgXZuaQnVnf8F0f1GwyeiJi > .row > .video-iframe-container { display: none; }#SMTizJAmBHgXZuaQnVnf8F0f1GwyeiJi > .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); }#SMTizJAmBHgXZuaQnVnf8F0f1GwyeiJi { border-width: 0; border-radius: 0; }#SMTizJAmBHgXZuaQnVnf8F0f1GwyeiJi > .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; }#SMTizJAmBHgXZuaQnVnf8F0f1GwyeiJi > .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:30.375rem;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; }#pBZAIv8ygBHykZ9JgA8LtwKgHN03MuTO { 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:21.875rem;width:28.125rem;top:3.25rem;left:0rem;overflow:hidden;display:block; }
#MdSPpEnuRdcgF9T8XUHsVPONEtP3JDOB { position:absolute;display:block;z-index:14999;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.875rem;width:28rem;top:0.875rem;left:32rem;overflow:hidden;display:block; }
#EvdTehQeGkU4l6gAPDP2qNJKdEhPrVrG { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:5.5rem;left:11.09375rem;height:4.7246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RAID9z89aZUV8G8QgggGfmoxSBDzFqfN { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:14.599609375rem;left:11.09375rem;height:6.8203125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#pIW7iQogMkBFC7y9ETcNJegBouEP9vqe { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:12.9375rem;left:34.09375rem;height:5.68359375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BZB7y1TFggMLWiA4TZt3oiiAcdHZ1Smk { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:3.25rem;left:34.09375rem;height:4.7246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RA42iXxW4KmCyPz1ZRCw5oSSq1THP1Bg { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.998693466186rem;left:10.694446563721rem;display:block; }
#vT3Co56AG7wuc2C3lq1e5elHPdOxqAfE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T75xlVc6c7Uc85PEK58xD9SpSn4AkuvG { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:21.717449665069rem;left:31.998699188233rem;display:block; }
#p3T5qFroIawqot4KViGNDkpEWBqDWJTo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gbxZLeshecma1TyEnh8SCZwvFfu7H4th { position:relative;display:block; }#gbxZLeshecma1TyEnh8SCZwvFfu7H4th { background-color: transparent; background-image: none; }#gbxZLeshecma1TyEnh8SCZwvFfu7H4th::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbxZLeshecma1TyEnh8SCZwvFfu7H4th > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbxZLeshecma1TyEnh8SCZwvFfu7H4th > .row .container > .video-iframe-container { display: none; }#gbxZLeshecma1TyEnh8SCZwvFfu7H4th > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbxZLeshecma1TyEnh8SCZwvFfu7H4th > .row > .video-iframe-container { display: none; }#gbxZLeshecma1TyEnh8SCZwvFfu7H4th > .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); }#gbxZLeshecma1TyEnh8SCZwvFfu7H4th { border-width: 0; border-radius: 0; }#gbxZLeshecma1TyEnh8SCZwvFfu7H4th > .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; }#gbxZLeshecma1TyEnh8SCZwvFfu7H4th > .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:28.75rem;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; }#DWW3q3OsBAN8OeEvrtaDQ8RC53TzVhCr { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:27.8125rem;top:1.96875rem;left:0rem;overflow:hidden;display:block; }
#SPp98bWw6KbyWfcCioOFVVvfgGa77146 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:28rem;top:0rem;left:32rem;overflow:hidden;display:block; }
#xgboO67SUsWRQQ8dPqQ3WMBnLKWCPa0w { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:17.9375rem;left:11.03125rem;height:2.2743rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z0bdITNtgc6vfy1i0S0bd2kPaEqKU0T9 { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:4.0625rem;left:11.03125rem;height:4.7246125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dJuC10blcE4GxxK7K2Za981SHkVlVnC2 { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:1.96875rem;left:34.21875rem;height:4.7246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bAd88Q5xT8GrPwHaSryXTuHysCywXNg7 { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:15.7265625rem;left:34.21875rem;height:2.2743rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hTmJa9gT4NCZT0ebl4AtOTTyQaQ8l1Ou { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:22.361545562744rem;left:10.381946563721rem;display:block; }
#avo90twoiHUwKyvP3TdDL7AsLG4dIxus { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zZ0BtnQa1zInkZp4wT8RyZecynpfpTXZ { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:20.112630844116rem;left:31.998699188233rem;display:block; }
#KLeDcCPng0qgkrbAD6D82qggQN6eBdbK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x2bwdeuDou3HEi3cFl3KPfiCvhai578y { position:relative;display:block; }#x2bwdeuDou3HEi3cFl3KPfiCvhai578y { background-color: transparent; background-image: none; }#x2bwdeuDou3HEi3cFl3KPfiCvhai578y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2bwdeuDou3HEi3cFl3KPfiCvhai578y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2bwdeuDou3HEi3cFl3KPfiCvhai578y > .row .container > .video-iframe-container { display: none; }#x2bwdeuDou3HEi3cFl3KPfiCvhai578y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x2bwdeuDou3HEi3cFl3KPfiCvhai578y > .row > .video-iframe-container { display: none; }#x2bwdeuDou3HEi3cFl3KPfiCvhai578y > .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); }#x2bwdeuDou3HEi3cFl3KPfiCvhai578y { border-width: 0; border-radius: 0; }#x2bwdeuDou3HEi3cFl3KPfiCvhai578y > .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; }#x2bwdeuDou3HEi3cFl3KPfiCvhai578y > .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:26.25rem;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; }#esryyJIrPo55gGPyFuEUComB8TzkFubg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:28rem;top:0rem;left:16rem;overflow:hidden;display:block; }
#rXJCtd60GW0Fn15kUMXN9OSmzPaBxOkG { color:rgba(var(--color-tertiary-3),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:15.75rem;left:18.25rem;height:2.2743rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RuWJktwpEyecnqtgkBXq3nAW6cttCpd4 { color:rgba(var(--color-primary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:2rem;left:18.25rem;height:4.7246125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tJ2rUhQZqVCgtOMG8uAiVdlskVkEpAz1 { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:19.967231929302rem;left:15.999351501465rem;display:block; }
#Jbcp5yxKZvHSbpP9t8VvP1rKFBNQEhpn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VXkUDg7wkQkxCofhwJJsNeL63xwLubZb { position:relative;display:block; }#VXkUDg7wkQkxCofhwJJsNeL63xwLubZb { background-color: transparent; background-image: none; }#VXkUDg7wkQkxCofhwJJsNeL63xwLubZb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXkUDg7wkQkxCofhwJJsNeL63xwLubZb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXkUDg7wkQkxCofhwJJsNeL63xwLubZb > .row .container > .video-iframe-container { display: none; }#VXkUDg7wkQkxCofhwJJsNeL63xwLubZb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VXkUDg7wkQkxCofhwJJsNeL63xwLubZb > .row > .video-iframe-container { display: none; }#VXkUDg7wkQkxCofhwJJsNeL63xwLubZb > .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); }#VXkUDg7wkQkxCofhwJJsNeL63xwLubZb { border-width: 0; border-radius: 0; }#VXkUDg7wkQkxCofhwJJsNeL63xwLubZb > .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; }#VXkUDg7wkQkxCofhwJJsNeL63xwLubZb > .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:63.125rem;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; }#foP8d07tv1UwtUD5a3Cx8SW0S1lPXhDU { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:17.1259765625rem;left:1.15625rem;height:8.4375rem;display:block; }
#yPGqxBmbOcr9kurO0GlkrTfufFITcUEA { color:rgba(var(--color-primary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3rem;left:1.15625rem;height:12.347625rem;font-style:normal;display:block; }
#Ab85wrmMJ94Cqn8JBKfpGDGSzovwr2Z8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:28.0625rem;top:3rem;left:31.9375rem;overflow:hidden;display:block; }
#ODmC0LGc1Hsrh7CTJoJx758H16hvh82c { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;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:27.4375rem;left:3.5625rem;height:25.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WRLVaOuw9PCvgDKhoV7qSgrB0uryKiyQ { color:rgba(var(--color-tertiary-4),1);display:block;width:24.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:26.75rem;left:31.5rem;height:30.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OV7SQNbbF2cCRIoXWx96NfTfQHRS9GLr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:27.1875rem;left:1.21875rem; }
#Qn3G1Za3mXntXrcXgsd6fucXxaL714e2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:35.5rem;left:1.15625rem; }
#LsOdmmhy5yT5CBUZomTQPmZJffwSl4aF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:44.0625rem;left:1.15625rem; }
#OFdpTU790S3FuhWL63xfhF28niFuiawk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:26.5625rem;left:29rem; }
#QNe827cn9t8L6XSc4T6dxXIXbiArqxwR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:33.375rem;left:28.9375rem; }
#kkNqGKPWxmzFtcEJyZxbFxdhUxtkkgN4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:41.8125rem;left:28.9375rem; }
#qxuzZegmlT8G1GsacwTBePLPtv9SamBa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:50.125rem;left:29.09375rem; }
#TCMycuTGfWUTfmJsoArF6OgFbZWAe4Hb { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.9375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:55.125rem;left:6.03125rem;display:block; }
#oZm4t8XJUIbwJbRvLJHNqXTzsTb3LA2U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/992e308d-636a-49a1-a0cc-c075a8473d20/DAVINCI_1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw.adaptive-delivery-prevent-bg, #ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw.lazyload, #ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw.lazyloading { background-image: none; }#ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw > .row .container { background-color: transparent; background-image: none; }#ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw > .row .container > .video-iframe-container { display: none; }#ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw > .row > .video-iframe-container { display: none; }#ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw > .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); }#ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw > .row .container { border-width: 0; border-radius: 0; }#ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:60rem;position:relative;display:block; }#ztI4DSqkisuyTh3m4REEbpyiMVuyr6cL { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.625rem;left:25rem;height:7.875rem;font-style:normal;display:block; }
#b07CSODEmgsV8HoSRA00HN3oOxe4fdpX { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:19.1875rem;left:25rem;height:1.875rem;font-style:normal;display:block; }
#az2POT4KZf63hHQ7ZTzKVnTkUhvWXT5G { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:22.1875rem;left:25rem;height:9.21875rem;font-style:normal;display:block; }#az2POT4KZf63hHQ7ZTzKVnTkUhvWXT5G li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#az2POT4KZf63hHQ7ZTzKVnTkUhvWXT5G li:before{  }
#oR8OMrnHOX2MUm5LBD0QNnNT817R5FbR { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:38.4375rem;left:25rem;height:7.3125rem;font-style:normal;display:block; }#oR8OMrnHOX2MUm5LBD0QNnNT817R5FbR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#oR8OMrnHOX2MUm5LBD0QNnNT817R5FbR li:before{  }
#wqFqyyaWTds9DmvaF8wFMa6MgkbrwIm2 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:34.9375rem;left:25rem;height:1.875rem;font-style:normal;display:block; }
#BTXKyMn4FWNHvTmwKz3JsgwsUhw6wxkW { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),0.65);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:52.5rem;width:29.8125rem;top:0rem;left:21.4375rem;display:block; }
#TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9 { position:relative;display:none; }#TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9 { border-width: 0; border-radius: 0; }#TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9 > .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; }#TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#k8kp9mzc9aKpJGzalbnrsbBWFI4VS1L0 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.625rem;left:25rem;height:7.875rem;font-style:normal;display:none; }
#BUBzGNlwqhh5Vw6d5KWGfTpbRy1RzRzR { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:19.1875rem;left:25rem;height:1.875rem;font-style:normal;display:none; }
#lPubSznLybuq4mv85vKkgTfpmmJ6BGTR { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:22.1875rem;left:25rem;height:9.21875rem;font-style:normal;display:none; }#lPubSznLybuq4mv85vKkgTfpmmJ6BGTR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lPubSznLybuq4mv85vKkgTfpmmJ6BGTR li:before{  }
#Ph328dMLMPDDv5nDaoMIFAIg6r079uoI { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:34.9375rem;left:25rem;height:1.875rem;font-style:normal;display:none; }
#r9TJKRW17T4t7hTCwv9d0Wy5rblM7EzD { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:38.4375rem;left:25rem;height:7.3125rem;font-style:normal;display:none; }#r9TJKRW17T4t7hTCwv9d0Wy5rblM7EzD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#r9TJKRW17T4t7hTCwv9d0Wy5rblM7EzD li:before{  }
#BwdMFKLdIDDZ8GDGRob8AvvgZCyPQCrZ { position:relative;display:block; }#BwdMFKLdIDDZ8GDGRob8AvvgZCyPQCrZ { background-color: transparent; background-image: none; }#BwdMFKLdIDDZ8GDGRob8AvvgZCyPQCrZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwdMFKLdIDDZ8GDGRob8AvvgZCyPQCrZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwdMFKLdIDDZ8GDGRob8AvvgZCyPQCrZ > .row .container > .video-iframe-container { display: none; }#BwdMFKLdIDDZ8GDGRob8AvvgZCyPQCrZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BwdMFKLdIDDZ8GDGRob8AvvgZCyPQCrZ > .row > .video-iframe-container { display: none; }#BwdMFKLdIDDZ8GDGRob8AvvgZCyPQCrZ > .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); }#BwdMFKLdIDDZ8GDGRob8AvvgZCyPQCrZ { border-width: 0; border-radius: 0; }#BwdMFKLdIDDZ8GDGRob8AvvgZCyPQCrZ > .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; }#BwdMFKLdIDDZ8GDGRob8AvvgZCyPQCrZ > .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:81.75rem;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; }#PVryIiOMJSDW1A1KLP38msrrnyqaMGlm { color:rgba(var(--color-primary-4),1);display:block;width:40.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.1875rem;left:1.1875rem;height:3.5625rem;font-style:normal;display:block; }
#nG2tgkUU9eFhiqVM91amnfmtWhT2ahK6 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.4375rem;left:2.875rem;height:13.125rem;font-style:italic;display:block; }
#HWvUVGQ5C8FrbST8BvT0igFe0VtFclzD { box-sizing:content-box;height:18.5625rem;width:58.1875rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),1);background-image:none;top:7.625rem;left:1.15625rem;display:block; }
#uhb3yGKFzVyJMbTrpwHJAzNmE0JsEZHF { box-sizing:content-box;height:23.8125rem;width:58.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:28.0625rem;left:1.125rem;display:block; }
#dTwebDVgL5iv3J7R6iUAv3TMg487yU3m { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:9.5625rem;left:2.875rem;height:1.6875rem;font-style:normal;display:block; }
#dWnd0WIC7v4vZXnLlw0T1qsBiplRfE4G { color:rgba(var(--color-tertiary-0),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:32.9375rem;left:2.8125rem;height:17.0625rem;font-style:italic;display:block; }
#w4lNTScssAaLi82H0kgOMrtHRkLyPRoB { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:30.0625rem;left:2.8125rem;height:1.6875rem;font-style:normal;display:block; }
#m0h8bi5vmK8evP6ZIF2fHoLGX7s2aA7M { box-sizing:content-box;height:23.75rem;width:58.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-4),1);background-image:none;top:53.75rem;left:1.1875rem;display:block; }
#aR6Nd0vvyHmLETbtX3C2OBuJ303nmb09 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:58.5625rem;left:2.875rem;height:17.0625rem;font-style:italic;display:block; }
#BT58ExlIooXGVQJeId9UoPD0em7kAei2 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:55.6875rem;left:2.875rem;height:1.6875rem;font-style:normal;display:block; }
#cSuOOT5EH1SkGHneOZDbRNZ85qKq2pb5 { position:relative;display:block; }#cSuOOT5EH1SkGHneOZDbRNZ85qKq2pb5 { background-color: transparent; background-image: none; }#cSuOOT5EH1SkGHneOZDbRNZ85qKq2pb5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSuOOT5EH1SkGHneOZDbRNZ85qKq2pb5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSuOOT5EH1SkGHneOZDbRNZ85qKq2pb5 > .row .container > .video-iframe-container { display: none; }#cSuOOT5EH1SkGHneOZDbRNZ85qKq2pb5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSuOOT5EH1SkGHneOZDbRNZ85qKq2pb5 > .row > .video-iframe-container { display: none; }#cSuOOT5EH1SkGHneOZDbRNZ85qKq2pb5 > .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); }#cSuOOT5EH1SkGHneOZDbRNZ85qKq2pb5 { border-width: 0; border-radius: 0; }#cSuOOT5EH1SkGHneOZDbRNZ85qKq2pb5 > .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; }#cSuOOT5EH1SkGHneOZDbRNZ85qKq2pb5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.0625rem;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; }#o5QAAIoGfFyDbCqM4syXI7IhhWfbBw34 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.875rem;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.125rem;left:28.8125rem;height:23.625rem;display:block; }
#gU8TpPDngDNW3DdQbyrDnMfTgKUBSFM8 { color:rgba(var(--color-primary-4),1);display:block;width:29.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:3.625rem;left:28.8125rem;height:3.5625rem;font-style:normal;display:block; }
#rCKd6vFlRaF1JDnxcavF01QtlPh2mO0t { position:absolute;display:block;z-index:14999;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:33.5625rem;width:23.9375rem;top:2.25rem;left:2.814453125rem;overflow:hidden;display:block; }
#tPAuN5mJ90sUl1pLxqip7TeB0H9OwvWs { position:relative;display:block; }#tPAuN5mJ90sUl1pLxqip7TeB0H9OwvWs { background-color: transparent; background-image: none; }#tPAuN5mJ90sUl1pLxqip7TeB0H9OwvWs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPAuN5mJ90sUl1pLxqip7TeB0H9OwvWs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPAuN5mJ90sUl1pLxqip7TeB0H9OwvWs > .row .container > .video-iframe-container { display: none; }#tPAuN5mJ90sUl1pLxqip7TeB0H9OwvWs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPAuN5mJ90sUl1pLxqip7TeB0H9OwvWs > .row > .video-iframe-container { display: none; }#tPAuN5mJ90sUl1pLxqip7TeB0H9OwvWs > .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); }#tPAuN5mJ90sUl1pLxqip7TeB0H9OwvWs { border-width: 0; border-radius: 0; }#tPAuN5mJ90sUl1pLxqip7TeB0H9OwvWs > .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; }#tPAuN5mJ90sUl1pLxqip7TeB0H9OwvWs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;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; }#MJ62efIn93d0QZB67TvC8uHUefSNNz2y { color:rgba(var(--color-primary-4),1);display:block;width:34.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:1.25rem;left:1.34375rem;height:3.67480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NvMGeXUJc16wnuXAw7sbbuI6nTUutalR { position:relative;display:block; }#NvMGeXUJc16wnuXAw7sbbuI6nTUutalR { background-color: transparent; background-image: none; }#NvMGeXUJc16wnuXAw7sbbuI6nTUutalR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvMGeXUJc16wnuXAw7sbbuI6nTUutalR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvMGeXUJc16wnuXAw7sbbuI6nTUutalR > .row .container > .video-iframe-container { display: none; }#NvMGeXUJc16wnuXAw7sbbuI6nTUutalR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvMGeXUJc16wnuXAw7sbbuI6nTUutalR > .row > .video-iframe-container { display: none; }#NvMGeXUJc16wnuXAw7sbbuI6nTUutalR > .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); }#NvMGeXUJc16wnuXAw7sbbuI6nTUutalR { border-width: 0; border-radius: 0; }#NvMGeXUJc16wnuXAw7sbbuI6nTUutalR > .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; }#NvMGeXUJc16wnuXAw7sbbuI6nTUutalR > .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:58.75rem;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; }#HJISTfXP97Alk3JU89laVqL2idWhy7CK { color:rgba(var(--color-tertiary-4),1);display:block;width:50.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:4.8125rem;height:3.41015625rem;display:block; }
#t4NG9Z4dZAqhHHWV6GNo5eLZEGmtsOZv { color:rgba(var(--color-tertiary-4),1);display:block;width:50.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:51.9375rem;left:4.875rem;height:4.546875rem;display:block; }
#UBgnFVKdltzQOSARX3gxTimF379OeShA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.25rem;left:1.75rem; }
#TmQWsaFWAVANCT0rLg0FIOGb631zqbNQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:11.9375rem;left:1.75rem; }
#fGkcGBpTTeelcCObGohISsprQRGC8Uer { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:51rem;left:1.75rem; }
#wugRcmKSTLeZFWkogaO0KiiIZWIQQFvN { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;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: none;height:0.375rem;width:12.5rem;top:12.25rem;left:23.75rem;display:block; }
#D6l8RwbutPzsHTlE5wRL0T3H50l6Jmki { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;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: none;height:0.375rem;width:12.5rem;top:50.125rem;left:22.75rem;display:block; }
#zbaiuFaKlXgbB9Q0zJEBXagKe8B6o5JX { color:rgba(var(--color-tertiary-4),1);display:block;width:50.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:12.9375rem;left:4.8125rem;height:36.375rem;display:block; }
#TX0761IamGSptrcrWFrZ3fs6GUWoSAlU { color:rgba(var(--color-primary-4),1);display:block;width:50.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:6.125rem;left:4.8125rem;height:2.923825rem;display:block; }
#cLnKexx18fT40raaiXp98nfE3ySzP7Pv { color:rgba(var(--color-tertiary-4),1);display:block;width:50.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:10.27734375rem;left:4.8125rem;height:1.13671875rem;font-style:normal;display:block; }
#PwS6iop0kHmQwRF6zoQ8goANMQHu3Lzt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;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: none;height:12.5rem;width:12.5rem;display:none; }
#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { position:relative;display:block; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { background-color: transparent; background-image: none; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container > .video-iframe-container { display: none; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row > .video-iframe-container { display: none; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .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); }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { border-width: 0; border-radius: 0; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .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; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .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:14.625rem;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; }#RW5V2laUJ7sznzkaCTg6rnBNVQIaX4qn { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.8;letter-spacing:0;top:1.9375rem;left:0rem;height:4.049475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D7CZo4dNBw8w8BtsdO738Zpgf8g4iVMF { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.125rem;left:20.25rem;display:block; }
#d5KbuQ66KFvDnImMLcz5x045x0J8lnSk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FP7TZGPwdMzZs2enuXwkXq82xbm9pJ84 { position:relative;display:block; }#FP7TZGPwdMzZs2enuXwkXq82xbm9pJ84 { background-color: transparent; background-image: none; }#FP7TZGPwdMzZs2enuXwkXq82xbm9pJ84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FP7TZGPwdMzZs2enuXwkXq82xbm9pJ84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FP7TZGPwdMzZs2enuXwkXq82xbm9pJ84 > .row .container > .video-iframe-container { display: none; }#FP7TZGPwdMzZs2enuXwkXq82xbm9pJ84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FP7TZGPwdMzZs2enuXwkXq82xbm9pJ84 > .row > .video-iframe-container { display: none; }#FP7TZGPwdMzZs2enuXwkXq82xbm9pJ84 > .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); }#FP7TZGPwdMzZs2enuXwkXq82xbm9pJ84 { border-width: 0; border-radius: 0; }#FP7TZGPwdMzZs2enuXwkXq82xbm9pJ84 > .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; }#FP7TZGPwdMzZs2enuXwkXq82xbm9pJ84 > .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:9.75rem;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; }#cEzZz8Redwoli2F73iwRmlyO7F9iWbhV { 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:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:7.0625rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#RAPrEWO2bPMcmri63nO1tQgq6nveHfcR { 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:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:23.875rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#tavGBzrvlgUNLdTZsNTRGvtArH2FlOZe { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.9375rem;left:15.875rem;height:1.29980625rem;display:block; }
#PD0vhrfTZNZyM7lfbuh2ephHzGunFRrh { 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:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2rem;left:40.5rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#EObg59evHOH8GTGdXRSduLyDstDrz3aW { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:60rem;top:0rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR5flaT4NoWLINODHAwFHx7MqK4kE1dh { top:0rem;left:0rem;width:47.75rem;height:10.495052083333rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzA2iPWmQq02EX61vuwu8nbuZRcuyTJQ { top:17.6875rem;left:7.5rem;width:40.0625rem;height:2.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtqdTSDu3egKsgQgwTJqNEGTZ7H7GBLw { top:14.9375rem;left:0.25rem;width:5.5rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZEy2SAGv9Xp0HPq1BiOzTR0nKmaRPCe { top:15.4375rem;left:7.5rem;width:37.875rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvBDrFh9KJUMOlDACQCpfXdTrNR7pFuS { width:39.25rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { display:block; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwyHXoAWiG21DBwVQw4g1IsE2tAgXMV1 { top:26rem;left:0rem;width:27.625rem;height:9.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTi5B1duTMRFxkLy5DQ34GvHFTPmnoqX { top:36.6875rem;left:0rem;width:28.9375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-regular-label { width:19.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-input-text { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-input-text {padding-top: 0; padding-bottom: 0;}#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-textarea { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-input-select { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-input-select {padding-top: 0; padding-bottom: 0;}#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-input-button { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt  { width:19.375rem;height:auto;top:10.75rem;left:24.9375rem; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .radio-container { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt {display:block;}#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt { width:19.375rem;height:auto;top:10.75rem;left:24.9375rem; }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #W4BBiBEQBu4DP9O95KteyOw7Zt4ODkKa {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #vXWEPv4nhQ4MvZzrTiwLwgCZSMLVTWV9 { display:none; }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #qTA1FAiOuIkCMnSyrSUTuy3mehO5Re4F {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #wk0wNb6mJNIEZxHfIlpw2rC3RSh1RCTJ {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #i8zZZAZQFUKeAq1nyh1GxTZZNLaeFqAO { display:none; }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #koBiSVTQ7xnsKOwU2HEWnJcBfDEdze7v {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #OtzewGlhUNWV66pVLcIe5BagQT1TocOc {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #NDtG4z849tSkOEoHI82OJMyo80vdistb {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #lsynnIhfbXTxFKMUeEe7A21xSQeieZsD {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #o8Xz0hEURMHqe8yo142kTTBwpTwwC4KB {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #VtgflcH0TFLDFoC7bLrb9XRquiA92Huh {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #kErKOlbSGm08XlvilBLCMZOTQKQOCXZy {  }
 }@media only screen and (max-width: 763px) { #oLb3qZqPd6A9zWTT978WWfJdcEco2oTA { display:block; }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #tF4eHVM5a7P5rSHNV94I54yBozsbNmlv {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #pwKmghbDXIFux53Gr6dJB5I5SCbPnlTH {  }
 }@media only screen and (max-width: 763px) { #loW6q0EsZFrmeRhS2Iewa8vM3OQ3qb8y { top:6.375rem;left:26.375rem;width:17rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXtU5LfgVolcBSeSdZpbrlcNvZ8lHbLy { top:1.625rem;left:0rem;width:26.375rem;height:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ0wNnGECKGVXiqE37XZ6shu3SyLHrq0 { display:block; }#EQ0wNnGECKGVXiqE37XZ6shu3SyLHrq0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkNoOI4KM67AOihdBJKDQzDzkwQSba6r { top:14.5625rem;left:0rem;width:34.9375rem;height:6.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRp01DeybviNqmwBqJDBXdm4gNTT3sAp { top:23rem;left:0rem;width:28.25rem;height:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za5d0AFFWJ3PwpVqA700MwmUeoiB6Pka { top:14.5625rem;left:26rem;width:21.75rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg3rJM3eUv47m5Mf0mUkCTFfETQk0hfS { top:23.125rem;left:0rem;width:33.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQDDhboUQOonKvUQycZOstN3s0pOceuR { top:27.375rem;left:0rem;width:33.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI9zG29SqvZWUTDhgvUmKIWmrvTERheq { top:31.4375rem;left:0rem;width:33.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLc6ya3eADACXmiwKPGr3Tfnqk3qaaUu { top:15rem;left:0rem;width:33.4375rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #mOPH8xiGW6A2N2MPfqzCNutlL8aLnDZC { display:none; }
 }@media only screen and (max-width: 763px) { #wQcMrmEQvBgpDA1KT8LwT20vWC20n2rV { display:none; }
 }@media only screen and (max-width: 763px) { #hHL8TPqDoQmJlWGd60WHk4qa2xOehwtc { display:none; }
 }@media only screen and (max-width: 763px) { #QHoM4y5AxPIqbyGpDSGkCbFk22UJrkPv { top:0.5625rem;left:0rem;width:47.75rem;height:12.932291666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpBQwODEnXwdonZWokovidoJ57N4mBP1 { top:40.4375rem;left:0.25rem;width:47.25rem;height:2.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiv4S6ki9v6lQAT6hTaMKtlGg7rbJkdv { top:39.5rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSau85tmeE52wUmCg2l5MTyvNAgx9ESZ { display:block; }#sSau85tmeE52wUmCg2l5MTyvNAgx9ESZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mH2uMMbOtPfRuElqF4L5rMOMpLGKrJOF { top:2.375rem;left:0rem;width:47.75rem;height:5.4375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyG2u1X5ut22XIDtGIrIoxDfoSNg3LZM { top:2.25rem;left:0rem;width:7.8125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #duTfBLKgvtBU5dxrDyeJFMLL1zfJTAGl { display:block; }#duTfBLKgvtBU5dxrDyeJFMLL1zfJTAGl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSzW4C0MA4whmgJhPoSTced8BfGMz3aW { top:1.1875rem;left:0rem;width:38.5rem;height:3.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNocg8RnOVSJb2rcqtz80LTm8IbHDmp2 { top:4.9375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMTizJAmBHgXZuaQnVnf8F0f1GwyeiJi { display:block; }#SMTizJAmBHgXZuaQnVnf8F0f1GwyeiJi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBZAIv8ygBHykZ9JgA8LtwKgHN03MuTO { top:3.25rem;left:0rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdSPpEnuRdcgF9T8XUHsVPONEtP3JDOB { top:0.875rem;left:19.75rem;width:28rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvdTehQeGkU4l6gAPDP2qNJKdEhPrVrG { top:5.5rem;left:8.03125rem;width:15rem;height:4.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAID9z89aZUV8G8QgggGfmoxSBDzFqfN { top:14.5625rem;left:8.03125rem;width:15rem;height:6.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIW7iQogMkBFC7y9ETcNJegBouEP9vqe { top:12.9375rem;left:24.90625rem;width:15rem;height:5.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZB7y1TFggMLWiA4TZt3oiiAcdHZ1Smk { top:3.25rem;left:24.90625rem;width:15rem;height:4.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA42iXxW4KmCyPz1ZRCw5oSSq1THP1Bg { width:17.5rem;height:3.4375rem;top:23.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT3Co56AG7wuc2C3lq1e5elHPdOxqAfE { display:block; }
 }@media only screen and (max-width: 763px) { #T75xlVc6c7Uc85PEK58xD9SpSn4AkuvG { width:17.5rem;height:3.4375rem;top:21.6875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3T5qFroIawqot4KViGNDkpEWBqDWJTo { display:block; }
 }@media only screen and (max-width: 763px) { #gbxZLeshecma1TyEnh8SCZwvFfu7H4th { display:block; }#gbxZLeshecma1TyEnh8SCZwvFfu7H4th > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWW3q3OsBAN8OeEvrtaDQ8RC53TzVhCr { top:1.9375rem;left:0rem;width:27.8125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPp98bWw6KbyWfcCioOFVVvfgGa77146 { top:0rem;left:19.75rem;width:28rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgboO67SUsWRQQ8dPqQ3WMBnLKWCPa0w { top:17.875rem;left:7.9682159423825rem;width:15rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0bdITNtgc6vfy1i0S0bd2kPaEqKU0T9 { top:4.0625rem;left:7.96875rem;width:15rem;height:4.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJuC10blcE4GxxK7K2Za981SHkVlVnC2 { top:1.9375rem;left:25.03125rem;width:15rem;height:4.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAd88Q5xT8GrPwHaSryXTuHysCywXNg7 { top:15.6875rem;left:25.031253814698rem;width:15rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTmJa9gT4NCZT0ebl4AtOTTyQaQ8l1Ou { width:17.5rem;height:3.4375rem;top:22.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avo90twoiHUwKyvP3TdDL7AsLG4dIxus { display:block; }
 }@media only screen and (max-width: 763px) { #zZ0BtnQa1zInkZp4wT8RyZecynpfpTXZ { width:17.5rem;height:3.4375rem;top:20.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLeDcCPng0qgkrbAD6D82qggQN6eBdbK { display:block; }
 }@media only screen and (max-width: 763px) { #x2bwdeuDou3HEi3cFl3KPfiCvhai578y { display:block; }#x2bwdeuDou3HEi3cFl3KPfiCvhai578y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esryyJIrPo55gGPyFuEUComB8TzkFubg { top:0rem;left:9.875rem;width:28rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXJCtd60GW0Fn15kUMXN9OSmzPaBxOkG { top:15.75rem;left:12.125rem;width:15rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuWJktwpEyecnqtgkBXq3nAW6cttCpd4 { top:2rem;left:12.125rem;width:15rem;height:4.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ2rUhQZqVCgtOMG8uAiVdlskVkEpAz1 { width:17.5rem;height:3.4375rem;top:19.9375rem;left:9.874351501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbcp5yxKZvHSbpP9t8VvP1rKFBNQEhpn { display:block; }
 }@media only screen and (max-width: 763px) { #VXkUDg7wkQkxCofhwJJsNeL63xwLubZb { display:block; }#VXkUDg7wkQkxCofhwJJsNeL63xwLubZb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foP8d07tv1UwtUD5a3Cx8SW0S1lPXhDU { top:17.125rem;left:0rem;width:29.25rem;height:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPGqxBmbOcr9kurO0GlkrTfufFITcUEA { top:3rem;left:0rem;width:27.9375rem;height:12.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab85wrmMJ94Cqn8JBKfpGDGSzovwr2Z8 { top:3rem;left:19.6875rem;width:28.0625rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODmC0LGc1Hsrh7CTJoJx758H16hvh82c { top:27.4375rem;left:0rem;width:24.9375rem;height:25.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRLVaOuw9PCvgDKhoV7qSgrB0uryKiyQ { top:26.75rem;left:22.8125rem;width:24.9375rem;height:30.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV7SQNbbF2cCRIoXWx96NfTfQHRS9GLr { top:27.1875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn3G1Za3mXntXrcXgsd6fucXxaL714e2 { top:35.5rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsOdmmhy5yT5CBUZomTQPmZJffwSl4aF { top:44.0625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFdpTU790S3FuhWL63xfhF28niFuiawk { top:26.5625rem;left:22.875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNe827cn9t8L6XSc4T6dxXIXbiArqxwR { top:33.375rem;left:22.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkNqGKPWxmzFtcEJyZxbFxdhUxtkkgN4 { top:41.8125rem;left:22.8125rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxuzZegmlT8G1GsacwTBePLPtv9SamBa { top:50.125rem;left:22.96875rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCMycuTGfWUTfmJsoArF6OgFbZWAe4Hb { width:19.5rem;height:3.9375rem;top:55.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZm4t8XJUIbwJbRvLJHNqXTzsTb3LA2U { display:block; }
 }@media only screen and (max-width: 763px) { #ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw { display:block; }#ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztI4DSqkisuyTh3m4REEbpyiMVuyr6cL { top:7.625rem;left:18.875rem;width:23.625rem;height:7.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b07CSODEmgsV8HoSRA00HN3oOxe4fdpX { top:19.1875rem;left:18.875rem;width:23.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #az2POT4KZf63hHQ7ZTzKVnTkUhvWXT5G { top:22.1875rem;left:18.875rem;width:23.625rem;height:9.1875rem;font-size:1.0625rem;display:block; }#az2POT4KZf63hHQ7ZTzKVnTkUhvWXT5G li:before{  }
 }@media only screen and (max-width: 763px) { #oR8OMrnHOX2MUm5LBD0QNnNT817R5FbR { top:38.4375rem;left:18.875rem;width:23.625rem;height:7.3125rem;font-size:1.0625rem;display:block; }#oR8OMrnHOX2MUm5LBD0QNnNT817R5FbR li:before{  }
 }@media only screen and (max-width: 763px) { #wqFqyyaWTds9DmvaF8wFMa6MgkbrwIm2 { top:34.9375rem;left:18.875rem;width:23.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTXKyMn4FWNHvTmwKz3JsgwsUhw6wxkW { top:0rem;left:15.3125rem;width:29.8125rem;height:52.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9 { display:none; }#TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k8kp9mzc9aKpJGzalbnrsbBWFI4VS1L0 { top:7.625rem;left:18.875rem;width:23.625rem;height:7.875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BUBzGNlwqhh5Vw6d5KWGfTpbRy1RzRzR { top:19.1875rem;left:18.875rem;width:23.625rem;height:1.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lPubSznLybuq4mv85vKkgTfpmmJ6BGTR { top:22.1875rem;left:18.875rem;width:23.625rem;height:9.1875rem;font-size:0.875rem;display:none; }#lPubSznLybuq4mv85vKkgTfpmmJ6BGTR li:before{  }
 }@media only screen and (max-width: 763px) { #Ph328dMLMPDDv5nDaoMIFAIg6r079uoI { top:34.9375rem;left:18.875rem;width:23.625rem;height:1.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r9TJKRW17T4t7hTCwv9d0Wy5rblM7EzD { top:38.4375rem;left:18.875rem;width:23.625rem;height:7.3125rem;font-size:0.875rem;display:none; }#r9TJKRW17T4t7hTCwv9d0Wy5rblM7EzD li:before{  }
 }@media only screen and (max-width: 763px) { #BwdMFKLdIDDZ8GDGRob8AvvgZCyPQCrZ { display:block; }#BwdMFKLdIDDZ8GDGRob8AvvgZCyPQCrZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVryIiOMJSDW1A1KLP38msrrnyqaMGlm { top:2.1875rem;left:0rem;width:40.8125rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG2tgkUU9eFhiqVM91amnfmtWhT2ahK6 { top:12.4375rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWvUVGQ5C8FrbST8BvT0igFe0VtFclzD { top:7.625rem;left:0rem;width:47.75rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhb3yGKFzVyJMbTrpwHJAzNmE0JsEZHF { top:28.0625rem;left:0rem;width:47.75rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwebDVgL5iv3J7R6iUAv3TMg487yU3m { top:9.5625rem;left:0rem;width:7.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWnd0WIC7v4vZXnLlw0T1qsBiplRfE4G { top:32.9375rem;left:0rem;width:47.75rem;height:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4lNTScssAaLi82H0kgOMrtHRkLyPRoB { top:30.0625rem;left:0rem;width:8.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0h8bi5vmK8evP6ZIF2fHoLGX7s2aA7M { top:53.75rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR6Nd0vvyHmLETbtX3C2OBuJ303nmb09 { top:58.5625rem;left:0rem;width:47.75rem;height:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT58ExlIooXGVQJeId9UoPD0em7kAei2 { top:55.6875rem;left:0rem;width:8.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSuOOT5EH1SkGHneOZDbRNZ85qKq2pb5 { display:block; }#cSuOOT5EH1SkGHneOZDbRNZ85qKq2pb5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5QAAIoGfFyDbCqM4syXI7IhhWfbBw34 { top:9.125rem;left:17.875rem;width:29.875rem;height:23.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU8TpPDngDNW3DdQbyrDnMfTgKUBSFM8 { top:3.625rem;left:17.875rem;width:29.875rem;height:3.5625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCKd6vFlRaF1JDnxcavF01QtlPh2mO0t { top:2.25rem;left:0rem;width:23.9375rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPAuN5mJ90sUl1pLxqip7TeB0H9OwvWs { display:block; }#tPAuN5mJ90sUl1pLxqip7TeB0H9OwvWs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJ62efIn93d0QZB67TvC8uHUefSNNz2y { top:1.25rem;left:0rem;width:34.9375rem;height:3.625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvMGeXUJc16wnuXAw7sbbuI6nTUutalR { display:block; }#NvMGeXUJc16wnuXAw7sbbuI6nTUutalR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJISTfXP97Alk3JU89laVqL2idWhy7CK { top:2.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4NG9Z4dZAqhHHWV6GNo5eLZEGmtsOZv { top:51.9375rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBgnFVKdltzQOSARX3gxTimF379OeShA { top:1.25rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmQWsaFWAVANCT0rLg0FIOGb631zqbNQ { top:11.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGkcGBpTTeelcCObGohISsprQRGC8Uer { top:51rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wugRcmKSTLeZFWkogaO0KiiIZWIQQFvN { top:12.25rem;left:17.625rem;width:12.5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6l8RwbutPzsHTlE5wRL0T3H50l6Jmki { top:50.125rem;left:16.625rem;width:12.5rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbaiuFaKlXgbB9Q0zJEBXagKe8B6o5JX { top:12.9375rem;left:0rem;width:47.75rem;height:36.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX0761IamGSptrcrWFrZ3fs6GUWoSAlU { top:6.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLnKexx18fT40raaiXp98nfE3ySzP7Pv { top:10.25rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwS6iop0kHmQwRF6zoQ8goANMQHu3Lzt { display:none; }
 }@media only screen and (max-width: 763px) { #vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { display:block; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RW5V2laUJ7sznzkaCTg6rnBNVQIaX4qn { top:1.9375rem;left:0rem;width:47.75rem;height:4rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7CZo4dNBw8w8BtsdO738Zpgf8g4iVMF { width:19.5rem;height:3.9375rem;top:8.125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5KbuQ66KFvDnImMLcz5x045x0J8lnSk { display:block; }
 }@media only screen and (max-width: 763px) { #FP7TZGPwdMzZs2enuXwkXq82xbm9pJ84 { display:block; }#FP7TZGPwdMzZs2enuXwkXq82xbm9pJ84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEzZz8Redwoli2F73iwRmlyO7F9iWbhV { top:2rem;left:0.9375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAPrEWO2bPMcmri63nO1tQgq6nveHfcR { top:2.0625rem;left:17.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tavGBzrvlgUNLdTZsNTRGvtArH2FlOZe { top:5.9375rem;left:9.75rem;width:28.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PD0vhrfTZNZyM7lfbuh2ephHzGunFRrh { top:2rem;left:34.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EObg59evHOH8GTGdXRSduLyDstDrz3aW { top:0rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FIhQcln94TqVTqGMpzydWZc9UM97ZhKh { display:block; }#FIhQcln94TqVTqGMpzydWZc9UM97ZhKh > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xR5flaT4NoWLINODHAwFHx7MqK4kE1dh { width:20rem;height:4.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SzA2iPWmQq02EX61vuwu8nbuZRcuyTJQ { width:20rem;height:4.875rem;top:16.125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZtqdTSDu3egKsgQgwTJqNEGTZ7H7GBLw { width:4.8125rem;height:4.875rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZEy2SAGv9Xp0HPq1BiOzTR0nKmaRPCe { width:14.125rem;height:5.361325rem;top:9.068359375rem;left:5.875rem;font-size:1.375rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #SvBDrFh9KJUMOlDACQCpfXdTrNR7pFuS { top:0rem;left:0rem;width:20rem;height:6.375rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb { display:block; }#MDIwuNlb1k0hDqArWpzVuzVmNBz26VCb > .row .container { width:20rem;height:67.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwyHXoAWiG21DBwVQw4g1IsE2tAgXMV1 { width:18.3125rem;height:6.5625rem;top:19.875rem;left:0.84375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTi5B1duTMRFxkLy5DQ34GvHFTPmnoqX { width:16.8125rem;height:6.75rem;top:27.6875rem;left:1.59375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-input-text {padding-top: 0; padding-bottom: 0;}#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-input-select {padding-top: 0; padding-bottom: 0;}#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt  { width:17.5rem;height:auto;top:40.625rem;left:0rem; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt {display:block;}#rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt { width:17.5rem;height:auto;top:40.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #W4BBiBEQBu4DP9O95KteyOw7Zt4ODkKa {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #vXWEPv4nhQ4MvZzrTiwLwgCZSMLVTWV9 { display:none; }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #qTA1FAiOuIkCMnSyrSUTuy3mehO5Re4F {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #wk0wNb6mJNIEZxHfIlpw2rC3RSh1RCTJ {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #i8zZZAZQFUKeAq1nyh1GxTZZNLaeFqAO { display:none; }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #koBiSVTQ7xnsKOwU2HEWnJcBfDEdze7v {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #OtzewGlhUNWV66pVLcIe5BagQT1TocOc {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #NDtG4z849tSkOEoHI82OJMyo80vdistb {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #lsynnIhfbXTxFKMUeEe7A21xSQeieZsD {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #o8Xz0hEURMHqe8yo142kTTBwpTwwC4KB {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #VtgflcH0TFLDFoC7bLrb9XRquiA92Huh {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #kErKOlbSGm08XlvilBLCMZOTQKQOCXZy {  }
 }@media only screen and (max-width: 763px) { #oLb3qZqPd6A9zWTT978WWfJdcEco2oTA { display:block; }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #tF4eHVM5a7P5rSHNV94I54yBozsbNmlv {  }
 }@media only screen and (max-width: 763px) { #rCEesIlhnuLHDfq2K0DMmzXEq8F6Zhwt #pwKmghbDXIFux53Gr6dJB5I5SCbPnlTH {  }
 }@media only screen and (max-width: 763px) { #loW6q0EsZFrmeRhS2Iewa8vM3OQ3qb8y { width:17rem;height:1.7871125rem;top:36.3876953125rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXtU5LfgVolcBSeSdZpbrlcNvZ8lHbLy { width:20rem;height:17.8671875rem;top:1.3701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ0wNnGECKGVXiqE37XZ6shu3SyLHrq0 { display:block; }#EQ0wNnGECKGVXiqE37XZ6shu3SyLHrq0 > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkNoOI4KM67AOihdBJKDQzDzkwQSba6r { width:20rem;height:8.3994375rem;top:6.875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRp01DeybviNqmwBqJDBXdm4gNTT3sAp { width:18rem;height:18.89649375rem;top:17.5625rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Za5d0AFFWJ3PwpVqA700MwmUeoiB6Pka { width:20rem;height:19.2519375rem;top:38.99609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zg3rJM3eUv47m5Mf0mUkCTFfETQk0hfS { width:20rem;height:2rem;top:8.0996125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQDDhboUQOonKvUQycZOstN3s0pOceuR { width:20rem;height:2rem;top:11.3496125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hI9zG29SqvZWUTDhgvUmKIWmrvTERheq { width:20rem;height:2rem;top:14.5996125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hLc6ya3eADACXmiwKPGr3Tfnqk3qaaUu { width:20rem;height:2rem;top:6.9375rem;left:1.40625rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #mOPH8xiGW6A2N2MPfqzCNutlL8aLnDZC { top:17.5625rem;left:0rem;width:20rem;height:4.25rem;z-index:15000;background-color:#d8f4ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #wQcMrmEQvBgpDA1KT8LwT20vWC20n2rV { top:24.0625rem;left:0rem;width:20rem;height:4.1875rem;z-index:15001;background-color:#d8f4ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #hHL8TPqDoQmJlWGd60WHk4qa2xOehwtc { top:30.3125rem;left:0rem;width:20rem;height:4.0625rem;z-index:15002;background-color:#d8f4ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QHoM4y5AxPIqbyGpDSGkCbFk22UJrkPv { width:20rem;height:5.4160125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpBQwODEnXwdonZWokovidoJ57N4mBP1 { width:20rem;height:8.2675625rem;top:59.8095703125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uiv4S6ki9v6lQAT6hTaMKtlGg7rbJkdv { width:20rem;height:0.375rem;top:39.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sSau85tmeE52wUmCg2l5MTyvNAgx9ESZ { display:block; }#sSau85tmeE52wUmCg2l5MTyvNAgx9ESZ > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mH2uMMbOtPfRuElqF4L5rMOMpLGKrJOF { width:20rem;height:16.2715rem;top:8.1875rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vyG2u1X5ut22XIDtGIrIoxDfoSNg3LZM { width:7.8125rem;height:5.6875rem;top:1.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #duTfBLKgvtBU5dxrDyeJFMLL1zfJTAGl { display:block; }#duTfBLKgvtBU5dxrDyeJFMLL1zfJTAGl > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSzW4C0MA4whmgJhPoSTced8BfGMz3aW { width:20rem;height:5.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNocg8RnOVSJb2rcqtz80LTm8IbHDmp2 { width:20rem;height:12.75rem;top:8.0996125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMTizJAmBHgXZuaQnVnf8F0f1GwyeiJi { display:block; }#SMTizJAmBHgXZuaQnVnf8F0f1GwyeiJi > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBZAIv8ygBHykZ9JgA8LtwKgHN03MuTO { width:20rem;height:15.555555555556rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdSPpEnuRdcgF9T8XUHsVPONEtP3JDOB { width:20rem;height:15.625rem;top:22.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvdTehQeGkU4l6gAPDP2qNJKdEhPrVrG { width:15rem;height:4.7246125rem;top:2.75rem;left:3.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAID9z89aZUV8G8QgggGfmoxSBDzFqfN { width:15rem;height:6.8203125rem;top:7.537109375rem;left:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIW7iQogMkBFC7y9ETcNJegBouEP9vqe { width:15rem;height:5.68359375rem;top:29.0625rem;left:1.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZB7y1TFggMLWiA4TZt3oiiAcdHZ1Smk { width:15rem;height:4.7246125rem;top:23.3125rem;left:1.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA42iXxW4KmCyPz1ZRCw5oSSq1THP1Bg { width:11.875rem;height:2.8125rem;top:16.122179031372rem;left:8.1239157319069rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vT3Co56AG7wuc2C3lq1e5elHPdOxqAfE { display:block; }
 }@media only screen and (max-width: 763px) { #T75xlVc6c7Uc85PEK58xD9SpSn4AkuvG { width:11.875rem;height:2.8125rem;top:36.998476982117rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3T5qFroIawqot4KViGNDkpEWBqDWJTo { display:block; }
 }@media only screen and (max-width: 763px) { #gbxZLeshecma1TyEnh8SCZwvFfu7H4th { display:block; }#gbxZLeshecma1TyEnh8SCZwvFfu7H4th > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DWW3q3OsBAN8OeEvrtaDQ8RC53TzVhCr { width:20rem;height:15.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPp98bWw6KbyWfcCioOFVVvfgGa77146 { width:20rem;height:15.375rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgboO67SUsWRQQ8dPqQ3WMBnLKWCPa0w { width:15rem;height:2.2743rem;top:10.625rem;left:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0bdITNtgc6vfy1i0S0bd2kPaEqKU0T9 { width:15rem;height:4.7246125rem;top:1.5rem;left:3.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJuC10blcE4GxxK7K2Za981SHkVlVnC2 { width:9.375rem;height:4.7246125rem;top:22.5rem;left:1.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAd88Q5xT8GrPwHaSryXTuHysCywXNg7 { width:15rem;height:2.2743rem;top:31.4375rem;left:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTmJa9gT4NCZT0ebl4AtOTTyQaQ8l1Ou { width:11.875rem;height:2.8125rem;top:14.6875rem;left:8.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #avo90twoiHUwKyvP3TdDL7AsLG4dIxus { display:block; }
 }@media only screen and (max-width: 763px) { #zZ0BtnQa1zInkZp4wT8RyZecynpfpTXZ { width:11.875rem;height:2.8125rem;top:35.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLeDcCPng0qgkrbAD6D82qggQN6eBdbK { display:block; }
 }@media only screen and (max-width: 763px) { #x2bwdeuDou3HEi3cFl3KPfiCvhai578y { display:block; }#x2bwdeuDou3HEi3cFl3KPfiCvhai578y > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #esryyJIrPo55gGPyFuEUComB8TzkFubg { width:19.875rem;height:15.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXJCtd60GW0Fn15kUMXN9OSmzPaBxOkG { width:6.75rem;height:2.2743rem;top:11.875rem;left:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuWJktwpEyecnqtgkBXq3nAW6cttCpd4 { width:9.6875rem;height:7.0869375rem;top:3.125rem;left:1.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ2rUhQZqVCgtOMG8uAiVdlskVkEpAz1 { width:11.875rem;height:2.8125rem;top:15.749782562256rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jbcp5yxKZvHSbpP9t8VvP1rKFBNQEhpn { display:block; }
 }@media only screen and (max-width: 763px) { #VXkUDg7wkQkxCofhwJJsNeL63xwLubZb { display:block; }#VXkUDg7wkQkxCofhwJJsNeL63xwLubZb > .row .container { width:20rem;height:105.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foP8d07tv1UwtUD5a3Cx8SW0S1lPXhDU { width:20rem;height:11.8125rem;top:14.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPGqxBmbOcr9kurO0GlkrTfufFITcUEA { width:20rem;height:12.9980625rem;top:0rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab85wrmMJ94Cqn8JBKfpGDGSzovwr2Z8 { width:20rem;height:13.3623125rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODmC0LGc1Hsrh7CTJoJx758H16hvh82c { width:17.5rem;height:23.90625rem;top:44.25rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRLVaOuw9PCvgDKhoV7qSgrB0uryKiyQ { width:17.5rem;height:26.71875rem;top:69.8125rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV7SQNbbF2cCRIoXWx96NfTfQHRS9GLr { display:flex;width:2.0625rem;height:2.0625rem;top:44rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Qn3G1Za3mXntXrcXgsd6fucXxaL714e2 { display:flex;width:2.0625rem;height:2.0625rem;top:59.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LsOdmmhy5yT5CBUZomTQPmZJffwSl4aF { display:flex;width:2.0625rem;height:2.0625rem;top:75.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OFdpTU790S3FuhWL63xfhF28niFuiawk { display:flex;width:2.0625rem;height:2.0625rem;top:52.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QNe827cn9t8L6XSc4T6dxXIXbiArqxwR { display:flex;width:2.0625rem;height:2.0625rem;top:69.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kkNqGKPWxmzFtcEJyZxbFxdhUxtkkgN4 { display:flex;width:2.0625rem;height:2.0625rem;top:83.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #qxuzZegmlT8G1GsacwTBePLPtv9SamBa { display:flex;width:2.0625rem;height:2.0625rem;top:90.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TCMycuTGfWUTfmJsoArF6OgFbZWAe4Hb { width:19.5rem;height:3.9375rem;top:98.53125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZm4t8XJUIbwJbRvLJHNqXTzsTb3LA2U { display:block; }
 }@media only screen and (max-width: 763px) { #ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/992e308d-636a-49a1-a0cc-c075a8473d20/DAVINCI_1.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw.adaptive-delivery-prevent-bg, #ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw.lazyload, #ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw.lazyloading { background-image: none; }#ChVsyrdvS6MdPUThUIaerZOghq2Tn7Fw > .row .container { width:20rem;height:46.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ztI4DSqkisuyTh3m4REEbpyiMVuyr6cL { width:18.75rem;height:6rem;top:3.0625rem;left:0.625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b07CSODEmgsV8HoSRA00HN3oOxe4fdpX { width:18.5625rem;height:3.75rem;top:11.625rem;left:0.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #az2POT4KZf63hHQ7ZTzKVnTkUhvWXT5G { width:19rem;height:9.21875rem;top:15.9375rem;left:0.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#az2POT4KZf63hHQ7ZTzKVnTkUhvWXT5G li:before{  }
 }@media only screen and (max-width: 763px) { #oR8OMrnHOX2MUm5LBD0QNnNT817R5FbR { width:19.1875rem;height:8.90625rem;top:32.1875rem;left:0.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#oR8OMrnHOX2MUm5LBD0QNnNT817R5FbR li:before{  }
 }@media only screen and (max-width: 763px) { #wqFqyyaWTds9DmvaF8wFMa6MgkbrwIm2 { width:18.4375rem;height:3.75rem;top:28.0625rem;left:0.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BTXKyMn4FWNHvTmwKz3JsgwsUhw6wxkW { width:20rem;height:43.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9 { background-color:#2e2024;background-image:url("https://images.assets-landingi.com/uc/28338dba-7733-4fe6-9618-ca90e22c2baf/davincimob.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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;display:block; }#TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9.adaptive-delivery-prevent-bg, #TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9.lazyload, #TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9.lazyloading { background-image: none; }#TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9 > .row .container { background-color: transparent; background-image: none; }#TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9 > .row .container > .video-iframe-container { display: none; }#TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9 > .row > .video-iframe-container { display: none; }#TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9 > .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); }#TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9 > .row .container { border-width: 0; border-radius: 0; }#TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TZQdy1BEDRbTt6fTTo1Tqun4UahUz6P9 > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k8kp9mzc9aKpJGzalbnrsbBWFI4VS1L0 { width:16.6875rem;height:5.4375rem;top:21rem;left:1.1875rem;font-size:1.8125rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #BUBzGNlwqhh5Vw6d5KWGfTpbRy1RzRzR { width:11.625rem;height:3.1875rem;top:28rem;left:1.25rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #lPubSznLybuq4mv85vKkgTfpmmJ6BGTR { width:16.875rem;height:7.8125rem;top:31.75rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;display:block; }#lPubSznLybuq4mv85vKkgTfpmmJ6BGTR li:before{  }
 }@media only screen and (max-width: 763px) { #Ph328dMLMPDDv5nDaoMIFAIg6r079uoI { width:12.6875rem;height:3.1875rem;top:41.0625rem;left:1.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #r9TJKRW17T4t7hTCwv9d0Wy5rblM7EzD { width:17.375rem;height:6.1875rem;top:44.875rem;left:1.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15013;display:block; }#r9TJKRW17T4t7hTCwv9d0Wy5rblM7EzD li:before{  }
 }@media only screen and (max-width: 763px) { #BwdMFKLdIDDZ8GDGRob8AvvgZCyPQCrZ { display:block; }#BwdMFKLdIDDZ8GDGRob8AvvgZCyPQCrZ > .row .container { width:20rem;height:171.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PVryIiOMJSDW1A1KLP38msrrnyqaMGlm { width:20rem;height:6rem;top:2.1875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nG2tgkUU9eFhiqVM91amnfmtWhT2ahK6 { width:18.75rem;height:32.8125rem;top:16rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HWvUVGQ5C8FrbST8BvT0igFe0VtFclzD { width:20rem;height:40.8125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhb3yGKFzVyJMbTrpwHJAzNmE0JsEZHF { width:20rem;height:58rem;top:55.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTwebDVgL5iv3J7R6iUAv3TMg487yU3m { width:7.625rem;height:1.6875rem;top:13.125rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dWnd0WIC7v4vZXnLlw0T1qsBiplRfE4G { width:18.75rem;height:49.875rem;top:60rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w4lNTScssAaLi82H0kgOMrtHRkLyPRoB { width:8.9375rem;height:1.6875rem;top:57.125rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #m0h8bi5vmK8evP6ZIF2fHoLGX7s2aA7M { width:20rem;height:49.9375rem;top:116.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR6Nd0vvyHmLETbtX3C2OBuJ303nmb09 { width:18.75rem;height:42rem;top:121.0625rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BT58ExlIooXGVQJeId9UoPD0em7kAei2 { width:8.625rem;height:1.6875rem;top:118.1875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cSuOOT5EH1SkGHneOZDbRNZ85qKq2pb5 { display:block; }#cSuOOT5EH1SkGHneOZDbRNZ85qKq2pb5 > .row .container { width:20rem;height:71.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o5QAAIoGfFyDbCqM4syXI7IhhWfbBw34 { width:20rem;height:30.375rem;top:7rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gU8TpPDngDNW3DdQbyrDnMfTgKUBSFM8 { width:20rem;height:3rem;top:2.125rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rCKd6vFlRaF1JDnxcavF01QtlPh2mO0t { width:20rem;height:28rem;top:39.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPAuN5mJ90sUl1pLxqip7TeB0H9OwvWs { display:block; }#tPAuN5mJ90sUl1pLxqip7TeB0H9OwvWs > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJ62efIn93d0QZB67TvC8uHUefSNNz2y { width:20rem;height:2.80006875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvMGeXUJc16wnuXAw7sbbuI6nTUutalR { display:block; }#NvMGeXUJc16wnuXAw7sbbuI6nTUutalR > .row .container { width:20rem;height:111.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJISTfXP97Alk3JU89laVqL2idWhy7CK { width:17.75rem;height:5.68359375rem;top:1.75rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4NG9Z4dZAqhHHWV6GNo5eLZEGmtsOZv { width:17.75rem;height:11.3671875rem;top:97.5625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBgnFVKdltzQOSARX3gxTimF379OeShA { display:flex;width:2.0625rem;height:2.0625rem;top:1.25rem;left:0rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #TmQWsaFWAVANCT0rLg0FIOGb631zqbNQ { display:flex;width:2.0625rem;height:2.0625rem;top:18.4404296875rem;left:0rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #fGkcGBpTTeelcCObGohISsprQRGC8Uer { display:flex;width:2.0625rem;height:2.0625rem;top:97.5625rem;left:0rem;font-size:1.4375rem; }
 }@media only screen and (max-width: 763px) { #wugRcmKSTLeZFWkogaO0KiiIZWIQQFvN { width:12.5rem;height:0.375rem;top:19.378875rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D6l8RwbutPzsHTlE5wRL0T3H50l6Jmki { width:12.5rem;height:0.375rem;top:61.867125rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbaiuFaKlXgbB9Q0zJEBXagKe8B6o5JX { width:17.875rem;height:77.29684375rem;top:18.8701171875rem;left:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX0761IamGSptrcrWFrZ3fs6GUWoSAlU { width:15.625rem;height:4.875rem;top:8.5546875rem;left:2.1875rem;font-size:0.9375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cLnKexx18fT40raaiXp98nfE3ySzP7Pv { width:17.8125rem;height:3.41015625rem;top:14.52734375rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwS6iop0kHmQwRF6zoQ8goANMQHu3Lzt { top:8.0654296875rem;left:0rem;width:20rem;height:6rem;z-index:14999;background-color:#0f539c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f { display:block; }#vzvZUGxrJQuGfPU5hJs9b6q2LgXAqv9f > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RW5V2laUJ7sznzkaCTg6rnBNVQIaX4qn { width:17.6875rem;height:8.09765625rem;top:2.8125rem;left:1.15625rem;font-size:1.125rem;font-family:lato;font-weight:700;font-style:normal;color:#0e9ae5;display:block; }
 }@media only screen and (max-width: 763px) { #D7CZo4dNBw8w8BtsdO738Zpgf8g4iVMF { width:19.5rem;height:3.9375rem;top:12.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5KbuQ66KFvDnImMLcz5x045x0J8lnSk { display:block; }
 }@media only screen and (max-width: 763px) { #FP7TZGPwdMzZs2enuXwkXq82xbm9pJ84 { display:block; }#FP7TZGPwdMzZs2enuXwkXq82xbm9pJ84 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEzZz8Redwoli2F73iwRmlyO7F9iWbhV { width:12.5rem;height:1.2999125rem;top:11.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RAPrEWO2bPMcmri63nO1tQgq6nveHfcR { width:12.5rem;height:1.2999125rem;top:7.5625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tavGBzrvlgUNLdTZsNTRGvtArH2FlOZe { width:20rem;height:2.599825rem;top:14.6123046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PD0vhrfTZNZyM7lfbuh2ephHzGunFRrh { width:12.5rem;height:1.2999125rem;top:4.01171875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EObg59evHOH8GTGdXRSduLyDstDrz3aW { width:20rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }