.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,237,217;--color-primary-1:254,202,140;--color-primary-2:253,166,63;--color-primary-3:255,83,53;--color-primary-4:51,33,13;--color-secondary-0:255,210,228;--color-secondary-1:255,121,175;--color-secondary-2:255,32,121;--color-secondary-3:255,28,65;--color-secondary-4:51,6,24;--color-tertiary-0:255,255,255;--color-tertiary-1:165,167,177;--color-tertiary-2:105,109,125;--color-tertiary-3:63,65,75;--color-tertiary-4:5,11,38;--headlines-font-family:"ubuntu";--paragraphs-font-family:"ubuntu"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { background-color: transparent; background-image: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { display: none; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { border-width: 0; border-radius: 0; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#TVO4S5DeCBSztxr0ZOOl3eVUVR1KFMmJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.0625rem;left:57.5576171875rem; }
#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.8);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; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { background-color: transparent; background-image: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container > .video-iframe-container { display: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row > .video-iframe-container { display: none; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { border-width: 0; border-radius: 0; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#KphE8MxTgocSTSbcn5dO19p3Gu4Dpvvn { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:16rem;top:1.125rem;left:22rem;overflow:hidden;display:block; }
#QnDbW3pfxaTmgyCT6mNRHk9MRo5Vvtc2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:1.46875rem;left:48.125rem; }
#QnDbW3pfxaTmgyCT6mNRHk9MRo5Vvtc2 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; }#IeOfhNtNUW3TatKdqnTGOz2TfZTQC9dI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.40625rem;left:52.16667175293rem; }
#IeOfhNtNUW3TatKdqnTGOz2TfZTQC9dI > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#hQG11riQcThxn8ICUmhz8rea33STJTT7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:1.1875rem;left:8.7916679382325rem; }
#hQG11riQcThxn8ICUmhz8rea33STJTT7 > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; }#z7WD1ftwwVBDggV0pPyZX0wlsePfRz2V { 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:15020;opacity:1;top:1.09375rem;left:3.625rem; }
#z7WD1ftwwVBDggV0pPyZX0wlsePfRz2V > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:60rem;position:relative;display:block; }#xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { color:rgba(var(--color-primary-3),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.625rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { color:#848484;display:block;width:54.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:6.625rem;left:3.9375rem;height:14.173175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hXxBsueVTmslvvPrGe0nSLFgMcgZUI2I { position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:9.9375rem;left:27.6875rem;display:block; }
#k6FRTLLi6botroVzllQKcNIFes1ksIgf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uFvM8ONnk_0/unsplash/maysaa-ahmar-uFvM8ONnk_0-photo-1677417281771-2a861ce553ff.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf.adaptive-delivery-prevent-bg, #k6FRTLLi6botroVzllQKcNIFes1ksIgf.lazyload, #k6FRTLLi6botroVzllQKcNIFes1ksIgf.lazyloading { background-image: none; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row .container { background-color: transparent; background-image: none; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row .container > .video-iframe-container { display: none; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row > .video-iframe-container { display: none; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .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); }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row .container { border-width: 0; border-radius: 0; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:60rem;position:relative;display:block; }#TEHEHtmTQouyIBtWg54B4l8008gp0o2a { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.3255214691162rem;left:1.25rem;height:5.1184875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mx2Tw8wahSCf4O41i3r6nJRG1PRu4Hmx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:10.005208969116rem;left:2.96875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#rrF2gkBUR2CZ0sv84DTXH6shez7gvvhA { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3248701095581rem;left:16.25rem;height:5.1184875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TnpVWJu3QvrD4y0N8nXPO9MgnyQfCazm { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:8.3177089691163rem;left:17.96875rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#vEliWmFoqaqSq16aT5f8WnAdiaXO0TUT { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.3248701095581rem;left:31.25rem;height:5.1184875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qZiUv1T9AU0Ekuma5NwfmVqGcaUIlpPA { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.1614589691163rem;left:32.96875rem;height:5.0625rem;text-align:center;text-align-last:center;display:block; }
#Tvuw3o9qcUQ0JLUAkbTZXOAmZlVk57zr { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.3248701095581rem;left:46.25rem;height:5.1184875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A8QgALFTVWklGJgl3UfCo4GD6kNmXrv6 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:10.005208969116rem;left:47.96875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { background-color: transparent; background-image: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container > .video-iframe-container { display: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row > .video-iframe-container { display: none; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { border-width: 0; border-radius: 0; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { font-size:0.875rem;font-family:arial;height:38.9375rem;width:60rem;position:relative;display:block; }#Mb8T2ehNxdlsqzyHbRJVQUVERohdau51 { color:rgba(var(--color-primary-3),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:4.5006511211395rem;left:0rem;height:2.23111875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PSrpNshsWHFMeQFQTAE1TuP9BOCOAQil { color:#848484;display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:8.9563808441163rem;left:0.8125rem;height:23.5111125rem;font-style:normal;display:block; }
#AFynB53M3zIlVvkJGzUatxz6dIEE0V36 { position:absolute;display:block;z-index:15004;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:19.625rem;width:15.4375rem;top:3.4381513595581rem;left:31.791667938233rem;overflow:hidden;display:block; }
#EPATdRokVuBH4nc1wHyEyrASfVZXlBum { position:absolute;display:block;z-index:15005;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.8125rem;width:15.0625rem;top:16.125652313233rem;left:41.5625rem;overflow:hidden;display:block; }
#fQS1rlngiClhZnhxECZVk0zSe0ypolGF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fQS1rlngiClhZnhxECZVk0zSe0ypolGF > .row .container { background-color: transparent; background-image: none; }#fQS1rlngiClhZnhxECZVk0zSe0ypolGF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQS1rlngiClhZnhxECZVk0zSe0ypolGF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQS1rlngiClhZnhxECZVk0zSe0ypolGF > .row .container > .video-iframe-container { display: none; }#fQS1rlngiClhZnhxECZVk0zSe0ypolGF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fQS1rlngiClhZnhxECZVk0zSe0ypolGF > .row > .video-iframe-container { display: none; }#fQS1rlngiClhZnhxECZVk0zSe0ypolGF > .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); }#fQS1rlngiClhZnhxECZVk0zSe0ypolGF > .row .container { border-width: 0; border-radius: 0; }#fQS1rlngiClhZnhxECZVk0zSe0ypolGF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fQS1rlngiClhZnhxECZVk0zSe0ypolGF > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:block; }#WCNbHITqATsimw549a1GwkbOwZpVFgwz { color:rgba(var(--color-primary-3),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:2.125rem;left:0rem;height:2.23111875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wMAaoTw3A7xIe1NUNIDtBL9WWZrD0Bx7 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.125rem;width:23.1875rem;top:2.125rem;left:33.40625rem;overflow:hidden;display:block; }
#re3wSIrUXl0Sp3iiCrR4mhLBvHK6ccSD { color:#848484;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:5.6373710632324rem;left:0.625rem;height:14.96161875rem;font-style:normal;display:block; }
#ft0T0DSdJQcKUemxvcZQp1gG4szHFJDL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ft0T0DSdJQcKUemxvcZQp1gG4szHFJDL > .row .container { background-color: transparent; background-image: none; }#ft0T0DSdJQcKUemxvcZQp1gG4szHFJDL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ft0T0DSdJQcKUemxvcZQp1gG4szHFJDL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ft0T0DSdJQcKUemxvcZQp1gG4szHFJDL > .row .container > .video-iframe-container { display: none; }#ft0T0DSdJQcKUemxvcZQp1gG4szHFJDL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ft0T0DSdJQcKUemxvcZQp1gG4szHFJDL > .row > .video-iframe-container { display: none; }#ft0T0DSdJQcKUemxvcZQp1gG4szHFJDL > .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); }#ft0T0DSdJQcKUemxvcZQp1gG4szHFJDL > .row .container { border-width: 0; border-radius: 0; }#ft0T0DSdJQcKUemxvcZQp1gG4szHFJDL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ft0T0DSdJQcKUemxvcZQp1gG4szHFJDL > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;position:relative;display:block; }#aXhJL0vMTdW3nniVpoIIV2qIA2Ks0XSD { color:rgba(var(--color-primary-3),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15000;line-height:1.7;letter-spacing:0;top:1.875rem;left:0rem;height:2.23111875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NcXpJFDEXSFkhW7hdUQBrdfDkfW4nsGq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.375rem;width:23.25rem;top:1.875rem;left:33.375rem;overflow:hidden;display:block; }
#iz2RA2khtzJhtcaVzTDkOEL6VP66LHT9 { color:#848484;display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.9;letter-spacing:0;top:5.0930995941162rem;left:0.625rem;height:21.37374375rem;font-style:normal;display:block; }
#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { background-color: transparent; background-image: none; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container > .video-iframe-container { display: none; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row > .video-iframe-container { display: none; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { border-width: 0; border-radius: 0; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#VsEeFZTIat3UEuQ0dIdVKSgftonEOxam { color:rgba(var(--color-primary-3),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.875rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { background-color: transparent; background-image: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container > .video-iframe-container { display: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container { display: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { border-width: 0; border-radius: 0; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;position:relative;display:block; }#hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9635410308838rem;left:1.3447914123535rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tn9dZx08aR8TbknADpEIbEx416rG9JiB { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:0rem;display:block; }
#Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { position:absolute;display:block;z-index:15009;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:15.503124237061rem;display:block; }
#WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.693359375rem;left:16.8125rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:31.8125rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { position:absolute;display:block;z-index:15021;background-color:#0f18a3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:13.9375rem;left:45.4375rem;display:block; }
#ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:1.9638671875rem;left:46.8125rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O6NNbywkdieUi8wWp9rTunmvrs1F2FZB { position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:15.499820709229rem;display:block; }
#ZLlaACciDFlHuKzB5GFfFyCXMdT08FAk { position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:0.0010414123535156rem;display:block; }
#IxkFfbcKUgSSo6FvbTCZ05iqngcLC1Ux { position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:30.467861175537rem;display:block; }
#AiawCy4g7pE4Pm6buAGOxbBvVNzapqmI { position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:14.0625rem;width:14.0625rem;top:0rem;left:45.46875rem;display:block; }
#oNym4PgCdxTIHCeyZJ4XgRHoFGMxn5l9 { position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:2rem;width:2rem;top:8.8125rem;left:37.3125rem;display:block; }
#wL8PSKcfff2XWkuQwVTNTmVU9wiJPvqL { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:7.3125rem;left:35.6875rem;display:block; }
#Mq8xJMlTNms3P5GIJiFhEHaMXgNFKT0b { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;top:7.75rem;left:36.1875rem; }
#frpEfU4S7xhx8TJB2PGWgKRx3aOd8BsP { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.6875rem;width:0.625rem;top:9.3125rem;left:20.8125rem;display:block; }
#SIca4BL3FG22xUdLr6pGzTdh7Zo2T7ge { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;top:7.8125rem;left:20.75rem; }
#gJFa3dzQoCIH0qhrbcAsEN09MyVIWZC8 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.875rem;width:1.875rem;top:7.6875rem;left:22.375rem;display:block; }
#rUsrIBuBT6z4yhUdrL4hhfQzqgouPkP3 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:7.75rem;left:51.4375rem; }
#LGB6010WAagrVNBKz3wqZq9wV1uw7wEt { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:9.375rem;left:53.25rem;display:block; }
#GTLJN0b2I9KO86PLb5pQ0qysCrFREikI { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:7.75rem;left:50.75rem;display:block; }
#HVrfBBpdIo9IqNQSmPguOKRwXPDm7amA { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.4375rem;top:7.9375rem;left:5.0625rem;display:block; }
#p8rd2TVwl7qI6s39AVSMnqQZltCeDXDC { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;top:7.4375rem;left:6.0625rem; }
#nJH2Ghy5p5yic7pr3FGd6ps4DHUqyNuc { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.125rem;width:1.125rem;top:9.4375rem;left:8.8125rem;display:block; }
#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);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; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { background-color: transparent; background-image: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { border-width: 0; border-radius: 0; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { font-size:0.875rem;font-family:arial;height:9.875rem;width:60rem;position:relative;display:block; }#CLH745nNtHTQs6cuT9w0L9FzV4TBbeFB { color:rgba(var(--color-primary-3),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.625rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e9TAcGbgSVFoNsWfoMteZVXV2TnECCuy { color:#848484;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:4.787109375rem;left:0rem;height:4.04948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,254,255,0.9);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; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { background-color: transparent; background-image: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container > .video-iframe-container { display: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container { display: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { border-width: 0; border-radius: 0; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { font-size:0.875rem;font-family:arial;height:12.6875rem;width:60rem;position:relative;display:block; }#SndzQAqclTWgWecDRtW2qG8rfJAvK9px { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:1.5084686279297rem;left:-0.0625rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UyXZbE8e9pSDbUxgWutV8MpwQiumi4TO { color:#3d4051;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:4.1061210632324rem;left:2.4375rem;height:6.41210625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SGcQaBymmoyCATZKebQvCFMWPG0NUwHJ { color:#3d4051;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:4.4811210632324rem;left:32.40625rem;height:6.41210625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lz9o4thoqcqCJcKfTWxzVcwBhs4JrZpR { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:1.5084686279297rem;left:30.09375rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wervDpVEAt3xcT8ZPWfob7df6wWzOH0J { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:1.3704433441162rem;left:23.3125rem; }
#B1PyvxzPQxbteA3UxNb9m9ly1sT7awQU { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:1.3704433441162rem;left:55.44792175293rem; }
#gVxmtMVOeX7hFDO8fWmTthaLpy3MwV7g { position:absolute;display:block;z-index:15002;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:30rem;top:0rem;left:30rem;display:block; }
#OAElC4a4WgChEfWCTNTX3dMVhv5NW5G6 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:12.625rem;width:30rem;top:0rem;left:0rem;display:block; }
#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);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; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { background-color: transparent; background-image: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container > .video-iframe-container { display: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container { display: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { border-width: 0; border-radius: 0; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:60rem;position:relative;display:block; }#L7pHwENBqQHoudQHbWx3rV9M9OT9ADgs { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:0.75326538085938rem;left:0rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9NoK4qJuobPHEseFZq3MsHqrFA9FhG9 { color:#3d4051;display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.9;letter-spacing:0;top:3.1373710632324rem;left:2.4375rem;height:6.41210625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aFvLLoZbuApycZ0m3TzMDbbk4PiFWqQg { color:#3d4051;display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:4.2057304382324rem;left:32.40625rem;height:4.2747375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PEoJw8ty7TVvlfKe19tyEPwCUUZvvhHK { color:rgba(var(--color-tertiary-4),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:0.75326538085938rem;left:29.96875rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tz7hnzKssshdSPNd8hFalwBzpPHom1xC { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;top:0.615234375rem;left:55.44792175293rem; }
#twhxMkZnghOJV5WE7isfzZcu8SpNQad9 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:0.615234375rem;left:23.375rem; }
#XxVVnuEHOPnhdBDhGI1zhJtfETkCngKw { position:absolute;display:block;z-index:15001;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:30rem;top:0rem;left:0rem;display:block; }
#UvVqpywTC3652ZaRHhqOJopXcx7Cb0kV { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:11.875rem;width:30rem;top:0rem;left:30rem;display:block; }
#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.9);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; }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .row .container { background-color: transparent; background-image: none; }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .row .container > .video-iframe-container { display: none; }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .row > .video-iframe-container { display: none; }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .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); }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .row .container { border-width: 0; border-radius: 0; }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:block; }#smNnNJTgvgnVTTwXJQwKzbETT8MC4rq8 { color:rgba(var(--color-primary-3),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:1.625rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GAT1CnXDmqnn8Hxg9hIMAHcxm0hGPWeT { color:#848484;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:4.625rem;left:0rem;height:4.049475rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qpt0zdvfk3f8NXpAZAbfXIr1mQ3CG3Gl { color:#3d4051;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.9;letter-spacing:0;top:12.543619155884rem;left:0rem;height:6.41210625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cbflM0OVIp7xS2tzwGoaTco5DzmG6Tmu { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(var(--color-tertiary-4),0.15) ;height:12.625rem;width:30rem;top:9.4375rem;left:0rem;display:block; }
#IafedHZqAAVZx8Zn2Tyt0VBI1Nvba3T5 { position:absolute;display:block;z-index:15003;background-color:#f7f7f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.625rem;width:30rem;top:9.4375rem;left:30rem;display:block; }
#gaGOQ3DRF6LfqGlSEFUaJ3XtbipwoBsM { color:#3d4051;display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:12.54296875rem;left:29.9375rem;height:6.41210625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NNVrANIGDlvlsCOFkyUXOgqqnD43wTlA { color:rgba(var(--color-primary-3),1);display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:10.724609375rem;left:35.125rem;height:1.29948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wACXA9lxlCdyh88hgDIDlvnLNEBT4dyM { color:#3d4051;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:10.724609375rem;left:5.15625rem;height:1.29948125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container { background-color: transparent; background-image: none; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container > .video-iframe-container { display: none; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row > .video-iframe-container { display: none; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container { border-width: 0; border-radius: 0; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container { font-size:0.875rem;font-family:arial;height:49.6875rem;width:60rem;position:relative;display:block; }#mst2KJ9wSlkK4MDlu59ARnbMxesCFN9B { color:rgba(var(--color-primary-3),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:1.3125rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VfPrOSDwJNDGTTiQC6fWV2lXnKV5TV3r { position:absolute;display:block;z-index:15007;height:35.3125rem;width:20.375rem;top:9.40625rem;left:8.0227870941163rem;display:block; }
#v7mJDsfbdT0SsQrGKoxfFgBrGeF9cwlL { position:absolute;display:block;z-index:15008;height:35.1875rem;width:19.875rem;top:9.4062502384187rem;left:31.4375rem;display:block; }
#kigtLFZx6cs8tfFB09420VUIsr8mLaCU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kigtLFZx6cs8tfFB09420VUIsr8mLaCU > .row .container { background-color: transparent; background-image: none; }#kigtLFZx6cs8tfFB09420VUIsr8mLaCU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kigtLFZx6cs8tfFB09420VUIsr8mLaCU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kigtLFZx6cs8tfFB09420VUIsr8mLaCU > .row .container > .video-iframe-container { display: none; }#kigtLFZx6cs8tfFB09420VUIsr8mLaCU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kigtLFZx6cs8tfFB09420VUIsr8mLaCU > .row > .video-iframe-container { display: none; }#kigtLFZx6cs8tfFB09420VUIsr8mLaCU > .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); }#kigtLFZx6cs8tfFB09420VUIsr8mLaCU > .row .container { border-width: 0; border-radius: 0; }#kigtLFZx6cs8tfFB09420VUIsr8mLaCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kigtLFZx6cs8tfFB09420VUIsr8mLaCU > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:60rem;position:relative;display:block; }#gGymWO6wAzrcQECO5zeFgEKXZ9Hy9I3M { position:absolute;display:block;z-index:15007;height:35.3125rem;width:20.375rem;top:3.65625rem;left:7.8352870941163rem;display:block; }
#OQ6Ul2N8nAgNRJBk879sa6GmbyRK2LOa { position:absolute;display:block;z-index:15008;height:35.1875rem;width:19.875rem;top:3.65625rem;left:31.3125rem;display:block; }
#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { background-color: transparent; background-image: none; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container > .video-iframe-container { display: none; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row > .video-iframe-container { display: none; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { border-width: 0; border-radius: 0; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:block; }#arvEfRZIxMtZNIuTXxOHyDylNZzorP6o { color:rgba(var(--color-primary-3),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.8125rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TAVvHHhKk4nGrm0d2TTmyss4m1wiIFaF { color:#848484;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:6.638671875rem;left:0rem;height:2.0247375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iZL3g295iN0p004lbpkmdOPnOBblRSXU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { background-color: transparent; background-image: none; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container > .video-iframe-container { display: none; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row > .video-iframe-container { display: none; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { border-width: 0; border-radius: 0; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:60rem;position:relative;display:block; }#mpZst9UtDmayGE0cC5vJbfKqcZcHr2HC { color:#3d4051;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.9;letter-spacing:0;top:4.4375rem;left:2rem;height:7.5989375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Aed2D7X380k9qfXy9qa7T7Vb0DoMFWi6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.75rem;left:3.8125rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQyLwtdhNiQtIfl3KF9VA943sm6Tv0XW { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:14.4375rem;left:23.875rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DFFTMD8HqppkTUDlQWImdeRW7ckby7ep { color:#3d4051;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:4.0625rem;left:22rem;height:7.5989375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SUN9XpLqSTCElaIDwyXTbhNcUfcUqkka { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.4375rem;left:44.6875rem;height:1.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yrkGGMQybmJ02OiLN0ifS4REHevza53X { color:#3d4051;display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.9;letter-spacing:0;top:4.0625rem;left:42.8125rem;height:5.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u5fC6q5ntCF7OnAqBNtysFQMC6UcS36a { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;top:1.125rem;left:9rem; }
#DCl4nLOv2vp3cNhRtwDclTIq2CTRQRLk { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:0.75rem;left:49.875rem; }
#ZqCf370Aq5GSz0OTeAUPEstEpsPQCGV6 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:0.75rem;left:29rem; }
#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9e9728b7-07c4-4601-a41b-35a8eaad1b78/pexelstimamiroshnichenko6572617.crop_2705x2117_1809,1752.preview.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.adaptive-delivery-prevent-bg, #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.lazyload, #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.lazyloading { background-image: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { background-color: transparent; background-image: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { border-width: 0; border-radius: 0; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:60rem;position:relative;display:block; }#ygryeZmmxBthdSI0nsdhK7gStaTg4158 { color:rgba(var(--color-tertiary-0),1);display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.8;letter-spacing:0;top:36.6875rem;left:15.875rem;height:2.0247375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7SN7O9gX1qsTkNGq2Ut0RGakH3WdDVy { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.5rem;top:15.187321662903rem;left:27.999820709229rem;display:block; }
#UfC6N95s5IVN7IJTrD0SXLCKw6e6Huqs { position:absolute;display:block;z-index:15004;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:27rem;top:39.5rem;left:16.5rem;display:block; }
#Rq5JL7T3Zm94bleZBnAx3oJmWAMkODCO { position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(150deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:27rem;top:46.8125rem;left:16.5rem;display:block; }
#Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { color:rgba(var(--color-tertiary-0),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:3.9993495941162rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eewgzlNLERICOQBTKEvTBlDe9UksCmUr { color:rgba(var(--color-tertiary-0),1);display:block;width:16.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:41rem;left:25.0625rem;height:4.38671875rem;font-style:normal;display:block; }
#LwQBTKls9cv8gUgkP2ZfHvRTaHRGzHtU { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:1.3125rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:48.9375rem;left:22.0625rem;display:block; }
#dKDOwwBU4d5sEucdZaOcfGa0UOxTN8fk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hMtMUSDMFR6VdLHw77KBwiP1x5TT4kTC { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:7.1875rem;top:39.5rem;left:16.5rem;display:block; }
#dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:41rem;left:17.6875rem; }
#G6PL4neRNIoXXOb2cXAXJ5TZBI1OTaNo { position:absolute;display:block;z-index:15021;height:21.75rem;width:38.75rem;top:7.4375rem;left:10.874351501465rem;display:block; }
#sV93qFd1yaEUi7u3901T4FfMuw4Dm7nI { 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:15023;opacity:1;top:48.5625rem;left:19.0625rem; }
#sV93qFd1yaEUi7u3901T4FfMuw4Dm7nI > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#ICXIkUUsN51z2V5y3E7IJg2EtEMJZZMK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:51.25rem;left:19.125rem; }
#ICXIkUUsN51z2V5y3E7IJg2EtEMJZZMK > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#NMhmnzfkAeEbIqPPON13WeEa0ILr93Jm { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:1.3125rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:51.625rem;left:22.0625rem;display:block; }
#i14Ks22xWBuSTUz6JE4sOCiai5f3iBXA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:rgba(0,0,0,0.42);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { border-width: 0; border-radius: 0; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:60rem;height:58.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:1.9348964691162rem;left:0rem;height:9.2995rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { color:rgba(var(--color-tertiary-0),1);display:block;width:59.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:12.371746063233rem;left:0.03125rem;height:4.58333125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(0,0,0,0.33) ;height:35.875rem;width:34.625rem;top:18.540367126465rem;left:12.6875rem;display:block; }
#rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:20.3125rem;left:17.03125rem;height:3.0872375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r4KprOkH34f4k49GdZvSWxPFukJL3z4U { color:rgba(var(--color-tertiary-0),1);display:block;width:25.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.399088859558rem;left:17.03125rem;height:1.4622375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-form-header {  }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:#000000;width:24.0625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.0625rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:24.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:24.0625rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.8);vertical-align:top;width:22.6875rem;overflow:hidden;font-style:normal; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container:first-of-type{padding-top:0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container:last-of-type{padding-bottom:0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:24.819662094116rem;left:16.71875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.0625rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X {display:block;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:24.819662094116rem;left:16.71875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #rUdiQ1hzpDlx3IlFa0lcfizIcHGhEoJM { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #KiexGFyoAh7DN01lTnKruqE2PTmDuVXR { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #sB3JTy6XT1cBxISdorwWdmqDtaiF2P48 { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #w8XTyhLE95fZk06kLmDQ3IHFrb1u4pWs { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #fgcvSTGeoa9IgsTTTP3ZZ1TP4bgOQ0WT { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #ndq1A79G8ScDnb73xdHsaBfZpHZtlEEZ { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #lc8humxnQnTxrEoQ7eF9NZQZemEcs0wh { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #CT9xkIOTccwTnHtVdRT62V7z20EXy9xf { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #LDtcGTZSt8BGFBDcJwCt6ipxgNDnDAG7 { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #TVrbCBf2vynfcBix7zncHcDvU8OIFk9P { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #syoyR402noXphGSyQn6TAXTtQL9Zyfa8 { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #PNJ4ITTS11aoVWrbo5GRmATThNqv8r0U { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #OqsvJ47IulyHi6caTNyH6aRv2x3OZanR { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #peI5h6VOZumHOTyOFQ4grBLK9qMk6a1T { position:relative;z-index:2; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #xhTBXV75mbfXo34MytVdLlhk8c7KrSBX { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #dqhnUQVrDNObppLGO1ZXQ2On50FmOca0 { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #zkwc28pGfrTlaFHAXZQ4fSlACJzx0wDI { position:relative; }
#mduGolamDMVup4nemO4tcUDsapywbN8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { background-color: transparent; background-image: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container > .video-iframe-container { display: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container { display: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { border-width: 0; border-radius: 0; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(196deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { background-color: transparent; background-image: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { display: none; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { border-width: 0; border-radius: 0; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#CnBDoOqQgPEWsQrbbbB5d1yRvftupXiZ { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.9;letter-spacing:0;top:10.861328125rem;left:0rem;height:1.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WeAXTVS7INXHESdoZ5C2SJAd4FauNtdT { position:absolute;display:block;z-index:15017;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.0625rem;width:23.375rem;top:3.5625rem;left:18.3125rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVO4S5DeCBSztxr0ZOOl3eVUVR1KFMmJ { width:1.875rem;height:1.875rem;top:1.0625rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { display:block; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KphE8MxTgocSTSbcn5dO19p3Gu4Dpvvn { width:16rem;height:3.0625rem;top:1.125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnDbW3pfxaTmgyCT6mNRHk9MRo5Vvtc2 { top:1.4375rem;left:42rem;width:2.375rem;height:2.375rem;display:block; }
#QnDbW3pfxaTmgyCT6mNRHk9MRo5Vvtc2 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #IeOfhNtNUW3TatKdqnTGOz2TfZTQC9dI { top:1.375rem;left:45.25rem;width:2.5rem;height:2.5rem;display:block; }
#IeOfhNtNUW3TatKdqnTGOz2TfZTQC9dI > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #hQG11riQcThxn8ICUmhz8rea33STJTT7 { top:1.1875rem;left:2.6666679382324rem;width:2.9375rem;height:2.9375rem;display:block; }
#hQG11riQcThxn8ICUmhz8rea33STJTT7 > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #z7WD1ftwwVBDggV0pPyZX0wlsePfRz2V { top:1.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
#z7WD1ftwwVBDggV0pPyZX0wlsePfRz2V > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:47.75rem;height:2.375rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { width:47.75rem;height:14.125rem;top:6.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXxBsueVTmslvvPrGe0nSLFgMcgZUI2I { width:4.5rem;height:0.125rem;top:9.9375rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6FRTLLi6botroVzllQKcNIFes1ksIgf { display:block; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEHEHtmTQouyIBtWg54B4l8008gp0o2a { width:12.5rem;height:5.0625rem;top:2.3125rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mx2Tw8wahSCf4O41i3r6nJRG1PRu4Hmx { width:9.0625rem;height:3.375rem;top:10rem;left:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrF2gkBUR2CZ0sv84DTXH6shez7gvvhA { width:12.5rem;height:5.0625rem;top:2.3125rem;left:11.375rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnpVWJu3QvrD4y0N8nXPO9MgnyQfCazm { width:9.0625rem;height:6.75rem;top:8.3125rem;left:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEliWmFoqaqSq16aT5f8WnAdiaXO0TUT { width:12.5rem;height:5.0625rem;top:2.3125rem;left:23.3125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZiUv1T9AU0Ekuma5NwfmVqGcaUIlpPA { width:9.0625rem;height:5.0625rem;top:9.125rem;left:25.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tvuw3o9qcUQ0JLUAkbTZXOAmZlVk57zr { width:12.5rem;height:5.0625rem;top:2.3125rem;left:35.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8QgALFTVWklGJgl3UfCo4GD6kNmXrv6 { width:9.0625rem;height:3.375rem;top:10rem;left:37.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE30dTsVnTV1Zit218wynC6Gp8w1F6gf { display:block; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb8T2ehNxdlsqzyHbRJVQUVERohdau51 { width:30.0625rem;height:2.1875rem;top:4.5rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSrpNshsWHFMeQFQTAE1TuP9BOCOAQil { width:28.375rem;height:25.625rem;top:8.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFynB53M3zIlVvkJGzUatxz6dIEE0V36 { top:3.4375rem;left:23.875rem;width:15.4375rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPATdRokVuBH4nc1wHyEyrASfVZXlBum { top:16.125rem;left:32.375rem;width:15.0625rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQS1rlngiClhZnhxECZVk0zSe0ypolGF { display:block; }#fQS1rlngiClhZnhxECZVk0zSe0ypolGF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCNbHITqATsimw549a1GwkbOwZpVFgwz { width:30rem;height:2.1875rem;top:2.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMAaoTw3A7xIe1NUNIDtBL9WWZrD0Bx7 { width:23.1875rem;height:24.125rem;top:2.125rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #re3wSIrUXl0Sp3iiCrR4mhLBvHK6ccSD { width:28.75rem;height:17.0625rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ft0T0DSdJQcKUemxvcZQp1gG4szHFJDL { display:block; }#ft0T0DSdJQcKUemxvcZQp1gG4szHFJDL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXhJL0vMTdW3nniVpoIIV2qIA2Ks0XSD { width:30.0625rem;height:2.1875rem;top:1.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcXpJFDEXSFkhW7hdUQBrdfDkfW4nsGq { width:23.25rem;height:27.375rem;top:1.875rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz2RA2khtzJhtcaVzTDkOEL6VP66LHT9 { width:28.75rem;height:23.5rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 { display:block; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsEeFZTIat3UEuQ0dIdVKSgftonEOxam { width:47.75rem;height:2.375rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:11.375rem;height:2.875rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9dZx08aR8TbknADpEIbEx416rG9JiB { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { width:11.375rem;height:1.4375rem;top:2.6875rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { width:11.375rem;height:2.875rem;top:1.9375rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { width:11.375rem;height:2.875rem;top:1.9375rem;left:36.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6NNbywkdieUi8wWp9rTunmvrs1F2FZB { width:14.0625rem;height:14.0625rem;top:0rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLlaACciDFlHuKzB5GFfFyCXMdT08FAk { width:14.0625rem;height:14.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxkFfbcKUgSSo6FvbTCZ05iqngcLC1Ux { width:14.0625rem;height:14.0625rem;top:0rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiawCy4g7pE4Pm6buAGOxbBvVNzapqmI { width:14.0625rem;height:14.0625rem;top:0rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNym4PgCdxTIHCeyZJ4XgRHoFGMxn5l9 { width:2rem;height:2rem;top:8.8125rem;left:29.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL8PSKcfff2XWkuQwVTNTmVU9wiJPvqL { width:1.625rem;height:1.625rem;top:7.3125rem;left:28.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq8xJMlTNms3P5GIJiFhEHaMXgNFKT0b { width:2.5rem;height:2.5rem;top:7.75rem;left:28.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frpEfU4S7xhx8TJB2PGWgKRx3aOd8BsP { width:0.625rem;height:0.6875rem;top:9.3125rem;left:16.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIca4BL3FG22xUdLr6pGzTdh7Zo2T7ge { width:2.5rem;height:2.5rem;top:7.8125rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJFa3dzQoCIH0qhrbcAsEN09MyVIWZC8 { width:1.875rem;height:1.875rem;top:7.6875rem;left:17.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUsrIBuBT6z4yhUdrL4hhfQzqgouPkP3 { width:2.5rem;height:2.5rem;top:7.75rem;left:40.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGB6010WAagrVNBKz3wqZq9wV1uw7wEt { width:1.0625rem;height:0.5625rem;top:9.375rem;left:42.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTLJN0b2I9KO86PLb5pQ0qysCrFREikI { width:1.375rem;height:1.375rem;top:7.75rem;left:40.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVrfBBpdIo9IqNQSmPguOKRwXPDm7amA { width:1.4375rem;height:0.5625rem;top:7.9375rem;left:3.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8rd2TVwl7qI6s39AVSMnqQZltCeDXDC { width:2.8125rem;height:2.8125rem;top:7.4375rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJH2Ghy5p5yic7pr3FGd6ps4DHUqyNuc { width:1.125rem;height:1.125rem;top:9.4375rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 { display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLH745nNtHTQs6cuT9w0L9FzV4TBbeFB { width:47.75rem;height:2.375rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9TAcGbgSVFoNsWfoMteZVXV2TnECCuy { width:47.75rem;height:4rem;top:4.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ { display:block; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SndzQAqclTWgWecDRtW2qG8rfJAvK9px { width:30.1875rem;height:1.9375rem;top:1.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyXZbE8e9pSDbUxgWutV8MpwQiumi4TO { width:25.125rem;height:6.375rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGcQaBymmoyCATZKebQvCFMWPG0NUwHJ { width:25.1875rem;height:6.375rem;top:4.4375rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz9o4thoqcqCJcKfTWxzVcwBhs4JrZpR { width:29.9375rem;height:1.9375rem;top:1.5rem;left:17.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wervDpVEAt3xcT8ZPWfob7df6wWzOH0J { width:2.1875rem;height:2.1875rem;top:1.3125rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1PyvxzPQxbteA3UxNb9m9ly1sT7awQU { width:2.1875rem;height:2.1875rem;top:1.3125rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVxmtMVOeX7hFDO8fWmTthaLpy3MwV7g { width:30rem;height:12.625rem;top:0rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAElC4a4WgChEfWCTNTX3dMVhv5NW5G6 { width:30rem;height:12.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA { display:block; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7pHwENBqQHoudQHbWx3rV9M9OT9ADgs { width:29.9375rem;height:1.9375rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9NoK4qJuobPHEseFZq3MsHqrFA9FhG9 { width:25.125rem;height:6.375rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFvLLoZbuApycZ0m3TzMDbbk4PiFWqQg { width:25.1875rem;height:4.25rem;top:4.1875rem;left:22.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEoJw8ty7TVvlfKe19tyEPwCUUZvvhHK { width:30rem;height:1.9375rem;top:0.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz7hnzKssshdSPNd8hFalwBzpPHom1xC { width:2.1875rem;height:2.1875rem;top:0.5625rem;left:45.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twhxMkZnghOJV5WE7isfzZcu8SpNQad9 { width:2.1875rem;height:2.1875rem;top:0.5625rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxVVnuEHOPnhdBDhGI1zhJtfETkCngKw { width:30rem;height:11.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvVqpywTC3652ZaRHhqOJopXcx7Cb0kV { width:30rem;height:11.875rem;top:0rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v { display:block; }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smNnNJTgvgnVTTwXJQwKzbETT8MC4rq8 { width:47.75rem;height:2.375rem;top:1.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAT1CnXDmqnn8Hxg9hIMAHcxm0hGPWeT { width:47.75rem;height:4rem;top:4.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpt0zdvfk3f8NXpAZAbfXIr1mQ3CG3Gl { width:30.0625rem;height:6.375rem;top:12.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbflM0OVIp7xS2tzwGoaTco5DzmG6Tmu { width:30rem;height:12.625rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IafedHZqAAVZx8Zn2Tyt0VBI1Nvba3T5 { width:30rem;height:12.625rem;top:9.4375rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaGOQ3DRF6LfqGlSEFUaJ3XtbipwoBsM { width:30.0625rem;height:6.375rem;top:12.5rem;left:17.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNVrANIGDlvlsCOFkyUXOgqqnD43wTlA { top:10.6875rem;left:28rem;width:19.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wACXA9lxlCdyh88hgDIDlvnLNEBT4dyM { top:10.6875rem;left:0rem;width:19.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd18ifUgCuOIxJUv12n7JhMJCekUtr1z { display:block; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mst2KJ9wSlkK4MDlu59ARnbMxesCFN9B { width:47.75rem;height:2.375rem;top:1.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfPrOSDwJNDGTTiQC6fWV2lXnKV5TV3r { top:9.375rem;left:1.8977870941162rem;width:20.375rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7mJDsfbdT0SsQrGKoxfFgBrGeF9cwlL { top:9.375rem;left:16.5625rem;width:19.875rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kigtLFZx6cs8tfFB09420VUIsr8mLaCU { display:block; }#kigtLFZx6cs8tfFB09420VUIsr8mLaCU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGymWO6wAzrcQECO5zeFgEKXZ9Hy9I3M { top:3.625rem;left:1.7102870941162rem;width:20.375rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ6Ul2N8nAgNRJBk879sa6GmbyRK2LOa { top:3.625rem;left:25.1875rem;width:19.875rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 { display:block; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arvEfRZIxMtZNIuTXxOHyDylNZzorP6o { width:47.75rem;height:2.375rem;top:2.8125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVvHHhKk4nGrm0d2TTmyss4m1wiIFaF { width:47.75rem;height:2rem;top:6.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZL3g295iN0p004lbpkmdOPnOBblRSXU { display:block; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpZst9UtDmayGE0cC5vJbfKqcZcHr2HC { width:16.0625rem;height:7.5625rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aed2D7X380k9qfXy9qa7T7Vb0DoMFWi6 { width:12.5rem;height:1.25rem;top:14.75rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQyLwtdhNiQtIfl3KF9VA943sm6Tv0XW { width:12.5rem;height:1.25rem;top:14.4375rem;left:17.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFFTMD8HqppkTUDlQWImdeRW7ckby7ep { width:16.0625rem;height:7.5625rem;top:4.0625rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUN9XpLqSTCElaIDwyXTbhNcUfcUqkka { width:12.5rem;height:1.25rem;top:14.4375rem;left:34.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrkGGMQybmJ02OiLN0ifS4REHevza53X { width:16.0625rem;height:5.6875rem;top:4.0625rem;left:31.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5fC6q5ntCF7OnAqBNtysFQMC6UcS36a { width:2.1875rem;height:2.1875rem;top:1.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCl4nLOv2vp3cNhRtwDclTIq2CTRQRLk { width:2.1875rem;height:2.1875rem;top:0.75rem;left:39.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqCf370Aq5GSz0OTeAUPEstEpsPQCGV6 { width:2.1875rem;height:2.1875rem;top:0.75rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygryeZmmxBthdSI0nsdhK7gStaTg4158 { width:28.3125rem;height:2rem;top:36.6875rem;left:9.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7SN7O9gX1qsTkNGq2Ut0RGakH3WdDVy { width:4.5625rem;height:0.125rem;top:15.125rem;left:21.874820709229rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfC6N95s5IVN7IJTrD0SXLCKw6e6Huqs { width:27rem;height:7.3125rem;top:39.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq5JL7T3Zm94bleZBnAx3oJmWAMkODCO { width:27rem;height:7.1875rem;top:46.8125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { width:47.75rem;height:2.375rem;top:3.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eewgzlNLERICOQBTKEvTBlDe9UksCmUr { width:16.4375rem;height:4.375rem;top:41rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwQBTKls9cv8gUgkP2ZfHvRTaHRGzHtU { width:20.75rem;height:1.3125rem;top:48.9375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKDOwwBU4d5sEucdZaOcfGa0UOxTN8fk { display:block; }
 }@media only screen and (max-width: 763px) { #hMtMUSDMFR6VdLHw77KBwiP1x5TT4kTC { width:7.1875rem;height:7.3125rem;top:39.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:4.375rem;height:4.375rem;top:41rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6PL4neRNIoXXOb2cXAXJ5TZBI1OTaNo { top:7.4375rem;left:4.7493515014649rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV93qFd1yaEUi7u3901T4FfMuw4Dm7nI { top:48.5625rem;left:12.9375rem;width:2.0625rem;height:2.0625rem;display:block; }
#sV93qFd1yaEUi7u3901T4FfMuw4Dm7nI > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #ICXIkUUsN51z2V5y3E7IJg2EtEMJZZMK { top:51.25rem;left:13rem;width:2rem;height:2rem;display:block; }
#ICXIkUUsN51z2V5y3E7IJg2EtEMJZZMK > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #NMhmnzfkAeEbIqPPON13WeEa0ILr93Jm { width:20.75rem;height:1.3125rem;top:51.625rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i14Ks22xWBuSTUz6JE4sOCiai5f3iBXA { display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:47.75rem;height:9.25rem;top:1.875rem;left:0rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:47.75rem;height:4.5rem;top:12.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { width:34.625rem;height:35.875rem;top:18.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { width:25.9375rem;height:3.0625rem;top:20.3125rem;left:10.90625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4KprOkH34f4k49GdZvSWxPFukJL3z4U { width:25.9375rem;height:1.4375rem;top:23.375rem;left:10.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-regular-label { width:21.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-textarea { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-button { width:15.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.25rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-checkbox-label { width:20.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X  { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .radio-container { width:21.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X {display:block;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X { width:21.5625rem;height:auto;top:31.6875rem;left:11.7490234375rem; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #rUdiQ1hzpDlx3IlFa0lcfizIcHGhEoJM {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #KiexGFyoAh7DN01lTnKruqE2PTmDuVXR { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #sB3JTy6XT1cBxISdorwWdmqDtaiF2P48 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #w8XTyhLE95fZk06kLmDQ3IHFrb1u4pWs {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #fgcvSTGeoa9IgsTTTP3ZZ1TP4bgOQ0WT { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #ndq1A79G8ScDnb73xdHsaBfZpHZtlEEZ {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #lc8humxnQnTxrEoQ7eF9NZQZemEcs0wh {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #CT9xkIOTccwTnHtVdRT62V7z20EXy9xf {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #LDtcGTZSt8BGFBDcJwCt6ipxgNDnDAG7 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #TVrbCBf2vynfcBix7zncHcDvU8OIFk9P {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #syoyR402noXphGSyQn6TAXTtQL9Zyfa8 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #PNJ4ITTS11aoVWrbo5GRmATThNqv8r0U {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #OqsvJ47IulyHi6caTNyH6aRv2x3OZanR {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #peI5h6VOZumHOTyOFQ4grBLK9qMk6a1T {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #xhTBXV75mbfXo34MytVdLlhk8c7KrSBX {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #dqhnUQVrDNObppLGO1ZXQ2On50FmOca0 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #zkwc28pGfrTlaFHAXZQ4fSlACJzx0wDI {  }
 }@media only screen and (max-width: 763px) { #mduGolamDMVup4nemO4tcUDsapywbN8I { display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnBDoOqQgPEWsQrbbbB5d1yRvftupXiZ { width:47.75rem;height:1.875rem;top:10.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeAXTVS7INXHESdoZ5C2SJAd4FauNtdT { top:3.5625rem;left:12.1875rem;width:23.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #pS769vdHbPrSMRKzKssE9W2TlvhwTeMF { position:relative;z-index:auto;display:block; }#pS769vdHbPrSMRKzKssE9W2TlvhwTeMF > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVO4S5DeCBSztxr0ZOOl3eVUVR1KFMmJ { width:1.6875rem;height:1.6875rem;top:1.25rem;left:9.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe { display:block; }#c83Vr4ZI19xP3kKPXHSxKQd2xZiU7nKe > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KphE8MxTgocSTSbcn5dO19p3Gu4Dpvvn { width:16rem;height:3.0625rem;top:2rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnDbW3pfxaTmgyCT6mNRHk9MRo5Vvtc2 { display:flex;width:2.375rem;height:2.375rem;top:6.84375rem;left:11.687500596046rem; }
#QnDbW3pfxaTmgyCT6mNRHk9MRo5Vvtc2 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #IeOfhNtNUW3TatKdqnTGOz2TfZTQC9dI { display:flex;width:2.5rem;height:2.5rem;top:6.78125rem;left:15.54166662693rem; }
#IeOfhNtNUW3TatKdqnTGOz2TfZTQC9dI > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; } }@media only screen and (max-width: 763px) { #hQG11riQcThxn8ICUmhz8rea33STJTT7 { display:flex;width:2.9375rem;height:2.9375rem;top:6.5625rem;left:5.9166666269303rem; }
#hQG11riQcThxn8ICUmhz8rea33STJTT7 > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #z7WD1ftwwVBDggV0pPyZX0wlsePfRz2V { display:flex;width:3.125rem;height:3.125rem;top:6.46875rem;left:2.0000001192093rem; }
#z7WD1ftwwVBDggV0pPyZX0wlsePfRz2V > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBZJF5CxKfqwCcZrIKBrGrlvFOhJKtsN { width:18.75rem;height:20.47335625rem;top:5.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXxBsueVTmslvvPrGe0nSLFgMcgZUI2I { width:4.5rem;height:0.125rem;top:9.5358390808106rem;left:7.7500005960462rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6FRTLLi6botroVzllQKcNIFes1ksIgf { display:block; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TEHEHtmTQouyIBtWg54B4l8008gp0o2a { width:12.5rem;height:2.5996125rem;top:1.25rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mx2Tw8wahSCf4O41i3r6nJRG1PRu4Hmx { width:9.0625rem;height:3.375rem;top:5.0996125rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rrF2gkBUR2CZ0sv84DTXH6shez7gvvhA { width:12.5rem;height:2.5996125rem;top:9.7246125rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TnpVWJu3QvrD4y0N8nXPO9MgnyQfCazm { width:9.0625rem;height:6.75rem;top:13.574225rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vEliWmFoqaqSq16aT5f8WnAdiaXO0TUT { width:12.5rem;height:2.5996125rem;top:21.574225rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZiUv1T9AU0Ekuma5NwfmVqGcaUIlpPA { width:9.0625rem;height:5.0625rem;top:25.4238375rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tvuw3o9qcUQ0JLUAkbTZXOAmZlVk57zr { width:12.5rem;height:2.5996125rem;top:31.7363375rem;left:3.75rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A8QgALFTVWklGJgl3UfCo4GD6kNmXrv6 { width:9.0625rem;height:3.375rem;top:35.58595rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zE30dTsVnTV1Zit218wynC6Gp8w1F6gf { display:block; }#zE30dTsVnTV1Zit218wynC6Gp8w1F6gf > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mb8T2ehNxdlsqzyHbRJVQUVERohdau51 { width:18.3125rem;height:1.69986875rem;top:1.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PSrpNshsWHFMeQFQTAE1TuP9BOCOAQil { width:18.75rem;height:25.4981125rem;top:4.19921875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #AFynB53M3zIlVvkJGzUatxz6dIEE0V36 { width:15.4375rem;height:19.625rem;top:30.94728125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPATdRokVuBH4nc1wHyEyrASfVZXlBum { width:15.0625rem;height:21.8125rem;top:51.905614625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQS1rlngiClhZnhxECZVk0zSe0ypolGF { display:block; }#fQS1rlngiClhZnhxECZVk0zSe0ypolGF > .row .container { width:20rem;height:42.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCNbHITqATsimw549a1GwkbOwZpVFgwz { width:18.3125rem;height:1.69986875rem;top:1.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #wMAaoTw3A7xIe1NUNIDtBL9WWZrD0Bx7 { width:16.1875rem;height:16.875rem;top:24.14778125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #re3wSIrUXl0Sp3iiCrR4mhLBvHK6ccSD { width:18.75rem;height:18.69861875rem;top:4.19921875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ft0T0DSdJQcKUemxvcZQp1gG4szHFJDL { display:block; }#ft0T0DSdJQcKUemxvcZQp1gG4szHFJDL > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aXhJL0vMTdW3nniVpoIIV2qIA2Ks0XSD { width:18.3125rem;height:1.69986875rem;top:1.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NcXpJFDEXSFkhW7hdUQBrdfDkfW4nsGq { width:16.5rem;height:19.4375rem;top:29.24740625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz2RA2khtzJhtcaVzTDkOEL6VP66LHT9 { width:18.75rem;height:23.79824375rem;top:4.19921875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 { display:block; }#Ve2779T2dfb2TkdzIvIUlhQsflSQDcu0 > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsEeFZTIat3UEuQ0dIdVKSgftonEOxam { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ff5335;display:block; }
 }@media only screen and (max-width: 763px) { #RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { width:20rem;height:68rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:11rem;height:2.59895625rem;top:4.587890625rem;left:4.28125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9dZx08aR8TbknADpEIbEx416rG9JiB { width:14.0625rem;height:0.125rem;top:16.604174613953rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { width:14.0625rem;height:0.125rem;top:31.916017532349rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { width:11rem;height:1.29948125rem;top:20.630859375rem;left:4.2506484985351rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { width:14.0625rem;height:0.125rem;top:48.603517532349rem;left:2.9687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { width:11rem;height:2.59895625rem;top:36.588531494141rem;left:4.2825508117676rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { width:14.0625rem;height:0.125rem;top:65.3125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { width:11rem;height:2.59895625rem;top:53.25rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6NNbywkdieUi8wWp9rTunmvrs1F2FZB { width:14.0625rem;height:14.0625rem;top:17.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLlaACciDFlHuKzB5GFfFyCXMdT08FAk { width:14.0625rem;height:14.0625rem;top:2.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxkFfbcKUgSSo6FvbTCZ05iqngcLC1Ux { width:14.0625rem;height:14.0625rem;top:34.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiawCy4g7pE4Pm6buAGOxbBvVNzapqmI { width:14.0625rem;height:14.0625rem;top:51.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNym4PgCdxTIHCeyZJ4XgRHoFGMxn5l9 { width:1.25rem;height:1.25rem;top:43.4375rem;left:9.7825508117675rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL8PSKcfff2XWkuQwVTNTmVU9wiJPvqL { width:1.625rem;height:1.625rem;top:41.9375rem;left:8.1575508117675rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mq8xJMlTNms3P5GIJiFhEHaMXgNFKT0b { width:2.5rem;height:2.5rem;top:42.375rem;left:8.6575508117675rem;display:block; }
 }@media only screen and (max-width: 763px) { #frpEfU4S7xhx8TJB2PGWgKRx3aOd8BsP { width:0.625rem;height:0.6875rem;top:27.25rem;left:8.250648498535rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIca4BL3FG22xUdLr6pGzTdh7Zo2T7ge { width:2.5rem;height:2.5rem;top:25.75rem;left:8.188148498535rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJFa3dzQoCIH0qhrbcAsEN09MyVIWZC8 { width:1.4375rem;height:1.4375rem;top:25.625rem;left:9.813148498535rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUsrIBuBT6z4yhUdrL4hhfQzqgouPkP3 { width:2.5rem;height:2.5rem;top:59.0625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGB6010WAagrVNBKz3wqZq9wV1uw7wEt { width:1.0625rem;height:0.5625rem;top:60.6875rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTLJN0b2I9KO86PLb5pQ0qysCrFREikI { width:1.1875rem;height:1.1875rem;top:59.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVrfBBpdIo9IqNQSmPguOKRwXPDm7amA { width:1.4375rem;height:0.5625rem;top:10.5625rem;left:7.9993476867675rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8rd2TVwl7qI6s39AVSMnqQZltCeDXDC { width:2.5rem;height:2.5rem;top:10.0625rem;left:8.9993476867675rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJH2Ghy5p5yic7pr3FGd6ps4DHUqyNuc { width:0.9375rem;height:0.9375rem;top:12.0625rem;left:11.749347686767rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 { background-color:#f2f2f2;background-image:none;display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { background-color: transparent; background-image: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLH745nNtHTQs6cuT9w0L9FzV4TBbeFB { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ff5335;display:block; }
 }@media only screen and (max-width: 763px) { #e9TAcGbgSVFoNsWfoMteZVXV2TnECCuy { width:18.75rem;height:4.7246125rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#272727;display:block; }
 }@media only screen and (max-width: 763px) { #i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ { background-color:#f2f2f2;background-image:none;display:block; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { background-color: transparent; background-image: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container > .video-iframe-container { display: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container { display: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SndzQAqclTWgWecDRtW2qG8rfJAvK9px { width:10.625rem;height:1.69986875rem;top:2.7578125rem;left:4.6875001192093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UyXZbE8e9pSDbUxgWutV8MpwQiumi4TO { width:15.75rem;height:5.09960625rem;top:5.3561096191406rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SGcQaBymmoyCATZKebQvCFMWPG0NUwHJ { width:15.75rem;height:5.09960625rem;top:17.606109619141rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Lz9o4thoqcqCJcKfTWxzVcwBhs4JrZpR { width:10.625rem;height:3.3997375rem;top:14.248046875rem;left:4.6875001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wervDpVEAt3xcT8ZPWfob7df6wWzOH0J { width:2.1875rem;height:2.1875rem;top:2.513671875rem;left:16.04166662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1PyvxzPQxbteA3UxNb9m9ly1sT7awQU { width:2.1875rem;height:2.1875rem;top:14.853515625rem;left:16.04166662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVxmtMVOeX7hFDO8fWmTthaLpy3MwV7g { width:20rem;height:12.625rem;top:13.125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #OAElC4a4WgChEfWCTNTX3dMVhv5NW5G6 { width:20rem;height:10.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA { background-color:#f2f2f2;background-image:none;display:block; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { background-color: transparent; background-image: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container > .video-iframe-container { display: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container { display: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { width:20rem;height:22.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7pHwENBqQHoudQHbWx3rV9M9OT9ADgs { width:10.625rem;height:1.69986875rem;top:2.1093730926514rem;left:4.6875001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9NoK4qJuobPHEseFZq3MsHqrFA9FhG9 { width:15.75rem;height:5.09960625rem;top:4.3873596191406rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #aFvLLoZbuApycZ0m3TzMDbbk4PiFWqQg { width:15.75rem;height:3.3997375rem;top:16.705718994141rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PEoJw8ty7TVvlfKe19tyEPwCUUZvvhHK { width:10.625rem;height:1.69986875rem;top:13.251955032349rem;left:4.6875001192093rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tz7hnzKssshdSPNd8hFalwBzpPHom1xC { width:2.1875rem;height:2.1875rem;top:13.0078125rem;left:16.04166662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #twhxMkZnghOJV5WE7isfzZcu8SpNQad9 { width:2.1875rem;height:2.1875rem;top:1.8645839691162rem;left:16.04166662693rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxVVnuEHOPnhdBDhGI1zhJtfETkCngKw { width:20rem;height:10rem;top:1.25rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UvVqpywTC3652ZaRHhqOJopXcx7Cb0kV { width:20rem;height:9rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v { background-color:#f2f2f2;background-image:none;display:block; }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .row .container { background-color: transparent; background-image: none; }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .row .container > .video-iframe-container { display: none; }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .row > .video-iframe-container { display: none; }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .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); }#Pg7e5ycxhKPM2JoyqpRMG6PZcwO56o0v > .row .container { width:20rem;height:38.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smNnNJTgvgnVTTwXJQwKzbETT8MC4rq8 { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#ff5335;display:block; }
 }@media only screen and (max-width: 763px) { #GAT1CnXDmqnn8Hxg9hIMAHcxm0hGPWeT { width:18.75rem;height:4.72460625rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#272727;display:block; }
 }@media only screen and (max-width: 763px) { #Qpt0zdvfk3f8NXpAZAbfXIr1mQ3CG3Gl { width:20rem;height:6.799475rem;top:13.578776359558rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #cbflM0OVIp7xS2tzwGoaTco5DzmG6Tmu { width:20rem;height:12.625rem;top:9.97395625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IafedHZqAAVZx8Zn2Tyt0VBI1Nvba3T5 { width:20rem;height:12.625rem;top:24.259765625rem;left:0rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gaGOQ3DRF6LfqGlSEFUaJ3XtbipwoBsM { width:20rem;height:5.09960625rem;top:28.022136688233rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NNVrANIGDlvlsCOFkyUXOgqqnD43wTlA { width:9rem;height:1.29948125rem;top:25.465496063233rem;left:5.5000001192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wACXA9lxlCdyh88hgDIDlvnLNEBT4dyM { width:19.75rem;height:1.29948125rem;top:11.134765625rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dd18ifUgCuOIxJUv12n7JhMJCekUtr1z { display:block; }#dd18ifUgCuOIxJUv12n7JhMJCekUtr1z > .row .container { width:20rem;height:77.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mst2KJ9wSlkK4MDlu59ARnbMxesCFN9B { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VfPrOSDwJNDGTTiQC6fWV2lXnKV5TV3r { width:20rem;height:35.3125rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7mJDsfbdT0SsQrGKoxfFgBrGeF9cwlL { width:19.875rem;height:35.1875rem;top:40.5625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kigtLFZx6cs8tfFB09420VUIsr8mLaCU { display:block; }#kigtLFZx6cs8tfFB09420VUIsr8mLaCU > .row .container { width:20rem;height:75.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGymWO6wAzrcQECO5zeFgEKXZ9Hy9I3M { width:20rem;height:35.3125rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQ6Ul2N8nAgNRJBk879sa6GmbyRK2LOa { width:19.875rem;height:35.1875rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 { display:block; }#e0fQi5Ec4g7GFaXZbxmKJp7NgpxBm1X1 > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #arvEfRZIxMtZNIuTXxOHyDylNZzorP6o { width:20rem;height:1.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAVvHHhKk4nGrm0d2TTmyss4m1wiIFaF { width:18.75rem;height:3.1497375rem;top:4rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZL3g295iN0p004lbpkmdOPnOBblRSXU { display:block; }#iZL3g295iN0p004lbpkmdOPnOBblRSXU > .row .container { width:20rem;height:48.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpZst9UtDmayGE0cC5vJbfKqcZcHr2HC { width:16.0625rem;height:6.7995rem;top:5.125rem;left:2rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Aed2D7X380k9qfXy9qa7T7Vb0DoMFWi6 { width:12.5rem;height:1.29948125rem;top:13.1875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQyLwtdhNiQtIfl3KF9VA943sm6Tv0XW { width:12.5rem;height:1.29948125rem;top:29.875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFFTMD8HqppkTUDlQWImdeRW7ckby7ep { width:16.0625rem;height:6.7995rem;top:21.875rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SUN9XpLqSTCElaIDwyXTbhNcUfcUqkka { width:12.5rem;height:1.29948125rem;top:44.4375rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrkGGMQybmJ02OiLN0ifS4REHevza53X { width:16.0625rem;height:5.0996125rem;top:38.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #u5fC6q5ntCF7OnAqBNtysFQMC6UcS36a { width:1.875rem;height:1.875rem;top:2rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCl4nLOv2vp3cNhRtwDclTIq2CTRQRLk { width:1.875rem;height:1.875rem;top:34.9375rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqCf370Aq5GSz0OTeAUPEstEpsPQCGV6 { width:1.875rem;height:1.875rem;top:18.75rem;left:9.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9e9728b7-07c4-4601-a41b-35a8eaad1b78/pexelstimamiroshnichenko6572617.crop_2705x2117_1809,1752.preview.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.adaptive-delivery-prevent-bg, #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.lazyload, #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp.lazyloading { background-image: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { background-color: transparent; background-image: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.75); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { width:20rem;height:64.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ygryeZmmxBthdSI0nsdhK7gStaTg4158 { width:18.75rem;height:1.57486875rem;top:41.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7SN7O9gX1qsTkNGq2Ut0RGakH3WdDVy { width:4.5625rem;height:0.125rem;top:41rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfC6N95s5IVN7IJTrD0SXLCKw6e6Huqs { width:20rem;height:5.1875rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rq5JL7T3Zm94bleZBnAx3oJmWAMkODCO { width:20rem;height:10.75rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { width:20rem;height:1.5rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eewgzlNLERICOQBTKEvTBlDe9UksCmUr { width:12.875rem;height:3.8984375rem;top:45.125rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwQBTKls9cv8gUgkP2ZfHvRTaHRGzHtU { width:6.75rem;height:1rem;top:54.875rem;left:6.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dKDOwwBU4d5sEucdZaOcfGa0UOxTN8fk { display:block; }
 }@media only screen and (max-width: 763px) { #hMtMUSDMFR6VdLHw77KBwiP1x5TT4kTC { width:4.4375rem;height:5.1875rem;top:44.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:3.75rem;height:3.75rem;top:45.1875rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6PL4neRNIoXXOb2cXAXJ5TZBI1OTaNo { width:20rem;height:21.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV93qFd1yaEUi7u3901T4FfMuw4Dm7nI { display:flex;width:2.0625rem;height:2.0625rem;top:52.25rem;left:9rem; }
#sV93qFd1yaEUi7u3901T4FfMuw4Dm7nI > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #ICXIkUUsN51z2V5y3E7IJg2EtEMJZZMK { display:flex;width:2rem;height:2rem;top:56.625rem;left:9rem; }
#ICXIkUUsN51z2V5y3E7IJg2EtEMJZZMK > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #NMhmnzfkAeEbIqPPON13WeEa0ILr93Jm { width:16rem;height:1.3125rem;top:59.5625rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i14Ks22xWBuSTUz6JE4sOCiai5f3iBXA { display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:rgba(0,0,0,0.68);background-image:none;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:20rem;height:49.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:15.3125rem;height:5.3984375rem;top:1.25rem;left:2.3125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:18.75rem;height:4.21875rem;top:7.8984375rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { width:20rem;height:35.5625rem;top:13.3671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFK0B1DFyyiXz5P2ubSS2EMsUDUZTSDJ { width:18.75rem;height:2.2747375rem;top:15.139312744141rem;left:1.25rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r4KprOkH34f4k49GdZvSWxPFukJL3z4U { width:20rem;height:1.29948125rem;top:18.225891113281rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.1875rem;font-size:1rem;overflow:hidden;text-align:center;text-align-last:center; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X  { width:17.5rem;height:auto;top:19.524749755859rem;left:0rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X {display:block;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X { width:17.5rem;height:auto;top:19.524749755859rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #rUdiQ1hzpDlx3IlFa0lcfizIcHGhEoJM {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #KiexGFyoAh7DN01lTnKruqE2PTmDuVXR { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #sB3JTy6XT1cBxISdorwWdmqDtaiF2P48 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #w8XTyhLE95fZk06kLmDQ3IHFrb1u4pWs {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #fgcvSTGeoa9IgsTTTP3ZZ1TP4bgOQ0WT { display:block; }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #ndq1A79G8ScDnb73xdHsaBfZpHZtlEEZ {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #lc8humxnQnTxrEoQ7eF9NZQZemEcs0wh {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #CT9xkIOTccwTnHtVdRT62V7z20EXy9xf {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #LDtcGTZSt8BGFBDcJwCt6ipxgNDnDAG7 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #TVrbCBf2vynfcBix7zncHcDvU8OIFk9P {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #syoyR402noXphGSyQn6TAXTtQL9Zyfa8 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #PNJ4ITTS11aoVWrbo5GRmATThNqv8r0U {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #OqsvJ47IulyHi6caTNyH6aRv2x3OZanR {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #peI5h6VOZumHOTyOFQ4grBLK9qMk6a1T {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #xhTBXV75mbfXo34MytVdLlhk8c7KrSBX {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #dqhnUQVrDNObppLGO1ZXQ2On50FmOca0 {  }
 }@media only screen and (max-width: 763px) { #s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #zkwc28pGfrTlaFHAXZQ4fSlACJzx0wDI {  }
 }@media only screen and (max-width: 763px) { #mduGolamDMVup4nemO4tcUDsapywbN8I { display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF { display:block; }#oXbAButIgqA5gBSzaV4JCDgcgv6eGSNF > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CnBDoOqQgPEWsQrbbbB5d1yRvftupXiZ { width:20rem;height:3.3997375rem;top:6.83138125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #WeAXTVS7INXHESdoZ5C2SJAd4FauNtdT { width:20rem;height:4.33138125rem;top:1.25rem;left:0rem;display:block; }
 }